<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">On October 26, 2021, George Hung wrote:<br><br><div>>Subject: [EXTERNAL] [PATCH dev-5.14 v1] ARM: dts: nuvoton: gbs:<br></div>>Change the name of the partitions<br>><br>>Change the name of the partitions for BIOS primary and<br>>secondary SPI EEPROMs<br>><br>>Signed-off-by: George Hung <<a href="mailto:george.hung@quantatw.com" target="_blank" rel="noopener noreferrer">george.hung@quantatw.com</a>><div><br></div><div>These new names have more meaning to the platform.</div><div><br></div><div>Acked-by: Milton Miller <<a href="mailto:miltonm@us.ibm.com" target="_blank" rel="noopener noreferrer">miltonm@us.ibm.com</a>></div><div><br>>---<br>> arch/arm/boot/dts/nuvoton-npcm730-gbs.dts | 20 ++++++++++----------<br>> 1 file changed, 10 insertions(+), 10 deletions(-)<br>><br>>diff --git a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts<br>>b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts<br>>index f20c2ae4f576..6894b162b050 100644<br>>--- a/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts<br>>+++ b/arch/arm/boot/dts/nuvoton-npcm730-gbs.dts<br>>@@ -414,17 +414,17 @@ spi-nor@0 {<br>>                 spi-max-frequency = <50000000>;<br>>                 spi-rx-bus-width = <2>;<br>>                 m25p,fast-read;<br>>-                label = "pnor";<br>>+                label = "bios";<br>>                 partitions@a0000000 {<br>>                         compatible = "fixed-partitions";<br>>                         #address-cells = <1>;<br>>                         #size-cells = <1>;<br>>-                        pnor-primary@0 {<br>>-                                label = "pnor-primary";<br>>+                        bios-primary@0 {<br>>+                                label = "bios-primary";<br>>                                 reg = <0x0000000 0x2000000>;<br>>                         };<br>>-                        pnor-scratch@2000000 {<br>>-                                label = "pnor-scratch";<br>>+                        bios-secondary@2000000 {<br>>+                                label = "bios-secondary";<br>>                                 reg = <0x2000000 0x2000000>;<br>>                         };<br>>                 };<br>>@@ -437,17 +437,17 @@ spi-nor@1 {<br>>                 spi-max-frequency = <50000000>;<br>>                 spi-rx-bus-width = <2>;<br>>                 m25p,fast-read;<br>>-                label = "pnor-2";<br>>+                label = "bios-2";<br>>                 partitions@a0000000 {<br>>                         compatible = "fixed-partitions";<br>>                         #address-cells = <1>;<br>>                         #size-cells = <1>;<br>>-                        pnor-primary@0 {<br>>-                                label = "pnor-2-primary";<br>>+                        bios-2-primary@0 {<br>>+                                label = "bios-2-primary";<br>>                                 reg = <0x0000000 0x2000000>;<br>>                         };<br>>-                        pnor-scratch@2000000 {<br>>-                                label = "pnor-2-scratch";<br>>+                        bios-2-secondary@2000000 {<br>>+                                label = "bios-2-secondary";<br>>                                 reg = <0x2000000 0x2000000>;<br>>                         };<br>>                 };<br>>-- <br>>2.32.0<br>><br>></div></font><BR>
<BR>