Skip to content

Commit d5ede1d

Browse files
committed
arm64: dts: amazon: alpine-v3: correct gic unit addresses
Correct gic unit addresses to fix dtc W=1 warnings: alpine-v3.dtsi:321.38-331.5: Warning (simple_bus_reg): /soc/interrupt-controller@f0000000: simple-bus unit address format error, expected "f0800000" Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240402200744.79349-5-krzk@kernel.org
1 parent 653208b commit d5ede1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/amazon/alpine-v3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
#size-cells = <2>;
319319
ranges;
320320

321-
gic: interrupt-controller@f0000000 {
321+
gic: interrupt-controller@f0800000 {
322322
compatible = "arm,gic-v3";
323323
#interrupt-cells = <3>;
324324
interrupt-controller;

0 commit comments

Comments
 (0)