Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640535 > unrolled thread

Re: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC

Started byRob Herring <robh@kernel.org>
First post2017-05-12 17:30 +0200
Last post2017-05-15 07:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray  SOC Rob Herring <robh@kernel.org> - 2017-05-12 17:30 +0200
    Re: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC Anup Patel <anup.patel@broadcom.com> - 2017-05-15 07:10 +0200

#1640535 — Re: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC

FromRob Herring <robh@kernel.org>
Date2017-05-12 17:30 +0200
SubjectRe: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC
Message-ID<tGkFX-6vb-1@gated-at.bofh.it>
On Sat, May 06, 2017 at 05:24:37PM +0530, Anup Patel wrote:
> From: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
> 
> Update iproc clock dt-binding documentation with
> Stingray pll and clock details.
> 
> Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
> Reviewed-by: Ray Jui <ray.jui@broadcom.com>
> Reviewed-by: Scott Branden <scott.branden@broadcom.com>
> ---
>  .../bindings/clock/brcm,iproc-clocks.txt           | 76 ++++++++++++++++++++++
>  1 file changed, 76 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
> index 6f66e9a..f2c5f0e4a 100644
> --- a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
> +++ b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
> @@ -219,3 +219,79 @@ BCM63138
>  --------
>  PLL and leaf clock compatible strings for BCM63138 are:
>      "brcm,bcm63138-armpll"
> +
> +Stingray
> +-----------
> +PLL and leaf clock compatible strings for Stingray are:
> +    "brcm,sr-genpll0"
> +    "brcm,sr-genpll1"
> +    "brcm,sr-genpll2"
> +    "brcm,sr-genpll3"
> +    "brcm,sr-genpll4"
> +    "brcm,sr-genpll5"
> +    "brcm,sr-genpll6"
> +
> +    "brcm,sr-lcpll0"
> +    "brcm,sr-lcpll1"
> +    "brcm,sr-lcpll-pcie"
> +
> +
> +The following table defines the set of PLL/clock index and ID for Stingray.
> +These clock IDs are defined in:
> +    "include/dt-bindings/clock/bcm-sr.h"

This header should be part of this commit. With that,

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [next] | [standalone]


#1641277 — Re: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC

FromAnup Patel <anup.patel@broadcom.com>
Date2017-05-15 07:10 +0200
SubjectRe: [PATCH 02/11] dt-bindings: clk: Extend binding doc for Stingray SOC
Message-ID<tHgqC-3Af-9@gated-at.bofh.it>
In reply to#1640535
On Fri, May 12, 2017 at 8:51 PM, Rob Herring <robh@kernel.org> wrote:
> On Sat, May 06, 2017 at 05:24:37PM +0530, Anup Patel wrote:
>> From: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
>>
>> Update iproc clock dt-binding documentation with
>> Stingray pll and clock details.
>>
>> Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
>> Reviewed-by: Ray Jui <ray.jui@broadcom.com>
>> Reviewed-by: Scott Branden <scott.branden@broadcom.com>
>> ---
>>  .../bindings/clock/brcm,iproc-clocks.txt           | 76 ++++++++++++++++++++++
>>  1 file changed, 76 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
>> index 6f66e9a..f2c5f0e4a 100644
>> --- a/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
>> +++ b/Documentation/devicetree/bindings/clock/brcm,iproc-clocks.txt
>> @@ -219,3 +219,79 @@ BCM63138
>>  --------
>>  PLL and leaf clock compatible strings for BCM63138 are:
>>      "brcm,bcm63138-armpll"
>> +
>> +Stingray
>> +-----------
>> +PLL and leaf clock compatible strings for Stingray are:
>> +    "brcm,sr-genpll0"
>> +    "brcm,sr-genpll1"
>> +    "brcm,sr-genpll2"
>> +    "brcm,sr-genpll3"
>> +    "brcm,sr-genpll4"
>> +    "brcm,sr-genpll5"
>> +    "brcm,sr-genpll6"
>> +
>> +    "brcm,sr-lcpll0"
>> +    "brcm,sr-lcpll1"
>> +    "brcm,sr-lcpll-pcie"
>> +
>> +
>> +The following table defines the set of PLL/clock index and ID for Stingray.
>> +These clock IDs are defined in:
>> +    "include/dt-bindings/clock/bcm-sr.h"
>
> This header should be part of this commit. With that,

Sure, I will include bcm-sr.h as-part of this commit.

>
> Acked-by: Rob Herring <robh@kernel.org>

Thanks,
Anup

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web