Re: [PATCH 06/17] watchdog: qcom: update device tree bindings

From: Rob Herring
Date: Fri Mar 25 2016 - 10:13:25 EST


On Wed, Mar 23, 2016 at 05:05:01PM -0500, Matthew McClintock wrote:
> Update the compatible string to align with driver
>
> CC: linux-watchdog@xxxxxxxxxxxxxxx
> Signed-off-by: Matthew McClintock <mmcclint@xxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/watchdog/qcom-wdt.txt | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
> index 4726924..60bb2f98 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt
> @@ -4,9 +4,8 @@ Qualcomm Krait Processor Sub-system (KPSS) Watchdog
> Required properties :
> - compatible : shall contain only one of the following:
>
> - "qcom,kpss-wdt-msm8960"
> - "qcom,kpss-wdt-apq8064"
> - "qcom,kpss-wdt-ipq8064"
> + "qcom,kpss-timer"
> + "qcom,scss-timer"

Keep the SoC specific ones even if they are not used. The DTS should
have both strings.

Rob