Skip to content

Commit

Permalink
ARM: dts: nuvoton: Remove bogus unit addresses from fixed-partition n…
Browse files Browse the repository at this point in the history
…odes

[ Upstream commit ea3ce4c ]

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

Fixes: e42b650 ("ARM: dts: nuvoton: Add new device nodes to NPCM750 EVB")
Fixes: ee33e2f ("ARM: dts: nuvoton: Add Quanta GBS BMC Device Tree")
Fixes: 59f5abe ("ARM: dts: nuvoton: Add Quanta GSJ BMC")
Fixes: 14579c7 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
neuschaefer authored and gregkh committed Dec 31, 2022
1 parent 3aa5508 commit 121fa4e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nuvoton-npcm730-gbs.dts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
spi-max-frequency = <20000000>;
spi-rx-bus-width = <2>;
label = "bmc";
partitions@80000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/nuvoton-npcm730-gsj.dts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
reg = <0>;
spi-rx-bus-width = <2>;

partitions@80000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/nuvoton-npcm730-kudo.dts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
spi-max-frequency = <5000000>;
spi-rx-bus-width = <2>;
label = "bmc";
partitions@80000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -422,7 +422,7 @@
reg = <1>;
spi-max-frequency = <5000000>;
spi-rx-bus-width = <2>;
partitions@88000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand All @@ -447,7 +447,7 @@
reg = <0>;
spi-max-frequency = <5000000>;
spi-rx-bus-width = <2>;
partitions@A0000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/nuvoton-npcm750-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
spi-rx-bus-width = <2>;
reg = <0>;
spi-max-frequency = <5000000>;
partitions@80000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -135,7 +135,7 @@
spi-rx-bus-width = <2>;
reg = <0>;
spi-max-frequency = <5000000>;
partitions@A0000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/nuvoton-npcm750-runbmc-olympus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
reg = <0>;
spi-rx-bus-width = <2>;

partitions@80000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -146,7 +146,7 @@
reg = <1>;
npcm,fiu-rx-bus-width = <2>;

partitions@88000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand All @@ -173,7 +173,7 @@
reg = <0>;
spi-rx-bus-width = <2>;

partitions@A0000000 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 121fa4e

Please sign in to comment.