]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses
authorDmitry Osipenko <digetx@gmail.com>
Fri, 12 Dec 2014 15:19:19 +0000 (18:19 +0300)
committerLuis Henriques <luis.henriques@canonical.com>
Tue, 24 Feb 2015 10:01:02 +0000 (10:01 +0000)
commit de47699d005996b41cea590c6098078ac12058be upstream.

Commit 58ecb23f64ee ("ARM: tegra: add missing unit addresses to DT") added
unit address and changed reg base for GR3D and DSI host1x modules, but these
addresses belongs to GR2D and TVO modules respectively. Fix it by changing
modules unit and reg base addresses to proper ones.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Fixes: 58ecb23f64ee (ARM: tegra: add missing unit addresses to DT)
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/boot/dts/tegra20.dtsi

index a7ddf70df50b428012b1d6fdb8dd5b018f1b73a8..98eeb3d9105df67a91e58a9fbf6f793eef342562 100644 (file)
@@ -76,9 +76,9 @@
                        reset-names = "2d";
                };
 
-               gr3d@54140000 {
+               gr3d@54180000 {
                        compatible = "nvidia,tegra20-gr3d";
-                       reg = <0x54140000 0x00040000>;
+                       reg = <0x54180000 0x00040000>;
                        clocks = <&tegra_car TEGRA20_CLK_GR3D>;
                        resets = <&tegra_car 24>;
                        reset-names = "3d";
                        status = "disabled";
                };
 
-               dsi@542c0000 {
+               dsi@54300000 {
                        compatible = "nvidia,tegra20-dsi";
-                       reg = <0x542c0000 0x00040000>;
+                       reg = <0x54300000 0x00040000>;
                        clocks = <&tegra_car TEGRA20_CLK_DSI>;
                        resets = <&tegra_car 48>;
                        reset-names = "dsi";