diff mbox

Aw: [PATCH v6 05/18] arm: dts: odroid: Enable TMU at Exynos4412 based Odroid U3 device

Message ID trinity-4494e7a2-16bf-4a95-9dc2-a9bcd04f845a-1422015801467@3capp-gmx-bs08 (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Tobias Jakobi Jan. 23, 2015, 12:23 p.m. UTC
Hello,

just a small nit concerning the patch subject. Shouldn't it be "Enable TMU on Exynos4412 based Odroid devices" (since it's not just for the U3)?

With best wishes,
Tobias
 

Gesendet: Freitag, 23. Januar 2015 um 13:09 Uhr
Von: "Lukasz Majewski" <l.majewski@samsung.com>
An: "Eduardo Valentin" <edubezval@gmail.com>, "Zhang Rui" <rui.zhang@intel.com>, "Kukjin Kim" <kgene.kim@samsung.com>, "Kukjin Kim" <kgene@kernel.org>
Cc: "Linux PM list" <linux-pm@vger.kernel.org>, "linux-samsung-soc@vger.kernel.org" <linux-samsung-soc@vger.kernel.org>, "Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>, "Lukasz Majewski" <l.majewski@majess.pl>, "Amit Daniel Kachhap" <amit.daniel@samsung.com>, "Abhilash Kesavan" <kesavan.abhilash@gmail.com>, "Abhilash Kesavan" <a.kesavan@samsung.com>, "Chanwoo Choi" <cw00.choi@samsung.com>, "Viresh Kumar" <viresh.kumar@linaro.org>, "Lukasz Majewski" <l.majewski@samsung.com>
Betreff: [PATCH v6 05/18] arm: dts: odroid: Enable TMU at Exynos4412 based Odroid U3 device
This commit enables TMU IP block on the Exynos4412 Odroid U3
device.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
Changes for v2:
- None
Changes for v3:
- None
Changes for v4:
- Rename patch title from "thermal: dts:" to "arm: dts: odroid"
Changes for v5:
- None
Changes for v6:
- None
---
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 5 +++++
1 file changed, 5 insertions(+)

--
2.0.0.rc2

--
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
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
index 0adb57c..c7517fc 100644
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
@@ -396,6 +396,11 @@ 
ehci: ehci@12580000 {
status = "okay";
};
+
+ tmu@100C0000 {
+ vtmu-supply = <&ldo10_reg>;
+ status = "okay";
+ };
};

&pinctrl_1 {