OSDN Git Service

ARM: dts: rockchip: add rk3288 watchdog clock
authorHeiko Stuebner <heiko@sntech.de>
Tue, 20 Jan 2015 20:12:16 +0000 (21:12 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Jan 2015 10:02:07 +0000 (11:02 +0100)
Add the clock property for the watchdog on rk3288 socs.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
arch/arm/boot/dts/rk3288.dtsi

index 37847c1..1e75a0f 100644 (file)
        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";
        };