Add sku22 which uses different audio codec than previous kakadu board. Signed-off-by: Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx> --- v2: fix compatible items matching --- Documentation/devicetree/bindings/arm/mediatek.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 99e7f8e294cd03..d08f0fcbbe12ae 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -161,8 +161,13 @@ properties: - const: mediatek,mt8183 - description: Google Kakadu (ASUS Chromebook Detachable CM3) items: - - const: google,kakadu-rev3 - - const: google,kakadu-rev2 + - oneOf: + - items: + - const: google,kakadu-rev3-sku22 + - const: google,kakadu-rev2-sku22 + - items: + - const: google,kakadu-rev3 + - const: google,kakadu-rev2 - const: google,kakadu - const: mediatek,mt8183 - description: Google Kappa (HP Chromebook 11a) -- 2.34.0.rc0.344.g81b53c2807-goog