[source] lantiq: enable cpu temp driver for all vr9 boards
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 19 11:15:42 PDT 2016
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/3c5a8a2cbc5397f5f2b98b0f36594b3752bf7762
commit 3c5a8a2cbc5397f5f2b98b0f36594b3752bf7762
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Oct 17 22:51:31 2016 +0200
lantiq: enable cpu temp driver for all vr9 boards
Only present on v1.2 vr9 SoCs but the driver takes care to not load on
boards having a v1.1 SoC.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/lantiq/dts/BTHOMEHUBV5A.dts | 4 ----
target/linux/lantiq/dts/P2812HNUFX.dtsi | 4 ----
target/linux/lantiq/dts/TDW89X0.dtsi | 4 ----
target/linux/lantiq/dts/VGV7510KW22.dtsi | 4 ----
target/linux/lantiq/dts/VGV7519.dtsi | 4 ----
target/linux/lantiq/dts/vr9.dtsi | 4 ++++
6 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
index 97d0829..62d28fa 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV5A.dts
@@ -22,10 +22,6 @@
reg = <0x0 0x8000000>;
};
- cputemp at 0 {
- compatible = "lantiq,cputemp";
- };
-
fpi at 10000000 {
localbus at 0 {
nand-parts at 0 {
diff --git a/target/linux/lantiq/dts/P2812HNUFX.dtsi b/target/linux/lantiq/dts/P2812HNUFX.dtsi
index e6f69bb..be3d73d 100644
--- a/target/linux/lantiq/dts/P2812HNUFX.dtsi
+++ b/target/linux/lantiq/dts/P2812HNUFX.dtsi
@@ -15,10 +15,6 @@
led-wifi = &wireless_green;
};
- cputemp at 0 {
- compatible = "lantiq,cputemp";
- };
-
memory at 0 {
reg = <0x0 0x8000000>;
};
diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi
index 1471bd7..0f070ef 100644
--- a/target/linux/lantiq/dts/TDW89X0.dtsi
+++ b/target/linux/lantiq/dts/TDW89X0.dtsi
@@ -20,10 +20,6 @@
reg = <0x0 0x4000000>;
};
- cputemp at 0 {
- compatible = "lantiq,cputemp";
- };
-
fpi at 10000000 {
gpio: pinmux at E100B10 {
pinctrl-names = "default";
diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi
index b8c5d88..88ceabe 100644
--- a/target/linux/lantiq/dts/VGV7510KW22.dtsi
+++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi
@@ -21,10 +21,6 @@
reg = <0x0 0x4000000>;
};
- cputemp at 0 {
- compatible = "lantiq,cputemp";
- };
-
fpi at 10000000 {
localbus at 0 {
nor-boot at 0 {
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index 03f2938..2ed253c 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -22,10 +22,6 @@
reg = <0x0 0x4000000>;
};
- cputemp at 0 {
- compatible = "lantiq,cputemp";
- };
-
fpi at 10000000 {
localbus at 0 {
nor-boot at 0 {
diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi
index 6754afd..8a7935c 100644
--- a/target/linux/lantiq/dts/vr9.dtsi
+++ b/target/linux/lantiq/dts/vr9.dtsi
@@ -16,6 +16,10 @@
device_type = "memory";
};
+ cputemp at 0 {
+ compatible = "lantiq,cputemp";
+ };
+
biu at 1F800000 {
#address-cells = <1>;
#size-cells = <1>;
More information about the lede-commits
mailing list