Message ID | 20240731-jacuzzi_dt-v3-2-1c4314e8962f@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add kukui-jacuzzi-cerise and kukui-jacuzzi-stern DT and dt-binding | expand |
On 31/07/2024 12:47, Hsin-Te Yuan wrote: > Cerise is known as ASUS Chromebook CZ1. > Stern is known as ASUS Chromebook Flip CZ1. > > They are almost identical. The only difference is that Cerise is a > clamshell device without touchscreen and Stern is a convertible device. > > Although the commercial names are different, the bootloader still > expects these cerise compatible strings even on stern. > > Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org> <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 1d4bb50fcd8d..087773a43673 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -146,6 +146,20 @@ properties: items: - const: google,burnet - const: mediatek,mt8183 + - description: Google Cerise (ASUS Chromebook CZ1) + items: + - enum: + - google,cerise-sku0 + - google,cerise-rev3-sku0 + - const: google,cerise + - const: mediatek,mt8183 + - description: Google Stern (ASUS Chromebook Flip CZ1) + items: + - enum: + - google,cerise-sku1 + - google,cerise-rev3-sku1 + - const: google,cerise + - const: mediatek,mt8183 - description: Google Cozmo (Acer Chromebook 314) items: - const: google,cozmo
Cerise is known as ASUS Chromebook CZ1. Stern is known as ASUS Chromebook Flip CZ1. They are almost identical. The only difference is that Cerise is a clamshell device without touchscreen and Stern is a convertible device. Although the commercial names are different, the bootloader still expects these cerise compatible strings even on stern. Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+)