Commit dbec4cb4 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sunxi: Fix the SPI NOR node names

According to the SPI NOR bindings, the flash node names are supposed to
be flash@<address>. Let's fix our users to use that new scheme.
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-44-maxime@cerno.tech
parent ffbe853a
...@@ -115,7 +115,7 @@ &reg_ldo2 { ...@@ -115,7 +115,7 @@ &reg_ldo2 {
&spi0 { &spi0 {
status = "okay"; status = "okay";
spi-flash@0 { flash@0 {
reg = <0>; reg = <0>;
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
......
...@@ -156,7 +156,7 @@ &r_pio { ...@@ -156,7 +156,7 @@ &r_pio {
&spi0 { &spi0 {
status = "okay"; status = "okay";
spiflash@0 { flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
......
...@@ -343,7 +343,7 @@ &sound { ...@@ -343,7 +343,7 @@ &sound {
&spi0 { &spi0 {
status = "okay"; status = "okay";
spi-flash@0 { flash@0 {
compatible = "mxicy,mx25l1606e", "jedec,spi-nor"; compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
reg = <0>; reg = <0>;
spi-max-frequency = <80000000>; spi-max-frequency = <80000000>;
......
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