Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: sram: Rename A64 SRAM controller compatible

The SRAM mapping controls on Allwinner SoCs is located in a block called
"System Controls". This block also has registers for identifying the SoC,
reading the state of an external boot-related pin, and on some newer SoCs,
glue layer controls for the EMAC Ethernet controller.

The A64 variant compatible is renamed to "allwinner,a64-system-control"
to reflect this. The old A64 compatible is deprecated. So far we haven't
seen any actual use of it.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

+2 -1
+2 -1
Documentation/devicetree/bindings/sram/sunxi-sram.txt
··· 11 11 Required properties: 12 12 - compatible : should be: 13 13 - "allwinner,sun4i-a10-sram-controller" 14 - - "allwinner,sun50i-a64-sram-controller" 14 + - "allwinner,sun50i-a64-sram-controller" (deprecated) 15 + - "allwinner,sun50i-a64-system-control" 15 16 - reg : sram controller register offset + length 16 17 17 18 SRAM nodes