[dev-5.1 v1] dts: npcm750: modify SPI partition label names
Tomer Maimon
tmaimon77 at gmail.com
Mon May 13 17:33:13 AEST 2019
Modify NPCM750 evaluation board SPI's
partition label names to use different partition
labels names in all SPI's partition label names.
Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
---
arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
index 7728f7b69d13..de9c668c6e9a 100644
--- a/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm750-evb.dts
@@ -515,11 +515,11 @@
#size-cells = <1>;
spi-max-frequency = <5000000>;
partition at 0 {
- label = "spi_spare1";
+ label = "spi0_spare1";
reg = <0x0000000 0x800000>;
};
partition at 1 {
- label = "spi_spare2";
+ label = "spi0_spare2";
reg = <0x800000 0x0>;
};
};
@@ -536,11 +536,11 @@
#size-cells = <1>;
spi-max-frequency = <5000000>;
partition at 0 {
- label = "spi_spare1";
+ label = "spi1_spare1";
reg = <0x0000000 0x800000>;
};
partition at 1 {
- label = "spi_spare2";
+ label = "spi1_spare2";
reg = <0x800000 0x0>;
};
};
--
2.14.1
More information about the openbmc
mailing list