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>
v19.07.3_mercusys_ac12_duma
Mathias Kresin 8 years ago
parent 23e3314cad
commit 3c5a8a2cbc

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

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

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

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

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

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

Loading…
Cancel
Save