Skip to content

Commit

Permalink
ARM: dts: nuvoton: gbs: Change the name of the partitions
Browse files Browse the repository at this point in the history
Change the name of the partitions for BIOS primary and
secondary SPI EEPROMs.

OpenBMC-Staging-Count: 1
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>
  • Loading branch information
George Hung authored and shenki committed Oct 29, 2021
1 parent ea24e10 commit 2eea476
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
Expand Up @@ -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>;
};
};
Expand All @@ -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>;
};
};
Expand Down

0 comments on commit 2eea476

Please sign in to comment.