Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266AbcCYOPb (ORCPT ); Fri, 25 Mar 2016 10:15:31 -0400 Received: from mail.kernel.org ([198.145.29.136]:46867 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703AbcCYOP1 (ORCPT ); Fri, 25 Mar 2016 10:15:27 -0400 Date: Fri, 25 Mar 2016 09:15:21 -0500 From: Rob Herring To: Matthew McClintock Cc: andy.gross@linaro.org, linux-arm-msm@vger.kernel.org, qca-upstream.external@qca.qualcomm.com, linux-watchdog@vger.kernel.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH 09/17] watchdog: qcom: add kpss-standalone to device tree binding Message-ID: <20160325141521.GA12357@rob-hp-laptop> References: <1458770712-10880-1-git-send-email-mmcclint@codeaurora.org> <1458770712-10880-10-git-send-email-mmcclint@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458770712-10880-10-git-send-email-mmcclint@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 825 Lines: 22 On Wed, Mar 23, 2016 at 05:05:04PM -0500, Matthew McClintock wrote: > Update the compatible string to add new device tree binding > > CC: linux-watchdog@vger.kernel.org > Signed-off-by: Matthew McClintock > --- > Documentation/devicetree/bindings/watchdog/qcom-wdt.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt > index 60bb2f98..45b37cf 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.txt > @@ -6,6 +6,7 @@ Required properties : > > "qcom,kpss-timer" > "qcom,scss-timer" > + "qcom,kpss-standalone" What SoC(s) is this in. Use SoC specific compatible strings please. Rob