Message ID | 20231026191343.3345279-5-hsinyi@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add a few mt8183 follower boards. | expand |
Il 26/10/23 21:09, Hsin-Yi Wang ha scritto: > Add makomo sku0 and sku1 which uses different audio codec. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
On Thu, 26 Oct 2023 12:09:13 -0700, Hsin-Yi Wang wrote: > Add makomo sku0 and sku1 which uses different audio codec. > > Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> > --- > v3->v4: remove error const. > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 4fe58cfe6f1b..c937f49ba3b4 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -251,6 +251,13 @@ properties: - google,kodama-sku32 - const: google,kodama - const: mediatek,mt8183 + - description: Google Makomo (Lenovo 100e Chromebook 2nd Gen MTK 2) + items: + - enum: + - google,makomo-sku0 + - google,makomo-sku1 + - const: google,makomo + - const: mediatek,mt8183 - description: Google Willow (Acer Chromebook 311 C722/C722T) items: - enum:
Add makomo sku0 and sku1 which uses different audio codec. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> --- v3->v4: remove error const. --- Documentation/devicetree/bindings/arm/mediatek.yaml | 7 +++++++ 1 file changed, 7 insertions(+)