Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322210
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for Cygnus |
| Date | 2016-01-30 01:50 +0100 |
| Message-ID | <qWrTI-2V4-15@gated-at.bofh.it> (permalink) |
| References | <qVmW6-4h1-13@gated-at.bofh.it> <qVmW6-4h1-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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";
> + };
> };
>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web