watchdog: qcom: update device tree bindings
authorMatthew McClintock <mmcclint@codeaurora.org>
Wed, 29 Jun 2016 17:50:00 +0000 (10:50 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Sun, 17 Jul 2016 19:03:00 +0000 (21:03 +0200)
Update the compatible string to align with driver and also
add SoC specific string to DTS.

CC: linux-watchdog@vger.kernel.org
Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: Thomas Pedersen <twp@codeaurora.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
arch/arm/boot/dts/qcom-apq8064.dtsi
arch/arm/boot/dts/qcom-ipq8064.dtsi
arch/arm/boot/dts/qcom-msm8960.dtsi

index 4726924..6b7b5ce 100644 (file)
@@ -7,6 +7,8 @@ Required properties :
                        "qcom,kpss-wdt-msm8960"
                        "qcom,kpss-wdt-apq8064"
                        "qcom,kpss-wdt-ipq8064"
+                       "qcom,kpss-timer"
+                       "qcom,scss-timer"
 
 - reg : shall contain base register location and length
 - clocks : shall contain the input clock
index df96ccd..e318d04 100644 (file)
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-apq8064", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>;
index 2601a90..2e37557 100644 (file)
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>,
index da05e28..288f56e 100644 (file)
@@ -87,7 +87,8 @@
                };
 
                timer@200a000 {
-                       compatible = "qcom,kpss-timer", "qcom,msm-timer";
+                       compatible = "qcom,kpss-timer",
+                                    "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
                        interrupts = <1 1 0x301>,
                                     <1 2 0x301>,
                                     <1 3 0x301>;