[source] lantiq: enable cpu temp driver for more tested boards

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 10 06:40:16 PDT 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/7d02e94e41d68eca808ca911ed0ef753bdee6425

commit 7d02e94e41d68eca808ca911ed0ef753bdee6425
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Aug 18 21:14:41 2016 +0200

    lantiq: enable cpu temp driver for more tested boards
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/dts/P2812HNUFX.dtsi | 4 ++++
 target/linux/lantiq/dts/VGV7519.dtsi    | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/target/linux/lantiq/dts/P2812HNUFX.dtsi b/target/linux/lantiq/dts/P2812HNUFX.dtsi
index e51a2f5..88f4d75 100644
--- a/target/linux/lantiq/dts/P2812HNUFX.dtsi
+++ b/target/linux/lantiq/dts/P2812HNUFX.dtsi
@@ -15,6 +15,10 @@
 		};
 	};
 
+	cputemp at 0 {
+		compatible = "lantiq,cputemp";
+	};
+
 	memory at 0 {
 		reg = <0x0 0x8000000>;
 	};
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index 2dddf82..b2399af 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -21,7 +21,11 @@
 	memory at 0 {
 		reg = <0x0 0x4000000>;
 	};
-	
+
+	cputemp at 0 {
+		compatible = "lantiq,cputemp";
+	};
+
 	fpi at 10000000 {
 		localbus at 0 {
 			nor-boot at 0 {



More information about the lede-commits mailing list