Unverified Commit dbec4cb4 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ &reg_ldo2 {
&spi0 {
	status = "okay";

	spi-flash@0 {
	flash@0 {
		reg = <0>;
		compatible = "jedec,spi-nor";
		spi-max-frequency = <50000000>;
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ &r_pio {
&spi0 {
	status = "okay";

	spiflash@0 {
	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <50000000>;
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ &sound {
&spi0 {
	status = "okay";

	spi-flash@0 {
	flash@0 {
		compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <80000000>;