From 197aa6a0f3a6d9a3fa0ad74311539a8758e41924 Mon Sep 17 00:00:00 2001 From: Ken Adams Date: Sat, 29 Jun 2013 15:06:33 -0400 Subject: ARM: tegra: modify gk20a DT entry add the sim memory aperture start and size correct the smmu client id bug 1316106 Change-Id: Ic98ded4dfe9f4d4bab1f744c73d0f14a6c128b63 Signed-off-by: Mayuresh Kulkarni Signed-off-by: Ken Adams Reviewed-on: http://git-master/r/243469 Reviewed-by: Chao Xu --- arch/arm/boot/dts/tegra124.dtsi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'arch/arm/boot/dts/tegra124.dtsi') diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 86fe9b57a1e9..2ad8762ee55c 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -41,9 +41,7 @@ #address-cells = <1>; #size-cells = <1>; - ranges = <0x54000000 0x54000000 0x01000000 - 0x57000000 0x57000000 0x01000000 - 0x58000000 0x58000000 0x01000000>; + ranges = <0x53000000 0x53000000 0x06000000>; vi { compatible = "nvidia,tegra124-vi"; @@ -114,11 +112,12 @@ gk20a { compatible = "nvidia,tegra124-gk20a"; - interrupts = <0 209 0x04 /* mpcore syncpt */ - 0 210 0x04>; /* mpcore general */ - reg = <0x57000000 0x01000000>, + reg = <0x538F0000 0x00001000>, + <0x57000000 0x01000000>, <0x58000000 0x01000000>; - nvidia,memory-clients = <34 35>; + interrupts = <0 209 0x04 + 0 210 0x04>; + nvidia,memory-clients = <56 57>; }; }; -- cgit v1.2.3