Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition nodes

The unit addresses do not correspond to the nodes' reg properties,
because they don't have any.

Fixes: e42b650f828d ("ARM: dts: nuvoton: Add new device nodes to NPCM750 EVB")
Fixes: ee33e2fb3d70 ("ARM: dts: nuvoton: Add Quanta GBS BMC Device Tree")
Fixes: 59f5abe09f0a ("ARM: dts: nuvoton: Add Quanta GSJ BMC")
Fixes: 14579c76f5ca ("ARM: dts: nuvoton: Add Fii Kudo system")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20221031221553.163273-1-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
ea3ce4cf 62d127ee

+10 -10
+1 -1
arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
··· 366 366 spi-max-frequency = <20000000>; 367 367 spi-rx-bus-width = <2>; 368 368 label = "bmc"; 369 - partitions@80000000 { 369 + partitions { 370 370 compatible = "fixed-partitions"; 371 371 #address-cells = <1>; 372 372 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
··· 142 142 reg = <0>; 143 143 spi-rx-bus-width = <2>; 144 144 145 - partitions@80000000 { 145 + partitions { 146 146 compatible = "fixed-partitions"; 147 147 #address-cells = <1>; 148 148 #size-cells = <1>;
+3 -3
arch/arm/boot/dts/nuvoton-npcm730-kudo.dts
··· 388 388 spi-max-frequency = <5000000>; 389 389 spi-rx-bus-width = <2>; 390 390 label = "bmc"; 391 - partitions@80000000 { 391 + partitions { 392 392 compatible = "fixed-partitions"; 393 393 #address-cells = <1>; 394 394 #size-cells = <1>; ··· 422 422 reg = <1>; 423 423 spi-max-frequency = <5000000>; 424 424 spi-rx-bus-width = <2>; 425 - partitions@88000000 { 425 + partitions { 426 426 compatible = "fixed-partitions"; 427 427 #address-cells = <1>; 428 428 #size-cells = <1>; ··· 447 447 reg = <0>; 448 448 spi-max-frequency = <5000000>; 449 449 spi-rx-bus-width = <2>; 450 - partitions@A0000000 { 450 + partitions { 451 451 compatible = "fixed-partitions"; 452 452 #address-cells = <1>; 453 453 #size-cells = <1>;
+2 -2
arch/arm/boot/dts/nuvoton-npcm750-evb.dts
··· 74 74 spi-rx-bus-width = <2>; 75 75 reg = <0>; 76 76 spi-max-frequency = <5000000>; 77 - partitions@80000000 { 77 + partitions { 78 78 compatible = "fixed-partitions"; 79 79 #address-cells = <1>; 80 80 #size-cells = <1>; ··· 135 135 spi-rx-bus-width = <2>; 136 136 reg = <0>; 137 137 spi-max-frequency = <5000000>; 138 - partitions@A0000000 { 138 + partitions { 139 139 compatible = "fixed-partitions"; 140 140 #address-cells = <1>; 141 141 #size-cells = <1>;
+3 -3
arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts
··· 107 107 reg = <0>; 108 108 spi-rx-bus-width = <2>; 109 109 110 - partitions@80000000 { 110 + partitions { 111 111 compatible = "fixed-partitions"; 112 112 #address-cells = <1>; 113 113 #size-cells = <1>; ··· 146 146 reg = <1>; 147 147 npcm,fiu-rx-bus-width = <2>; 148 148 149 - partitions@88000000 { 149 + partitions { 150 150 compatible = "fixed-partitions"; 151 151 #address-cells = <1>; 152 152 #size-cells = <1>; ··· 173 173 reg = <0>; 174 174 spi-rx-bus-width = <2>; 175 175 176 - partitions@A0000000 { 176 + partitions { 177 177 compatible = "fixed-partitions"; 178 178 #address-cells = <1>; 179 179 #size-cells = <1>;