diff options
author | NĂcolas F. R. A. Prado <[email protected]> | 2023-07-21 16:16:55 -0400 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2023-10-18 09:47:11 +0200 |
commit | 3993c86f50508736fc8a1da4d73e474267066bc2 (patch) | |
tree | 9415fc4a619193676d47a8e7fe5a7ff95ae1fb67 | |
parent | f78dbaab806f8586e97be7192d0267a209ebab59 (diff) |
dt-bindings: arm64: dts: mediatek: Add rev4 of spherion
Add binding for newer version of Google Spherion (Acer Chromebook 514):
rev4.
Signed-off-by: NĂcolas F. R. A. Prado <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 951a3eef31b6..a5999b3afc35 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -144,6 +144,11 @@ properties: - const: google,hayato-rev1 - const: google,hayato - const: mediatek,mt8192 + - description: Google Spherion rev4 (Acer Chromebook 514) + items: + - const: google,spherion-rev4 + - const: google,spherion + - const: mediatek,mt8192 - description: Google Spherion (Acer Chromebook 514) items: - const: google,spherion-rev3 |