Skip to content

Commit 2c10f83

Browse files
sumanannagregkh
authored andcommitted
arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
commit 389ce1a upstream. The gic-its node unit-address has an additional zero compared to the actual reg value. Fix it. Fixes: ea47eed ("arm64: dts: ti: Add Support for AM654 SoC") Reported-by: Robert Tivy <[email protected]> Signed-off-by: Suman Anna <[email protected]> Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 06b1280 commit 2c10f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
4444

45-
gic_its: gic-its@18200000 {
45+
gic_its: gic-its@1820000 {
4646
compatible = "arm,gic-v3-its";
4747
reg = <0x00 0x01820000 0x00 0x10000>;
4848
socionext,synquacer-pre-its = <0x1000000 0x400000>;

0 commit comments

Comments
 (0)