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@kresin.me>
This commit is contained in:
Mathias Kresin 2016-10-17 22:51:31 +02:00
parent 23e3314cad
commit 3c5a8a2cbc
6 changed files with 4 additions and 20 deletions

View file

@ -22,10 +22,6 @@
reg = <0x0 0x8000000>;
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
fpi@10000000 {
localbus@0 {
nand-parts@0 {

View file

@ -15,10 +15,6 @@
led-wifi = &wireless_green;
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
memory@0 {
reg = <0x0 0x8000000>;
};

View file

@ -20,10 +20,6 @@
reg = <0x0 0x4000000>;
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
fpi@10000000 {
gpio: pinmux@E100B10 {
pinctrl-names = "default";

View file

@ -21,10 +21,6 @@
reg = <0x0 0x4000000>;
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
fpi@10000000 {
localbus@0 {
nor-boot@0 {

View file

@ -22,10 +22,6 @@
reg = <0x0 0x4000000>;
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
fpi@10000000 {
localbus@0 {
nor-boot@0 {

View file

@ -16,6 +16,10 @@
device_type = "memory";
};
cputemp@0 {
compatible = "lantiq,cputemp";
};
biu@1F800000 {
#address-cells = <1>;
#size-cells = <1>;