diff options
author | 2025-01-17 17:09:54 +0000 | |
---|---|---|
committer | 2025-02-04 09:43:50 +0100 | |
commit | 2f88cffbfe61a9e257aa6d9cf03e1b9567cfc910 (patch) | |
tree | 9d20cc54f5e3dd78d01ffe5a85f63b6dff8c74d2 | |
parent | arm64: dts: exynos: gs101: disable pinctrl_gsacore node (diff) | |
download | wireguard-linux-2f88cffbfe61a9e257aa6d9cf03e1b9567cfc910.tar.xz wireguard-linux-2f88cffbfe61a9e257aa6d9cf03e1b9567cfc910.zip |
dt-bindings: arm: google: add gs101-raven
Raven is Google's code name for Pixel 6 Pro. Since there are
differences compared to Pixel 6 (Oriole), we need to add a separate
compatible for it.
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250117-gs101-simplefb-v4-1-a5b90ca2f917@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/google.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/google.yaml b/Documentation/devicetree/bindings/arm/google.yaml index e20b5c9b16bc..99961e5282e5 100644 --- a/Documentation/devicetree/bindings/arm/google.yaml +++ b/Documentation/devicetree/bindings/arm/google.yaml @@ -34,10 +34,11 @@ properties: const: '/' compatible: oneOf: - - description: Google Pixel 6 / Oriole + - description: Google Pixel 6 or 6 Pro (Oriole or Raven) items: - enum: - google,gs101-oriole + - google,gs101-raven - const: google,gs101 # Bootloader requires empty ect node to be present |