From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751631AbcBJWJ1 (ORCPT ); Wed, 10 Feb 2016 17:09:27 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36144 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbcBJWJO (ORCPT ); Wed, 10 Feb 2016 17:09:14 -0500 Subject: Re: [PATCH 4/6] dt-bindings: watchdog: Add ARM SP805 DT bindings To: Anup Patel , Catalin Marinas , Will Deacon , Device Tree , Linux ARM Kernel References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> <1455084651-29325-5-git-send-email-anup.patel@broadcom.com> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback From: Florian Fainelli Message-ID: <56BBB4C7.9040209@gmail.com> Date: Wed, 10 Feb 2016 14:08:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Thunderbird/44.0 MIME-Version: 1.0 In-Reply-To: <1455084651-29325-5-git-send-email-anup.patel@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/02/16 22:10, Anup Patel wrote: > The ARM SP805 DT node is already present in various DTS files. > This patch adds missing DT bindings documentation for ARM SP805. > > Signed-off-by: Anup Patel > Reviewed-by: Ray Jui > Reviewed-by: Vikram Prakash > Reviewed-by: Scott Branden Rob, we would probably want an Ack from you on this one, but should we route this through an arm-soc pull request for Broadcom SoCs, or do you want to pick it in your tree directly? Thanks! > --- > .../devicetree/bindings/watchdog/arm,sp805.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.txt > > diff --git a/Documentation/devicetree/bindings/watchdog/arm,sp805.txt b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > new file mode 100644 > index 0000000..6ebb77d > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > @@ -0,0 +1,17 @@ > +ARM AMBA Primecell SP805 Watchdog > + > +Required properties: > +- compatible: Should be "arm,sp805" & "arm,primecell" > +- reg: Should contain location and length for watchdog timer register. > +- interrupts: Should contain the list of watchdog timer interrupts. > +- clocks: clocks driving the watchdog timer hardware. This list should be 2 > + clocks. With 2 clocks, the order is wdogclk clock, apb_pclk. > + > +Example: > + wdt@66090000 { > + compatible = "arm,sp805", "arm,primecell"; > + reg = <0x66090000 0x1000>; > + interrupts = ; > + clocks = <&apb_pclk>,<&apb_pclk>; > + clock-names = "wdogclk", "apb_pclk"; > + }; > -- Florian From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 4/6] dt-bindings: watchdog: Add ARM SP805 DT bindings Date: Wed, 10 Feb 2016 14:08:07 -0800 Message-ID: <56BBB4C7.9040209@gmail.com> References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> <1455084651-29325-5-git-send-email-anup.patel@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455084651-29325-5-git-send-email-anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Anup Patel , Catalin Marinas , Will Deacon , Device Tree , Linux ARM Kernel Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Florian Fainelli , Yendapally Reddy Dhananjaya Reddy , Ray Jui , Scott Branden , Vikram Prakash , Linux Kernel , BCM Kernel Feedback List-Id: devicetree@vger.kernel.org On 09/02/16 22:10, Anup Patel wrote: > The ARM SP805 DT node is already present in various DTS files. > This patch adds missing DT bindings documentation for ARM SP805. > > Signed-off-by: Anup Patel > Reviewed-by: Ray Jui > Reviewed-by: Vikram Prakash > Reviewed-by: Scott Branden Rob, we would probably want an Ack from you on this one, but should we route this through an arm-soc pull request for Broadcom SoCs, or do you want to pick it in your tree directly? Thanks! > --- > .../devicetree/bindings/watchdog/arm,sp805.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.txt > > diff --git a/Documentation/devicetree/bindings/watchdog/arm,sp805.txt b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > new file mode 100644 > index 0000000..6ebb77d > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > @@ -0,0 +1,17 @@ > +ARM AMBA Primecell SP805 Watchdog > + > +Required properties: > +- compatible: Should be "arm,sp805" & "arm,primecell" > +- reg: Should contain location and length for watchdog timer register. > +- interrupts: Should contain the list of watchdog timer interrupts. > +- clocks: clocks driving the watchdog timer hardware. This list should be 2 > + clocks. With 2 clocks, the order is wdogclk clock, apb_pclk. > + > +Example: > + wdt@66090000 { > + compatible = "arm,sp805", "arm,primecell"; > + reg = <0x66090000 0x1000>; > + interrupts = ; > + clocks = <&apb_pclk>,<&apb_pclk>; > + clock-names = "wdogclk", "apb_pclk"; > + }; > -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: f.fainelli@gmail.com (Florian Fainelli) Date: Wed, 10 Feb 2016 14:08:07 -0800 Subject: [PATCH 4/6] dt-bindings: watchdog: Add ARM SP805 DT bindings In-Reply-To: <1455084651-29325-5-git-send-email-anup.patel@broadcom.com> References: <1455084651-29325-1-git-send-email-anup.patel@broadcom.com> <1455084651-29325-5-git-send-email-anup.patel@broadcom.com> Message-ID: <56BBB4C7.9040209@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/02/16 22:10, Anup Patel wrote: > The ARM SP805 DT node is already present in various DTS files. > This patch adds missing DT bindings documentation for ARM SP805. > > Signed-off-by: Anup Patel > Reviewed-by: Ray Jui > Reviewed-by: Vikram Prakash > Reviewed-by: Scott Branden Rob, we would probably want an Ack from you on this one, but should we route this through an arm-soc pull request for Broadcom SoCs, or do you want to pick it in your tree directly? Thanks! > --- > .../devicetree/bindings/watchdog/arm,sp805.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/arm,sp805.txt > > diff --git a/Documentation/devicetree/bindings/watchdog/arm,sp805.txt b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > new file mode 100644 > index 0000000..6ebb77d > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/arm,sp805.txt > @@ -0,0 +1,17 @@ > +ARM AMBA Primecell SP805 Watchdog > + > +Required properties: > +- compatible: Should be "arm,sp805" & "arm,primecell" > +- reg: Should contain location and length for watchdog timer register. > +- interrupts: Should contain the list of watchdog timer interrupts. > +- clocks: clocks driving the watchdog timer hardware. This list should be 2 > + clocks. With 2 clocks, the order is wdogclk clock, apb_pclk. > + > +Example: > + wdt at 66090000 { > + compatible = "arm,sp805", "arm,primecell"; > + reg = <0x66090000 0x1000>; > + interrupts = ; > + clocks = <&apb_pclk>,<&apb_pclk>; > + clock-names = "wdogclk", "apb_pclk"; > + }; > -- Florian