diff mbox

[3/3] ARM: dts: rockchip: add rk3288 watchdog clock

Message ID 9945765.pgmzY3SFjQ@phil (mailing list archive)
State New, archived
Headers show

Commit Message

Heiko Stübner Jan. 21, 2015, 7:56 p.m. UTC
Add the clock property for the watchdog on rk3288 socs.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/boot/dts/rk3288.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Douglas Anderson Jan. 21, 2015, 11:30 p.m. UTC | #1
Heiko,

On Wed, Jan 21, 2015 at 11:56 AM, Heiko Stübner <heiko@sntech.de> wrote:
> Add the clock property for the watchdog on rk3288 socs.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  arch/arm/boot/dts/rk3288.dtsi | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Doug Anderson <dianders@chromium.org>

On rk3288 on a 3.14 kernel with backports:

Tested-by: Doug Anderson <dianders@chromium.org>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 910dcad..6fcf74b9 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -554,6 +554,7 @@ 
 	wdt: watchdog@ff800000 {
 		compatible = "rockchip,rk3288-wdt", "snps,dw-wdt";
 		reg = <0xff800000 0x100>;
+		clocks = <&cru PCLK_WDT>;
 		interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
 		status = "disabled";
 	};