diff options
author | Andre Przywara <andre.przywara@arm.com> | 2021-01-27 18:24:47 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-28 11:19:43 +0100 |
commit | 59657d55d1a04fa5d50f96487c96c1d82f02a7f6 (patch) | |
tree | a8aa2ecfe2c71b567c1812ba184444505c2b61f0 /Documentation/devicetree/bindings/sram | |
parent | Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12 (diff) | |
download | linux-59657d55d1a04fa5d50f96487c96c1d82f02a7f6.tar.xz linux-59657d55d1a04fa5d50f96487c96c1d82f02a7f6.zip |
dt-bindings: sram: sunxi-sram: Add H616 compatible string
The H616 adds a second EMAC clock register. We don't know about the
exact SRAM properties yet, so this gets omitted for now.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210127172500.13356-8-andre.przywara@arm.com
Diffstat (limited to 'Documentation/devicetree/bindings/sram')
-rw-r--r-- | Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml | 1 |
1 files changed, 1 insertions, 0 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 b66a07e21d1e..1c426c211e36 100644 --- a/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml +++ b/Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml @@ -49,6 +49,7 @@ properties: - items: - const: allwinner,suniv-f1c100s-system-control - const: allwinner,sun4i-a10-system-control + - const: allwinner,sun50i-h616-system-control reg: maxItems: 1 |