Merge tag 'v3.17-rockchip-rk3xxx-dts-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Thu, 31 Jul 2014 05:40:49 +0000 (22:40 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 31 Jul 2014 05:40:49 +0000 (22:40 -0700)
Merge "two more dts changes for Rockchip Cortex-A9 SoCs" from Heiko Stübner:

Watchdog nodes and a duplicate pinctrl property.

* tag 'v3.17-rockchip-rk3xxx-dts-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
  ARM: dts: rockchip: add watchdog node
  ARM: dts: rockchip: remove pinctrl setting from radxarock uart2

Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188-radxarock.dts
arch/arm/boot/dts/rk3188.dtsi
arch/arm/boot/dts/rk3xxx.dtsi

index 8b479f7..042f821 100644 (file)
 &uart3 {
        status = "okay";
 };
+
+&wdt {
+       status = "okay";
+};
index 9c34da4..879a818 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&uart3_xfer>;
 };
+
+&wdt {
+       compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
+};
index b7f3423..171b610 100644 (file)
 };
 
 &uart2 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&uart2_xfer>;
        status = "okay";
 };
 
 &uart3 {
        status = "okay";
 };
+
+&wdt {
+       status = "okay";
+};
index 27215e0..ee801a9 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&uart3_xfer>;
 };
+
+&wdt {
+       compatible = "rockchip,rk3188-wdt", "snps,dw-wdt";
+};
index c6f0561..8caf85d 100644 (file)
                status = "disabled";
        };
 
+       wdt: watchdog@2004c000 {
+               compatible = "snps,dw-wdt";
+               reg = <0x2004c000 0x100>;
+               clocks = <&cru PCLK_WDT>;
+               interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
+               status = "disabled";
+       };
+
        pwm2: pwm@20050020 {
                compatible = "rockchip,rk2928-pwm";
                reg = <0x20050020 0x10>;