Skip to content

Commit ccc4e97

Browse files
Keerthyjgregkh
authored andcommitted
arm64: dts: ti: k3-j784s4-j742s2-main-common: Correct the GICD size
commit 398898f upstream. Currently we get the warning: "GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address" As per TRM GICD is 64 KB. Fix it by correcting the size of GICD. Cc: [email protected] Fixes: 9cc161a ("arm64: dts: ti: Refactor J784s4 SoC files to a common file") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Keerthy <[email protected]> Signed-off-by: Vignesh Raghavendra <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4b814a1 commit ccc4e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
ranges;
196196
#interrupt-cells = <3>;
197197
interrupt-controller;
198-
reg = <0x00 0x01800000 0x00 0x200000>, /* GICD */
198+
reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
199199
<0x00 0x01900000 0x00 0x100000>, /* GICR */
200200
<0x00 0x6f000000 0x00 0x2000>, /* GICC */
201201
<0x00 0x6f010000 0x00 0x1000>, /* GICH */

0 commit comments

Comments
 (0)