summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2021-09-01 11:18:43 +0200
committerMaxime Ripard <maxime@cerno.tech>2021-09-13 09:04:31 +0200
commitdbec4cb403eb1cdcbb4f0c8f3e6e907e04a46ed5 (patch)
treed34d9bc6901c72c5daab6c0762fbccb55ec3d28f /arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
parentffbe853a3f5a37fa0a511265b21abf097ffdbe45 (diff)
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: Maxime Ripard <maxime@cerno.tech> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20210901091852.479202-44-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi')
-rw-r--r--arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi b/arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
index 204fba3614f9..50d328c2a84d 100644
--- a/arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
+++ b/arch/arm/boot/dts/sunxi-libretech-all-h3-it.dtsi
@@ -156,7 +156,7 @@
&spi0 {
status = "okay";
- spiflash@0 {
+ flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;