[PATCH 3/7] ARM: dts: am335x-phytec boards: Fixup spi flash node name
Teresa Remmet
t.remmet at phytec.de
Fri Jul 17 04:13:49 PDT 2015
Signed-off-by: Teresa Remmet <t.remmet at phytec.de>
---
arch/arm/dts/am335x-phytec-phycore-som.dtsi | 2 +-
arch/arm/dts/am335x-phytec-phyflex-som.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index ed8e257..59816d0 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -162,7 +162,7 @@
pinctrl-0 = <&spi0_pins>;
status = "disabled";
- flash: m25p80 {
+ flash: m25p80 at 0 {
compatible = "m25p80";
spi-max-frequency = <48000000>;
reg = <0>;
diff --git a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
index fc9c9ba..b8c6886 100644
--- a/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phyflex-som.dtsi
@@ -151,7 +151,7 @@
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins>;
status = "disabled";
- flash: m25p80 {
+ flash: m25p80 at 0 {
compatible = "m25p80";
spi-max-frequency = <48000000>;
reg = <0>;
--
1.9.1
More information about the barebox
mailing list