Commit 5024f03c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: alpine: Fix GIC unit address



Node unit address should be the same as first address appearing in "reg"
property.  Fixes DTC warning:

    arch/arm64/boot/dts/al/alpine-v2.dtsi:116.38-126.5:
        Warning (simple_bus_reg): /soc/interrupt-controller@f0100000: simple-bus unit address format error, expected "f0200000"

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent b2b72b00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ pmu {
				     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
		};

		gic: interrupt-controller@f0100000 {
		gic: interrupt-controller@f0200000 {
			compatible = "arm,gic-v3";
			reg = <0x0 0xf0200000 0x0 0x10000>,	/* GIC Dist */
			      <0x0 0xf0280000 0x0 0x200000>,	/* GICR */