diff mbox series

[dev-5.14,v1] ARM: dts: nuvoton: gbs: Change the name of the partitions

Message ID 20211026054904.8888-1-george.hung@quantatw.com
State New
Headers show
Series [dev-5.14,v1] ARM: dts: nuvoton: gbs: Change the name of the partitions | expand

Commit Message

George Hung Oct. 26, 2021, 5:49 a.m. UTC
Change the name of the partitions for BIOS primary and
secondary SPI EEPROMs

Signed-off-by: George Hung <george.hung@quantatw.com>
---
 arch/arm/boot/dts/nuvoton-npcm730-gbs.dts | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
diff mbox series

Patch

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-nor@0 {
 		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-nor@1 {
 		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>;
 			};
 		};