Skip to content

Commit

Permalink
ARM: dts: Enable TMU for exynos5422-odroidxu3
Browse files Browse the repository at this point in the history
This changes enables TMU IP block on the Exynos5422 Odroid-XU3
device.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Anand Moon authored and Kukjin Kim committed Jul 21, 2015
1 parent b685d54 commit 8e946a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 8e946a0

Please sign in to comment.