Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sumananna authored and gregkh committed Nov 10, 2019
1 parent 06b1280 commit 2c10f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 2c10f83

Please sign in to comment.