ARM: dts: spear: drop 0x from unit address

By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20221210113347.63939-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Krzysztof Kozlowski 2022-12-10 12:33:46 +01:00 committed by Arnd Bergmann
parent 830b3c68c1
commit 2b76cfe190
No known key found for this signature in database
GPG key ID: 9A6C79EFE60018D9
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ sdhci@70000000 {
status = "disabled";
};
shirq: interrupt-controller@0x50000000 {
shirq: interrupt-controller@50000000 {
compatible = "st,spear300-shirq";
reg = <0x50000000 0x1000>;
interrupts = <28>;

View file

@ -34,7 +34,7 @@ fsmc: flash@44000000 {
status = "disabled";
};
shirq: interrupt-controller@0xb4000000 {
shirq: interrupt-controller@b4000000 {
compatible = "st,spear310-shirq";
reg = <0xb4000000 0x1000>;
interrupts = <28 29 30 1>;

View file

@ -49,7 +49,7 @@ sdhci@70000000 {
status = "disabled";
};
shirq: interrupt-controller@0xb3000000 {
shirq: interrupt-controller@b3000000 {
compatible = "st,spear320-shirq";
reg = <0xb3000000 0x1000>;
interrupts = <30 28 29 1>;