Commit d8e5c884 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: omap: align SPI NOR node name with dtschema

The node names should be generic and SPI NOR dtschema expects "flash".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220407143304.295610-1-krzysztof.kozlowski@linaro.org
parent d1ba2b36
......@@ -182,7 +182,7 @@ &spi0 {
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>;
m25p80@0 {
flash@0 {
compatible = "mx25l6405d";
spi-max-frequency = <40000000>;
......
......@@ -394,7 +394,7 @@ &spi0 {
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>;
m25p80@0 {
flash@0 {
compatible = "mx25l6405d";
spi-max-frequency = <40000000>;
......
......@@ -331,7 +331,7 @@ &spi0 {
pinctrl-0 = <&spi0_pins>;
status = "okay";
serial_flash: m25p80@0 {
serial_flash: flash@0 {
compatible = "jedec,spi-nor";
spi-max-frequency = <48000000>;
reg = <0x0>;
......
......@@ -588,7 +588,7 @@ &spi0 {
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>;
flash: n25q032@1 {
flash: flash@1 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "micron,n25q032";
......
......@@ -434,7 +434,7 @@ &usb1 {
};
&mcspi1 {
s25fl256@0 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
......
......@@ -302,7 +302,7 @@ &spi0 {
&edma 17 0>;
dma-names = "tx0", "rx0";
flash: w25q64cvzpig@0 {
flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
......
......@@ -437,7 +437,7 @@ &qspi {
pinctrl-1 = <&qspi_pins_sleep>;
spi-max-frequency = <48000000>;
m25p80@0 {
flash@0 {
compatible = "mx66l51235l";
spi-max-frequency = <48000000>;
reg = <0>;
......
......@@ -746,7 +746,7 @@ &qspi {
pinctrl-0 = <&qspi_pins>;
spi-max-frequency = <48000000>;
m25p80@0 {
flash@0 {
compatible = "mx66l51235l";
spi-max-frequency = <48000000>;
reg = <0>;
......
......@@ -902,7 +902,7 @@ &qspi {
pinctrl-1 = <&qspi1_pins_sleep>;
spi-max-frequency = <48000000>;
m25p80@0 {
flash@0 {
compatible = "mx66l51235l";
spi-max-frequency = <48000000>;
reg = <0>;
......
......@@ -18,7 +18,7 @@ / {
&qspi {
spi-max-frequency = <96000000>;
m25p80@0 {
flash@0 {
spi-max-frequency = <96000000>;
};
};
......
......@@ -491,7 +491,7 @@ &qspi {
spi-max-frequency = <48000000>;
spi_flash: spi_flash@0 {
spi_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "spansion,m25p80", "jedec,spi-nor";
......
......@@ -526,7 +526,7 @@ &qspi {
status = "okay";
spi-max-frequency = <76800000>;
m25p80@0 {
flash@0 {
compatible = "s25fl256s1", "jedec,spi-nor";
spi-max-frequency = <76800000>;
reg = <0>;
......
......@@ -135,7 +135,7 @@ &qspi {
status = "okay";
spi-max-frequency = <76800000>;
m25p80@0 {
flash@0 {
compatible = "s25fl256s1";
spi-max-frequency = <76800000>;
reg = <0>;
......
......@@ -474,7 +474,7 @@ &qspi {
status = "okay";
spi-max-frequency = <76800000>;
m25p80@0 {
flash@0 {
compatible = "s25fl256s1";
spi-max-frequency = <76800000>;
reg = <0>;
......
......@@ -511,7 +511,7 @@ hdmi_out: endpoint {
&qspi {
spi-max-frequency = <96000000>;
m25p80@0 {
flash@0 {
spi-max-frequency = <96000000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment