mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
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:
parent
23e3314cad
commit
3c5a8a2cbc
@ -22,10 +22,6 @@
|
|||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cputemp@0 {
|
|
||||||
compatible = "lantiq,cputemp";
|
|
||||||
};
|
|
||||||
|
|
||||||
fpi@10000000 {
|
fpi@10000000 {
|
||||||
localbus@0 {
|
localbus@0 {
|
||||||
nand-parts@0 {
|
nand-parts@0 {
|
||||||
|
@ -15,10 +15,6 @@
|
|||||||
led-wifi = &wireless_green;
|
led-wifi = &wireless_green;
|
||||||
};
|
};
|
||||||
|
|
||||||
cputemp@0 {
|
|
||||||
compatible = "lantiq,cputemp";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
};
|
};
|
||||||
|
@ -20,10 +20,6 @@
|
|||||||
reg = <0x0 0x4000000>;
|
reg = <0x0 0x4000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cputemp@0 {
|
|
||||||
compatible = "lantiq,cputemp";
|
|
||||||
};
|
|
||||||
|
|
||||||
fpi@10000000 {
|
fpi@10000000 {
|
||||||
gpio: pinmux@E100B10 {
|
gpio: pinmux@E100B10 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
@ -21,10 +21,6 @@
|
|||||||
reg = <0x0 0x4000000>;
|
reg = <0x0 0x4000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cputemp@0 {
|
|
||||||
compatible = "lantiq,cputemp";
|
|
||||||
};
|
|
||||||
|
|
||||||
fpi@10000000 {
|
fpi@10000000 {
|
||||||
localbus@0 {
|
localbus@0 {
|
||||||
nor-boot@0 {
|
nor-boot@0 {
|
||||||
|
@ -22,10 +22,6 @@
|
|||||||
reg = <0x0 0x4000000>;
|
reg = <0x0 0x4000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cputemp@0 {
|
|
||||||
compatible = "lantiq,cputemp";
|
|
||||||
};
|
|
||||||
|
|
||||||
fpi@10000000 {
|
fpi@10000000 {
|
||||||
localbus@0 {
|
localbus@0 {
|
||||||
nor-boot@0 {
|
nor-boot@0 {
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cputemp@0 {
|
||||||
|
compatible = "lantiq,cputemp";
|
||||||
|
};
|
||||||
|
|
||||||
biu@1F800000 {
|
biu@1F800000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user