diff options
author | ganbold <ganbold@FreeBSD.org> | 2013-11-25 11:02:11 +0000 |
---|---|---|
committer | ganbold <ganbold@FreeBSD.org> | 2013-11-25 11:02:11 +0000 |
commit | a7fc273c45002e7685ccb0bf76e7f1cfc7a3bf4a (patch) | |
tree | 3846be22a23327333a0831fbdea8a40ba8e1a988 /sys | |
parent | 7570c5855e00b70fcdf810ad8dd9fb321631caa4 (diff) | |
download | FreeBSD-src-a7fc273c45002e7685ccb0bf76e7f1cfc7a3bf4a.zip FreeBSD-src-a7fc273c45002e7685ccb0bf76e7f1cfc7a3bf4a.tar.gz |
Add clock frequency for rk3188 watchdog.
Whilst here, replace "clocks" to "clock-frequency".
Approved by: ray@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/fdt/dts/rk3188.dtsi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/boot/fdt/dts/rk3188.dtsi b/sys/boot/fdt/dts/rk3188.dtsi index 2efa678..a1e9690 100644 --- a/sys/boot/fdt/dts/rk3188.dtsi +++ b/sys/boot/fdt/dts/rk3188.dtsi @@ -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"; }; }; |