Add clock frequency for rk3188 watchdog.

Whilst here, replace "clocks" to "clock-frequency".

Approved by: ray@
This commit is contained in:
Ganbold Tsagaankhuu 2013-11-25 11:02:11 +00:00
parent 421663eb64
commit a8e50123f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258547

View File

@ -80,7 +80,7 @@
compatible = "rockchip,rk3188-dw-apb-timer-osc";
reg = <0x20038000 0x20>;
interrupts = <76>;
clocks = <24000000>;
clock-frequency = <24000000>;
status = "disabled";
};
@ -88,7 +88,7 @@
compatible = "rockchip,rk30xx-timer";
reg = <0x20038020 0x20>;
interrupts = <77>;
clocks = <24000000>;
clock-frequency = <24000000>;
status = "disabled";
};
@ -96,7 +96,7 @@
compatible = "rockchip,rk30xx-timer";
reg = <0x20038060 0x20>;
interrupts = <91>;
clocks = <24000000>;
clock-frequency = <24000000>;
status = "disabled";
};
@ -104,7 +104,7 @@
compatible = "rockchip,rk30xx-timer";
reg = <0x20038080 0x20>;
interrupts = <92>;
clocks = <24000000>;
clock-frequency = <24000000>;
status = "disabled";
};
@ -112,13 +112,14 @@
compatible = "rockchip,rk30xx-timer";
reg = <0x200380a0 0x20>;
interrupts = <96>;
clocks = <24000000>;
clock-frequency = <24000000>;
status = "disabled";
};
watchdog@2004c000 {
compatible = "rockchip,rk30xx-wdt";
reg = <0x2004c000 0x100>;
clock-frequency = < 66000000 >;
};
gpio0: gpio@2000a000 {
@ -233,7 +234,7 @@
interrupts = <55>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <24000000>; /* TODO: verify freq */
clock-frequency = <24000000>; /* TODO: verify freq */
status = "disabled";
};
@ -243,7 +244,7 @@
interrupts = <56>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <24000000>; /* TODO: verify freq */
clock-frequency = <24000000>; /* TODO: verify freq */
status = "disabled";
};
};