Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b06f37ea authored by Suman Anna's avatar Suman Anna Committed by Greg Kroah-Hartman
Browse files

arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address



commit 389ce1a7c5279ebfb682fab220b4021b2bd49c8b upstream.

The gic-its node unit-address has an additional zero compared
to the actual reg value. Fix it.

Fixes: ea47eed3 ("arm64: dts: ti: Add Support for AM654 SoC")
Reported-by: default avatarRobert Tivy <rtivy@ti.com>
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54ee5ccd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,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 = <0x01820000 0x10000>;
			msi-controller;