Skip to content

Commit dde3c64

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
dt-bindings: arm: amlogic: meson-gx-ao-secure: support more SoCs
Add new compatible for ao-secure of Amlogic SoCs(S4,C3,T7,A4). Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Link: https://lore.kernel.org/r/20240719-soc_info-v3-1-020a3b687c0c@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 8400291 commit dde3c64

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

Documentation/devicetree/bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@ select:
2525

2626
properties:
2727
compatible:
28-
items:
29-
- const: amlogic,meson-gx-ao-secure
30-
- const: syscon
31-
28+
oneOf:
29+
- items:
30+
- const: amlogic,meson-gx-ao-secure
31+
- const: syscon
32+
- items:
33+
- enum:
34+
- amlogic,a4-ao-secure
35+
- amlogic,c3-ao-secure
36+
- amlogic,s4-ao-secure
37+
- amlogic,t7-ao-secure
38+
- const: amlogic,meson-gx-ao-secure
39+
- const: syscon
3240
reg:
3341
maxItems: 1
3442

0 commit comments

Comments
 (0)