linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses
@ 2014-12-12 15:19 Dmitry Osipenko
  2014-12-17  8:13 ` Alexandre Courbot
  2015-01-07 14:40 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Osipenko @ 2014-12-12 15:19 UTC (permalink / raw)
  To: linux-arm-kernel

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)
Cc: <stable@vger.kernel.org> # v3.13+
---
 arch/arm/boot/dts/tegra20.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 8acf5d8..f76fe94 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -68,9 +68,9 @@
 			reset-names = "2d";
 		};
 
-		gr3d at 54140000 {
+		gr3d at 54180000 {
 			compatible = "nvidia,tegra20-gr3d";
-			reg = <0x54140000 0x00040000>;
+			reg = <0x54180000 0x00040000>;
 			clocks = <&tegra_car TEGRA20_CLK_GR3D>;
 			resets = <&tegra_car 24>;
 			reset-names = "3d";
@@ -130,9 +130,9 @@
 			status = "disabled";
 		};
 
-		dsi at 542c0000 {
+		dsi at 54300000 {
 			compatible = "nvidia,tegra20-dsi";
-			reg = <0x542c0000 0x00040000>;
+			reg = <0x54300000 0x00040000>;
 			clocks = <&tegra_car TEGRA20_CLK_DSI>;
 			resets = <&tegra_car 48>;
 			reset-names = "dsi";
-- 
2.2.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses
  2014-12-12 15:19 [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses Dmitry Osipenko
@ 2014-12-17  8:13 ` Alexandre Courbot
  2015-01-07 14:40 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Courbot @ 2014-12-17  8:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Dec 13, 2014 at 12:19 AM, Dmitry Osipenko <digetx@gmail.com> wrote:
> 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.

Checked with the TRM, you are absolutely correct.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses
  2014-12-12 15:19 [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses Dmitry Osipenko
  2014-12-17  8:13 ` Alexandre Courbot
@ 2015-01-07 14:40 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2015-01-07 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 12, 2014 at 06:19:19PM +0300, Dmitry Osipenko wrote:
> 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)
> Cc: <stable@vger.kernel.org> # v3.13+
> ---
>  arch/arm/boot/dts/tegra20.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150107/73b2c502/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-07 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 15:19 [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses Dmitry Osipenko
2014-12-17  8:13 ` Alexandre Courbot
2015-01-07 14:40 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).