arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
authorSuman Anna <s-anna@ti.com>
Thu, 8 Aug 2019 14:39:28 +0000 (09:39 -0500)
committerTero Kristo <t-kristo@ti.com>
Thu, 29 Aug 2019 13:05:00 +0000 (16:05 +0300)
The gic-its node unit-address has an additional zero compared
to the actual reg value. Fix it.

Fixes: ea47eed33a3f ("arm64: dts: ti: Add Support for AM654 SoC")
Reported-by: Robert Tivy <rtivy@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index 9f68ecc..799c75f 100644 (file)
@@ -42,7 +42,7 @@
                 */
                interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
 
-               gic_its: gic-its@18200000 {
+               gic_its: gic-its@1820000 {
                        compatible = "arm,gic-v3-its";
                        reg = <0x00 0x01820000 0x00 0x10000>;
                        socionext,synquacer-pre-its = <0x1000000 0x400000>;