Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322210 > unrolled thread
| Started by | Ray Jui <rjui@broadcom.com> |
|---|---|
| First post | 2016-01-30 01:50 +0100 |
| Last post | 2016-02-01 01:30 +0100 |
| 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.
Re: [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for Cygnus Ray Jui <rjui@broadcom.com> - 2016-01-30 01:50 +0100
Re: [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for Cygnus Florian Fainelli <f.fainelli@gmail.com> - 2016-02-01 01:30 +0100
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Date | 2016-01-30 01:50 +0100 |
| Subject | Re: [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for Cygnus |
| Message-ID | <qWrTI-2V4-15@gated-at.bofh.it> |
Hi Florian,
With Stephen merging the first 3 patches into the clk tree, could you
please take this DT patch now?
Thanks,
Ray
On 1/26/2016 5:18 PM, Ray Jui wrote:
> From: Simran Rai <ssimran@broadcom.com>
>
> Add audio clock to the existing Broadcom Cygnus clock DT
>
> Signed-off-by: Simran Rai <ssimran@broadcom.com>
> Reviewed-by: Ray Jui <rjui@broadcom.com>
> Reviewed-by: Scott Branden <sbranden@broadcom.com>
> ---
> arch/arm/boot/dts/bcm-cygnus-clock.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm-cygnus-clock.dtsi b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
> index 32bcd45..80b6ba4 100644
> --- a/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
> +++ b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
> @@ -121,4 +121,13 @@ clocks {
> clocks = <&osc>;
> clock-output-names = "keypad", "adc/touch", "pwm";
> };
> +
> + audiopll: audiopll {
> + #clock-cells = <1>;
> + compatible = "brcm,cygnus-audiopll";
> + reg = <0x180aeb00 0x68>;
> + clocks = <&osc>;
> + clock-output-names = "audiopll", "ch0_audio",
> + "ch1_audio", "ch2_audio";
> + };
> };
>
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-02-01 01:30 +0100 |
| Message-ID | <qXaxr-2Rx-1@gated-at.bofh.it> |
| In reply to | #1322210 |
Le 29/01/2016 16:42, Ray Jui a écrit : > Hi Florian, > > With Stephen merging the first 3 patches into the clk tree, could you > please take this DT patch now? > > Thanks, > > Ray > > On 1/26/2016 5:18 PM, Ray Jui wrote: >> From: Simran Rai <ssimran@broadcom.com> >> >> Add audio clock to the existing Broadcom Cygnus clock DT >> >> Signed-off-by: Simran Rai <ssimran@broadcom.com> >> Reviewed-by: Ray Jui <rjui@broadcom.com> >> Reviewed-by: Scott Branden <sbranden@broadcom.com> Applied to devicetree/next, thanks everyone! -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web