Skip to content

Commit

Permalink
ARM: dts: spear: drop 0x from unit address
Browse files Browse the repository at this point in the history
By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
krzk authored and arndb committed Dec 19, 2022
1 parent 830b3c6 commit 2b76cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/spear300.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
status = "disabled";
};

shirq: interrupt-controller@0x50000000 {
shirq: interrupt-controller@50000000 {
compatible = "st,spear300-shirq";
reg = <0x50000000 0x1000>;
interrupts = <28>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/spear310.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
status = "disabled";
};

shirq: interrupt-controller@0xb4000000 {
shirq: interrupt-controller@b4000000 {
compatible = "st,spear310-shirq";
reg = <0xb4000000 0x1000>;
interrupts = <28 29 30 1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/spear320.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
status = "disabled";
};

shirq: interrupt-controller@0xb3000000 {
shirq: interrupt-controller@b3000000 {
compatible = "st,spear320-shirq";
reg = <0xb3000000 0x1000>;
interrupts = <30 28 29 1>;
Expand Down

0 comments on commit 2b76cfe

Please sign in to comment.