Message ID | 1434336803-4132-2-git-send-email-linux.amoon@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
W dniu 15.06.2015 o 11:53, Anand Moon pisze: > 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> > --- > 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(+) Thanks Anand for working on this! Whole patchset tested on Odroid XU3-Lite board: Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> I already acked other patches, except this one: Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> I'll apply this to my tree and send for v4.3 to Kukjin (unless he picks it also). Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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>;