aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <mmcclint@codeaurora.org>2016-06-29 13:50:00 -0400
committerWim Van Sebroeck <wim@iguana.be>2016-07-17 15:03:00 -0400
commit6e062696d7ffa4e574f74514906e04508917c876 (patch)
treebea6643803961b3082bb2ea29e7af4da0e1537d7
parenta74cab40b5dc51b5ed042add1c5d2f5e9a1964bc (diff)
watchdog: qcom: update device tree bindings
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>
-rw-r--r--Documentation/devicetree/bindings/watchdog/qcom-wdt.txt2
-rw-r--r--arch/arm/boot/dts/qcom-apq8064.dtsi3
-rw-r--r--arch/arm/boot/dts/qcom-ipq8064.dtsi3
-rw-r--r--arch/arm/boot/dts/qcom-msm8960.dtsi3
4 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
index 4726924d034e..6b7b5cebcc53 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
@@ -7,6 +7,8 @@ Required properties :
7 "qcom,kpss-wdt-msm8960" 7 "qcom,kpss-wdt-msm8960"
8 "qcom,kpss-wdt-apq8064" 8 "qcom,kpss-wdt-apq8064"
9 "qcom,kpss-wdt-ipq8064" 9 "qcom,kpss-wdt-ipq8064"
10 "qcom,kpss-timer"
11 "qcom,scss-timer"
10 12
11- reg : shall contain base register location and length 13- reg : shall contain base register location and length
12- clocks : shall contain the input clock 14- clocks : shall contain the input clock
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index df96ccdc9bb4..e318d04319a0 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -247,7 +247,8 @@
247 }; 247 };
248 248
249 timer@200a000 { 249 timer@200a000 {
250 compatible = "qcom,kpss-timer", "qcom,msm-timer"; 250 compatible = "qcom,kpss-timer",
251 "qcom,kpss-wdt-apq8064", "qcom,msm-timer";
251 interrupts = <1 1 0x301>, 252 interrupts = <1 1 0x301>,
252 <1 2 0x301>, 253 <1 2 0x301>,
253 <1 3 0x301>; 254 <1 3 0x301>;
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
index 2601a907947b..2e375576ffd0 100644
--- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
@@ -122,7 +122,8 @@
122 }; 122 };
123 123
124 timer@200a000 { 124 timer@200a000 {
125 compatible = "qcom,kpss-timer", "qcom,msm-timer"; 125 compatible = "qcom,kpss-timer",
126 "qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
126 interrupts = <1 1 0x301>, 127 interrupts = <1 1 0x301>,
127 <1 2 0x301>, 128 <1 2 0x301>,
128 <1 3 0x301>, 129 <1 3 0x301>,
diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi
index da05e28a81a7..288f56e0ccf5 100644
--- a/arch/arm/boot/dts/qcom-msm8960.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8960.dtsi
@@ -87,7 +87,8 @@
87 }; 87 };
88 88
89 timer@200a000 { 89 timer@200a000 {
90 compatible = "qcom,kpss-timer", "qcom,msm-timer"; 90 compatible = "qcom,kpss-timer",
91 "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
91 interrupts = <1 1 0x301>, 92 interrupts = <1 1 0x301>,
92 <1 2 0x301>, 93 <1 2 0x301>,
93 <1 3 0x301>; 94 <1 3 0x301>;