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

ARM: dts: at91: use generic node name for dataflash

The node names should be generic, so use "flash" for dataflash nodes and
for cfi-flash.

Suggested-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220412105013.249793-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

authored by

Krzysztof Kozlowski and committed by
Claudiu Beznea
a37bc730 31231092

+10 -10
+1 -1
Documentation/devicetree/bindings/mfd/atmel-flexcom.txt
··· 54 54 clock-names = "spi_clk"; 55 55 atmel,fifo-size = <32>; 56 56 57 - mtd_dataflash@0 { 57 + flash@0 { 58 58 compatible = "atmel,at25f512b"; 59 59 reg = <0>; 60 60 spi-max-frequency = <20000000>;
+2 -2
arch/arm/boot/dts/at91rm9200ek.dts
··· 73 73 spi0: spi@fffe0000 { 74 74 status = "okay"; 75 75 cs-gpios = <&pioA 3 0>, <0>, <0>, <0>; 76 - mtd_dataflash@0 { 76 + flash@0 { 77 77 compatible = "atmel,at45", "atmel,dataflash"; 78 78 spi-max-frequency = <15000000>; 79 79 reg = <0>; ··· 94 94 status = "okay"; 95 95 }; 96 96 97 - nor_flash@10000000 { 97 + flash@10000000 { 98 98 compatible = "cfi-flash"; 99 99 reg = <0x10000000 0x800000>; 100 100 linux,mtd-name = "physmap-flash.0";
+1 -1
arch/arm/boot/dts/at91sam9260ek.dts
··· 92 92 93 93 spi0: spi@fffc8000 { 94 94 cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; 95 - mtd_dataflash@1 { 95 + flash@1 { 96 96 compatible = "atmel,at45", "atmel,dataflash"; 97 97 spi-max-frequency = <50000000>; 98 98 reg = <1>;
+1 -1
arch/arm/boot/dts/at91sam9261ek.dts
··· 145 145 cs-gpios = <&pioA 3 0>, <0>, <&pioA 28 0>, <0>; 146 146 status = "okay"; 147 147 148 - mtd_dataflash@0 { 148 + flash@0 { 149 149 compatible = "atmel,at45", "atmel,dataflash"; 150 150 reg = <0>; 151 151 spi-max-frequency = <15000000>;
+1 -1
arch/arm/boot/dts/at91sam9263ek.dts
··· 95 95 spi0: spi@fffa4000 { 96 96 status = "okay"; 97 97 cs-gpios = <&pioA 5 0>, <0>, <0>, <0>; 98 - mtd_dataflash@0 { 98 + flash@0 { 99 99 compatible = "atmel,at45", "atmel,dataflash"; 100 100 spi-max-frequency = <50000000>; 101 101 reg = <0>;
+1 -1
arch/arm/boot/dts/at91sam9g20ek_common.dtsi
··· 110 110 111 111 spi0: spi@fffc8000 { 112 112 cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; 113 - mtd_dataflash@1 { 113 + flash@1 { 114 114 compatible = "atmel,at45", "atmel,dataflash"; 115 115 spi-max-frequency = <50000000>; 116 116 reg = <1>;
+1 -1
arch/arm/boot/dts/at91sam9m10g45ek.dts
··· 167 167 spi0: spi@fffa4000{ 168 168 status = "okay"; 169 169 cs-gpios = <&pioB 3 0>, <0>, <0>, <0>; 170 - mtd_dataflash@0 { 170 + flash@0 { 171 171 compatible = "atmel,at45", "atmel,dataflash"; 172 172 spi-max-frequency = <13000000>; 173 173 reg = <0>;
+1 -1
arch/arm/boot/dts/at91sam9rlek.dts
··· 180 180 spi0: spi@fffcc000 { 181 181 status = "okay"; 182 182 cs-gpios = <&pioA 28 0>, <0>, <0>, <0>; 183 - mtd_dataflash@0 { 183 + flash@0 { 184 184 compatible = "atmel,at45", "atmel,dataflash"; 185 185 spi-max-frequency = <15000000>; 186 186 reg = <0>;
+1 -1
arch/arm/boot/dts/usb_a9263.dts
··· 60 60 spi0: spi@fffa4000 { 61 61 cs-gpios = <&pioB 15 GPIO_ACTIVE_HIGH>; 62 62 status = "okay"; 63 - mtd_dataflash@0 { 63 + flash@0 { 64 64 compatible = "atmel,at45", "atmel,dataflash"; 65 65 reg = <0>; 66 66 spi-max-frequency = <15000000>;