Re: [PATCH 4/6] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-04-08 Thread Lukasz Majewski
Hi Anand,

 This commit enables TMU IP block on the Exynos5422 OdroidXU3
 device.
 
 Tested on OdroidXU3 board.
 
 Signed-off-by: Anand Moon linux.am...@gmail.com
 ---
  arch/arm/boot/dts/exynos5422-odroidxu3.dts | 25
 + 1 file changed, 25 insertions(+)
 
 diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
 b/arch/arm/boot/dts/exynos5422-odroidxu3.dts index c8b3e3e..e1635b5
 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
 +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
 @@ -288,6 +288,31 @@
   #cooling-cells = 2;
   cooling-levels = 0 90 130 170 230;
   };
 +
 + tmu@1006 {
 + vtmu-supply = ldo10_reg;
 + status = okay;
 + };
 +
 + tmu@10064000 {
 + vtmu-supply = ldo10_reg;
 + status = okay;
 + };
 +
 + tmu@10068000 {
 + vtmu-supply = ldo10_reg;
 + status = okay;
 + };
 +
 + tmu@1006c000 {
 + vtmu-supply = ldo10_reg;
 + status = okay;
 + };
 +
 + tmu@100a {
 + vtmu-supply = ldo10_reg;
 + status = okay;
 + };
  };
  
  hdmi {

This seems correct. However please consider my comment to the previous
patch.

Acked-by: Lukasz Majewski l.majew...@samsung.com

-- 
Best regards,

Lukasz Majewski

Samsung RD Institute Poland (SRPOL) | Linux Platform Group
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/6] ARM: dts: OdroidXU3: Enable TMU at Exynos5422 base.

2015-03-26 Thread Anand Moon
This commit enables TMU IP block on the Exynos5422 OdroidXU3
device.

Tested on OdroidXU3 board.

Signed-off-by: Anand Moon linux.am...@gmail.com
---
 arch/arm/boot/dts/exynos5422-odroidxu3.dts | 25 +
 1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts 
b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
index c8b3e3e..e1635b5 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
@@ -288,6 +288,31 @@
#cooling-cells = 2;
cooling-levels = 0 90 130 170 230;
};
+
+   tmu@1006 {
+   vtmu-supply = ldo10_reg;
+   status = okay;
+   };
+
+   tmu@10064000 {
+   vtmu-supply = ldo10_reg;
+   status = okay;
+   };
+
+   tmu@10068000 {
+   vtmu-supply = ldo10_reg;
+   status = okay;
+   };
+
+   tmu@1006c000 {
+   vtmu-supply = ldo10_reg;
+   status = okay;
+   };
+
+   tmu@100a {
+   vtmu-supply = ldo10_reg;
+   status = okay;
+   };
 };
 
 hdmi {
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html