summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGeorge Hung <ghung.quanta@gmail.com>2021-10-26 08:49:04 +0300
committerJoel Stanley <joel@jms.id.au>2021-11-01 09:42:46 +0300
commit90fde5c07c26df76d0b8a2a56b9dc3f1fa48ff6f (patch)
tree06fc6e1b5ec010403858133c2ee728a1f3bb6b9a /arch
parent2d12a2b235c5b25a4008384fb709f71f25d3acb0 (diff)
downloadlinux-90fde5c07c26df76d0b8a2a56b9dc3f1fa48ff6f.tar.xz
ARM: dts: nuvoton: gbs: Change the name of the partitions
Change the name of the partitions for BIOS primary and secondary SPI EEPROMs. OpenBMC-Staging-Count: 2 Signed-off-by: George Hung <george.hung@quantatw.com> Link: https://lore.kernel.org/r/20211026054904.8888-1-george.hung@quantatw.com Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/nuvoton-npcm730-gbs.dts20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
index f20c2ae4f576..6894b162b050 100644
--- a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
+++ b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
@@ -414,17 +414,17 @@
spi-max-frequency = <50000000>;
spi-rx-bus-width = <2>;
m25p,fast-read;
- label = "pnor";
+ label = "bios";
partitions@a0000000 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
- pnor-primary@0 {
- label = "pnor-primary";
+ bios-primary@0 {
+ label = "bios-primary";
reg = <0x0000000 0x2000000>;
};
- pnor-scratch@2000000 {
- label = "pnor-scratch";
+ bios-secondary@2000000 {
+ label = "bios-secondary";
reg = <0x2000000 0x2000000>;
};
};
@@ -437,17 +437,17 @@
spi-max-frequency = <50000000>;
spi-rx-bus-width = <2>;
m25p,fast-read;
- label = "pnor-2";
+ label = "bios-2";
partitions@a0000000 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
- pnor-primary@0 {
- label = "pnor-2-primary";
+ bios-2-primary@0 {
+ label = "bios-2-primary";
reg = <0x0000000 0x2000000>;
};
- pnor-scratch@2000000 {
- label = "pnor-2-scratch";
+ bios-2-secondary@2000000 {
+ label = "bios-2-secondary";
reg = <0x2000000 0x2000000>;
};
};