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:	Thu, 27 Mar 2014 09:39:04 +0100
From:	Boris BREZILLON <b.brezillon.dev@...il.com>
To:	Boris BREZILLON <brezillonboris@...il.com>,
	Fabio Estevam <festevam@...il.com>,
	Sylwester Nawrocki <sylvester.nawrocki@...il.com>,
	Gregory Clement <gregory.clement@...e-electrons.com>
CC:	devicetree@...r.kernel.org, Kevin Hilman <khilman@...aro.org>,
	Mike Turquette <mturquette@...aro.org>,
	Boris BREZILLON <b.brezillon.dev@...il.com>,
	Nicolas Ferre <nicolas.ferre@...el.com>,
	linux-kernel@...r.kernel.org, Sascha Hauer <kernel@...gutronix.de>,
	Russell King <linux@....linux.org.uk>,
	Shawn Guo <shawn.guo@...aro.org>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
	linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] ARM: imx6/dt: add ccm dependency upon ckil, ckih1 and
 osc clocks

Le 27/03/2014 09:11, Boris BREZILLON a écrit :
> Signed-off-by: Boris BREZILLON <b.brezillon.dev@...il.com>
> ---
>   arch/arm/boot/dts/imx6qdl.dtsi |    4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index cfc85be..060e94c 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -62,16 +62,19 @@
>   
>   		ckil {
Oops.
You'll have to change this line into the line below in order to be able 
to reference this clk.

                           ckil: ckil {
>   			compatible = "fsl,imx-ckil", "fixed-clock";
> +			#clock-cells = <0>;
>   			clock-frequency = <32768>;
>   		};
>   
>   		ckih1 {
ditto
>   			compatible = "fsl,imx-ckih1", "fixed-clock";
> +			#clock-cells = <0>;
>   			clock-frequency = <0>;
>   		};
>   
>   		osc {
ditto
>   			compatible = "fsl,imx-osc", "fixed-clock";
> +			#clock-cells = <0>;
>   			clock-frequency = <24000000>;
>   		};
>   	};
> @@ -489,6 +492,7 @@
>   				interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
>   					     <0 88 IRQ_TYPE_LEVEL_HIGH>;
>   				#clock-cells = <1>;
> +				clocks = <&ckil &ckih1 &osc>;
>   			};
>   
>   			anatop: anatop@...c8000 {

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ