Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e062696 authored by Matthew McClintock's avatar Matthew McClintock Committed by Wim Van Sebroeck
Browse files

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: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: default avatarThomas Pedersen <twp@codeaurora.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent a74cab40
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,8 @@ Required properties :
			"qcom,kpss-wdt-msm8960"
			"qcom,kpss-wdt-msm8960"
			"qcom,kpss-wdt-apq8064"
			"qcom,kpss-wdt-apq8064"
			"qcom,kpss-wdt-ipq8064"
			"qcom,kpss-wdt-ipq8064"
			"qcom,kpss-timer"
			"qcom,scss-timer"


- reg : shall contain base register location and length
- reg : shall contain base register location and length
- clocks : shall contain the input clock
- clocks : shall contain the input clock
+2 −1
Original line number Original line Diff line number Diff line
@@ -247,7 +247,8 @@
		};
		};


		timer@200a000 {
		timer@200a000 {
			compatible = "qcom,kpss-timer", "qcom,msm-timer";
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-apq8064", "qcom,msm-timer";
			interrupts = <1 1 0x301>,
			interrupts = <1 1 0x301>,
				     <1 2 0x301>,
				     <1 2 0x301>,
				     <1 3 0x301>;
				     <1 3 0x301>;
+2 −1
Original line number Original line Diff line number Diff line
@@ -122,7 +122,8 @@
		};
		};


		timer@200a000 {
		timer@200a000 {
			compatible = "qcom,kpss-timer", "qcom,msm-timer";
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
			interrupts = <1 1 0x301>,
			interrupts = <1 1 0x301>,
				     <1 2 0x301>,
				     <1 2 0x301>,
				     <1 3 0x301>,
				     <1 3 0x301>,
+2 −1
Original line number Original line Diff line number Diff line
@@ -87,7 +87,8 @@
		};
		};


		timer@200a000 {
		timer@200a000 {
			compatible = "qcom,kpss-timer", "qcom,msm-timer";
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
			interrupts = <1 1 0x301>,
			interrupts = <1 1 0x301>,
				     <1 2 0x301>,
				     <1 2 0x301>,
				     <1 3 0x301>;
				     <1 3 0x301>;