This changes enables TMU IP block on the Exynos5422 Odroid-XU3
device.

Signed-off-by: Anand Moon <linux.am...@gmail.com>
Acked-by: Lukasz Majewski <l.majew...@samsung.com>
---
Changes rebase on 
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch 
for-next
Changes from v5 and v6: Use LDO7 regulator instead of LDO10 regulator to 
control TMU.
        Fixed the commit log.
---
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi 
b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
index 17e6a9a..96d894e 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
@@ -474,6 +474,31 @@
        status = "okay";
 };
 
+&tmu_cpu0 {
+       vtmu-supply = <&ldo7_reg>;
+       status = "okay";
+};
+
+&tmu_cpu1 {
+       vtmu-supply = <&ldo7_reg>;
+       status = "okay";
+};
+
+&tmu_cpu2 {
+       vtmu-supply = <&ldo7_reg>;
+       status = "okay";
+};
+
+&tmu_cpu3 {
+       vtmu-supply = <&ldo7_reg>;
+       status = "okay";
+};
+
+&tmu_gpu {
+       vtmu-supply = <&ldo7_reg>;
+       status = "okay";
+};
+
 &rtc {
        status = "okay";
        clocks = <&clock CLK_RTC>, <&s2mps11_osc S2MPS11_CLK_AP>;
-- 
2.4.3

--
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

Reply via email to