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, 4 Feb 2013 12:15:14 +0530
From:	Prashant Gaikwad <pgaikwad@...dia.com>
To:	Peter De Schrijver <pdeschrijver@...dia.com>
CC:	Grant Likely <grant.likely@...retlab.ca>,
	Rob Herring <rob.herring@...xeda.com>,
	Rob Landley <rob@...dley.net>,
	Stephen Warren <swarren@...dotorg.org>,
	Russell King <linux@....linux.org.uk>,
	Simon Glass <sjg@...omium.org>,
	Mike Turquette <mturquette@...aro.org>,
	Joseph Lo <josephl@...dia.com>,
	"devicetree-discuss@...ts.ozlabs.org" 
	<devicetree-discuss@...ts.ozlabs.org>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v5 08/10] ARM: dt: Add references to tegra_car clocks

On Friday 01 February 2013 03:48 PM, Peter De Schrijver wrote:
> Add references to tegra_car clocks for the basic device nodes.
>
> Signed-off-by: Peter De Schrijver <pdeschrijver@...dia.com>
> ---

Reviewed-by: Prashant Gaikwad <pgaikwad@...dia.com>

>   arch/arm/boot/dts/tegra114.dtsi |    7 ++++++-
>   1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
> index 96a8235..1dec620 100644
> --- a/arch/arm/boot/dts/tegra114.dtsi
> +++ b/arch/arm/boot/dts/tegra114.dtsi
> @@ -27,7 +27,7 @@
>   	};
>   
>   	tegra_car: clock {
> -		compatible = "nvidia,tegra114-car, nvidia,tegra30-car";
> +		compatible = "nvidia,tegra114-car";
>   		reg = <0x60006000 0x1000>;
>   		#clock-cells = <1>;
>   	};
> @@ -43,6 +43,7 @@
>   		reg-shift = <2>;
>   		interrupts = <0 36 0x04>;
>   		status = "disabled";
> +		clocks = <&tegra_car 6>;
>   	};
>   
>   	serial@...06040 {
> @@ -51,6 +52,7 @@
>   		reg-shift = <2>;
>   		interrupts = <0 37 0x04>;
>   		status = "disabled";
> +		clocks = <&tegra_car 192>;
>   	};
>   
>   	serial@...06200 {
> @@ -59,6 +61,7 @@
>   		reg-shift = <2>;
>   		interrupts = <0 46 0x04>;
>   		status = "disabled";
> +		clocks = <&tegra_car 55>;
>   	};
>   
>   	serial@...06300 {
> @@ -67,12 +70,14 @@
>   		reg-shift = <2>;
>   		interrupts = <0 90 0x04>;
>   		status = "disabled";
> +		clocks = <&tegra_car 65>;
>   	};
>   
>   	rtc {
>   		compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
>   		reg = <0x7000e000 0x100>;
>   		interrupts = <0 2 0x04>;
> +		clocks = <&tegra_car 4>;
>   	};
>   
>   	pmc {
>

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