This commit enables TMU IP block on the Exynos5422 OdroidXU3 device. Tested on OdroidXU3 board. Changes since v1 : None Changes since v2 : None Tested-by: Markus Reichl <m.reichl@xxxxxxxxxxxxx> Acked-by: Lukasz Majewski <l.majewski@xxxxxxxxxxx> Signed-off-by: Anand Moon <linux.amoon@xxxxxxxxx> --- 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 04d982b..6e7ee53 100644 --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts @@ -287,6 +287,31 @@ #cooling-cells = <2>; cooling-levels = <0 130 170 230>; }; + + tmu@10060000 { + 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@100a0000 { + 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html