Re: [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses

2015-01-07 Thread Thierry Reding
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 
> Fixes: 58ecb23f64ee (ARM: tegra: add missing unit addresses to DT)
> Cc:  # v3.13+
> ---
>  arch/arm/boot/dts/tegra20.dtsi | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry


pgpO6h9VbSjgD.pgp
Description: PGP signature


Re: [PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses

2014-12-17 Thread Alexandre Courbot
On Sat, Dec 13, 2014 at 12:19 AM, 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.

Checked with the TRM, you are absolutely correct.

Reviewed-by: Alexandre Courbot 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: dts: tegra20: fix GR3D, DSI unit and reg base addresses

2014-12-12 Thread Dmitry Osipenko
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 
Fixes: 58ecb23f64ee (ARM: tegra: add missing unit addresses to DT)
Cc:  # 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@5414 {
+   gr3d@5418 {
compatible = "nvidia,tegra20-gr3d";
-   reg = <0x5414 0x0004>;
+   reg = <0x5418 0x0004>;
clocks = <&tegra_car TEGRA20_CLK_GR3D>;
resets = <&tegra_car 24>;
reset-names = "3d";
@@ -130,9 +130,9 @@
status = "disabled";
};
 
-   dsi@542c {
+   dsi@5430 {
compatible = "nvidia,tegra20-dsi";
-   reg = <0x542c 0x0004>;
+   reg = <0x5430 0x0004>;
clocks = <&tegra_car TEGRA20_CLK_DSI>;
resets = <&tegra_car 48>;
reset-names = "dsi";
-- 
2.2.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/