Skip to content

Commit

Permalink
ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base
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>
  • Loading branch information
moonlinux authored and tobetter committed Jul 26, 2016
1 parent f6d80f6 commit 0e0d124
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 @@ -510,6 +510,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 0e0d124

Please sign in to comment.