lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Jan 2016 16:42:09 -0800
From:	Ray Jui <rjui@...adcom.com>
To:	Michael Turquette <mturquette@...libre.com>,
	Stephen Boyd <sboyd@...eaurora.org>
CC:	<linux-clk@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<bcm-kernel-feedback-list@...adcom.com>,
	Simran Rai <ssimran@...adcom.com>
Subject: Re: [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for
 Cygnus

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@...adcom.com>
>
> Add audio clock to the existing Broadcom Cygnus clock DT
>
> Signed-off-by: Simran Rai <ssimran@...adcom.com>
> Reviewed-by: Ray Jui <rjui@...adcom.com>
> Reviewed-by: Scott Branden <sbranden@...adcom.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";
> +	};
>   };
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ