Skip to content

Commit 2eea476

Browse files
George Hungshenki
authored andcommitted
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: 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>
1 parent ea24e10 commit 2eea476

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

arch/arm/boot/dts/nuvoton-npcm730-gbs.dts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -414,17 +414,17 @@
414414
spi-max-frequency = <50000000>;
415415
spi-rx-bus-width = <2>;
416416
m25p,fast-read;
417-
label = "pnor";
417+
label = "bios";
418418
partitions@a0000000 {
419419
compatible = "fixed-partitions";
420420
#address-cells = <1>;
421421
#size-cells = <1>;
422-
pnor-primary@0 {
423-
label = "pnor-primary";
422+
bios-primary@0 {
423+
label = "bios-primary";
424424
reg = <0x0000000 0x2000000>;
425425
};
426-
pnor-scratch@2000000 {
427-
label = "pnor-scratch";
426+
bios-secondary@2000000 {
427+
label = "bios-secondary";
428428
reg = <0x2000000 0x2000000>;
429429
};
430430
};
@@ -437,17 +437,17 @@
437437
spi-max-frequency = <50000000>;
438438
spi-rx-bus-width = <2>;
439439
m25p,fast-read;
440-
label = "pnor-2";
440+
label = "bios-2";
441441
partitions@a0000000 {
442442
compatible = "fixed-partitions";
443443
#address-cells = <1>;
444444
#size-cells = <1>;
445-
pnor-primary@0 {
446-
label = "pnor-2-primary";
445+
bios-2-primary@0 {
446+
label = "bios-2-primary";
447447
reg = <0x0000000 0x2000000>;
448448
};
449-
pnor-scratch@2000000 {
450-
label = "pnor-2-scratch";
449+
bios-2-secondary@2000000 {
450+
label = "bios-2-secondary";
451451
reg = <0x2000000 0x2000000>;
452452
};
453453
};

0 commit comments

Comments
 (0)