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:	Mon, 16 Jun 2014 17:01:42 +0300
From:	Tero Kristo <t-kristo@...com>
To:	Peter Ujfalusi <peter.ujfalusi@...com>, <mturquette@...aro.org>,
	<grant.likely@...aro.org>, <tony@...mide.com>
CC:	<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<linux-omap@...r.kernel.org>, <linux-doc@...r.kernel.org>,
	<robh+dt@...nel.org>, <bcousson@...libre.com>,
	<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v2 4/4] ARM: DTS: dra7/dra7xx-clocks: ATL related changes

On 05/07/2014 01:20 PM, Peter Ujfalusi wrote:
> Modify the clock nodes for the ATL clocks to use the ATL clock driver to
> handle them.
>
> Add the ATL device node at the same time for DRA7.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@...com>

This patch missed the merge window due to long dependency chain, however 
Tony promised to pull this with rc-fixes. So, for that purpose:

Acked-by: Tero Kristo <t-kristo@...com>

> ---
>   arch/arm/boot/dts/dra7.dtsi          | 11 +++++++++++
>   arch/arm/boot/dts/dra7xx-clocks.dtsi | 16 ++++++++--------
>   2 files changed, 19 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 149b55099935..84071423016e 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -789,6 +789,17 @@
>   			dma-names = "tx0", "rx0";
>   			status = "disabled";
>   		};
> +
> +		atl: atl@...3c000 {
> +			compatible = "ti,dra7-atl";
> +			reg = <0x4843c000 0x3ff>;
> +			ti,hwmods = "atl";
> +			ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
> +					     <&atl_clkin2_ck>, <&atl_clkin3_ck>;
> +			clocks = <&atl_gfclk_mux>;
> +			clock-names = "fck";
> +			status = "disabled";
> +		};
>   	};
>   };
>
> diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
> index 30160348934c..789e92cd5595 100644
> --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
> @@ -10,26 +10,26 @@
>   &cm_core_aon_clocks {
>   	atl_clkin0_ck: atl_clkin0_ck {
>   		#clock-cells = <0>;
> -		compatible = "fixed-clock";
> -		clock-frequency = <0>;
> +		compatible = "ti,dra7-atl-clock";
> +		clocks = <&atl_gfclk_mux>;
>   	};
>
>   	atl_clkin1_ck: atl_clkin1_ck {
>   		#clock-cells = <0>;
> -		compatible = "fixed-clock";
> -		clock-frequency = <0>;
> +		compatible = "ti,dra7-atl-clock";
> +		clocks = <&atl_gfclk_mux>;
>   	};
>
>   	atl_clkin2_ck: atl_clkin2_ck {
>   		#clock-cells = <0>;
> -		compatible = "fixed-clock";
> -		clock-frequency = <0>;
> +		compatible = "ti,dra7-atl-clock";
> +		clocks = <&atl_gfclk_mux>;
>   	};
>
>   	atl_clkin3_ck: atl_clkin3_ck {
>   		#clock-cells = <0>;
> -		compatible = "fixed-clock";
> -		clock-frequency = <0>;
> +		compatible = "ti,dra7-atl-clock";
> +		clocks = <&atl_gfclk_mux>;
>   	};
>
>   	hdmi_clkin_ck: hdmi_clkin_ck {
>

--
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