arm64: dts: alpine: Fix GIC unit address
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 29 Jun 2020 07:24:12 +0000 (09:24 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 11 Sep 2020 15:42:30 +0000 (17:42 +0200)
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: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/amazon/alpine-v2.dtsi

index de2eaf77b1ff9c2731c8e196dd2c84f9845b575e..4eb2cd14e00b0f8e768ef74a6fb3a5d012bb55a0 100644 (file)
                                     <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 */