Skip to content

Commit 74f65c5

Browse files
committed
arm64: dts: cavium: correct unit addresses
Correct several nodes' unit addresses to fix dtc W=1 warnings: thunder-88xx.dtsi:381.44-398.5: Warning (simple_bus_reg): /soc/interrupt-controller@8010,00000000: simple-bus unit address format error, expected "801000000000" thunder-88xx.dtsi:400.30-406.5: Warning (simple_bus_reg): /soc/serial@87e0,24000000: simple-bus unit address format error, expected "87e024000000" thunder-88xx.dtsi:408.30-414.5: Warning (simple_bus_reg): /soc/serial@87e0,25000000: simple-bus unit address format error, expected "87e025000000" Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240402194129.69481-2-krzk@kernel.org
1 parent d237701 commit 74f65c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/cavium/thunder-88xx.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
#size-cells = <2>;
379379
ranges;
380380

381-
gic0: interrupt-controller@8010,00000000 {
381+
gic0: interrupt-controller@801000000000 {
382382
compatible = "arm,gic-v3";
383383
#interrupt-cells = <3>;
384384
#address-cells = <2>;
@@ -397,15 +397,15 @@
397397
};
398398
};
399399

400-
uaa0: serial@87e0,24000000 {
400+
uaa0: serial@87e024000000 {
401401
compatible = "arm,pl011", "arm,primecell";
402402
reg = <0x87e0 0x24000000 0x0 0x1000>;
403403
interrupts = <1 21 4>;
404404
clocks = <&refclk50mhz>;
405405
clock-names = "apb_pclk";
406406
};
407407

408-
uaa1: serial@87e0,25000000 {
408+
uaa1: serial@87e025000000 {
409409
compatible = "arm,pl011", "arm,primecell";
410410
reg = <0x87e0 0x25000000 0x0 0x1000>;
411411
interrupts = <1 22 4>;

0 commit comments

Comments
 (0)