diff options
author | Alain Volmat <[email protected]> | 2023-02-13 19:56:31 +0100 |
---|---|---|
committer | Patrice Chotard <[email protected]> | 2023-10-13 09:03:51 +0200 |
commit | b2e847012cbc5476b0fa93351f74ea623e43e9c8 (patch) | |
tree | b3279be3b1f7c8233edbc95f5b6e07d372b9b692 | |
parent | 02091cbe9cc4f18167208eec1d6de636cc731817 (diff) |
dt-bindings: arm: sti: add STi boards and remove stih415/stih416
Add bindings for STi platform boards and remove stih415/stih416
Signed-off-by: Alain Volmat <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/sti.yaml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/arm/sti.yaml b/Documentation/devicetree/bindings/arm/sti.yaml index 3ca054c64377..842def3e3f2b 100644 --- a/Documentation/devicetree/bindings/arm/sti.yaml +++ b/Documentation/devicetree/bindings/arm/sti.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/arm/sti.yaml# @@ -13,13 +13,20 @@ properties: $nodename: const: '/' compatible: - items: - - enum: - - st,stih415 - - st,stih416 - - st,stih407 - - st,stih410 - - st,stih418 + oneOf: + - items: + - const: st,stih407-b2120 + - const: st,stih407 + - items: + - enum: + - st,stih410-b2120 + - st,stih410-b2260 + - const: st,stih410 + - items: + - enum: + - st,stih418-b2199 + - st,stih418-b2264 + - const: st,stih418 additionalProperties: true |