ARM: dts: keystone: Align SPI NOR node name with dtschema

The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Link: https://lore.kernel.org/r/20220420090247.73410-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-04-20 11:02:46 +02:00 committed by Nishanth Menon
parent 3123109284
commit 625f5c5079
5 changed files with 5 additions and 5 deletions

View File

@ -137,7 +137,7 @@
};
&spi0 {
nor_flash: n25q128a11@0 {
nor_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "Micron,n25q128a11";

View File

@ -392,7 +392,7 @@
pinctrl-0 = <&qspi_pins>;
cdns,rclk-en;
flash0: m25p80@0 {
flash0: flash@0 {
compatible = "s25fl512s", "jedec,spi-nor";
reg = <0>;
spi-tx-bus-width = <1>;

View File

@ -325,7 +325,7 @@
cdns,rclk-en;
status = "okay";
flash0: m25p80@0 {
flash0: flash@0 {
compatible = "s25fl256s1", "jedec,spi-nor";
reg = <0>;
spi-tx-bus-width = <1>;

View File

@ -161,7 +161,7 @@
};
&spi0 {
nor_flash: n25q128a11@0 {
nor_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "Micron,n25q128a11";

View File

@ -110,7 +110,7 @@
};
&spi0 {
nor_flash: n25q128a11@0 {
nor_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "Micron,n25q128a11";