diff options
author | 2024-12-18 09:01:18 -0400 | |
---|---|---|
committer | 2024-12-21 00:17:05 +0800 | |
commit | 168b2b355f886db4230f10d24bc109b0b34c4708 (patch) | |
tree | e5431545461bdc2460ddd27ed75a7ad62024873d | |
parent | ARM: dts: suniv: f1c100s: Activate Audio Codec for Lichee Pi Nano (diff) | |
download | wireguard-linux-168b2b355f886db4230f10d24bc109b0b34c4708.tar.xz wireguard-linux-168b2b355f886db4230f10d24bc109b0b34c4708.zip |
dt-bindings: sram: sunxi-sram: Add A100 compatible
The Allwinner A100 has a system configuration block similar to that of
the A64 and H6. Add a compatible for it.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Cody Eksal <masterr3c0rd@epochal.quest>
Link: https://patch.msgid.link/20241218-a100-syscon-v2-1-dae60b9ce192@epochal.quest
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml index d9322704f358..a7236f7db4ec 100644 --- a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml +++ b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml @@ -47,7 +47,9 @@ properties: - const: allwinner,sun8i-v3s-system-control - const: allwinner,sun8i-h3-system-control - items: - - const: allwinner,sun50i-h6-system-control + - enum: + - allwinner,sun50i-a100-system-control + - allwinner,sun50i-h6-system-control - const: allwinner,sun50i-a64-system-control reg: |