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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 6 May 2014 13:04:22 +0200
From:	Michal Simek <michal.simek@...inx.com>
To:	Soren Brinkmann <soren.brinkmann@...inx.com>,
	Michal Simek <michal.simek@...inx.com>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Russell King <linux@....linux.org.uk>
CC:	<linux-kernel@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	<devicetree@...r.kernel.org>
Subject: Re: [PATCH] ARM: zynq: dt: Clean up device tree

On 05/05/2014 07:16 PM, Soren Brinkmann wrote:
>  - Use generic node names
>  - Fix up some weird formatting and white spaces
>  - Update copyright info
> 
> Signed-off-by: Soren Brinkmann <soren.brinkmann@...inx.com>
> ---
> 
>  arch/arm/boot/dts/zynq-7000.dtsi | 29 +++++++++++++++--------------
>  1 file changed, 15 insertions(+), 14 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
> index c1176abc34d9..bed6e0aed00a 100644
> --- a/arch/arm/boot/dts/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
> @@ -1,5 +1,5 @@
>  /*
> - *  Copyright (C) 2011 Xilinx
> + *  Copyright (C) 2011 - 2014 Xilinx
>   *
>   * This software is licensed under the terms of the GNU General Public
>   * License version 2, as published by the Free Software Foundation, and
> @@ -55,7 +55,7 @@
>  		interrupt-parent = <&intc>;
>  		ranges;
>  
> -		i2c0: zynq-i2c@...04000 {
> +		i2c0: i2c@...04000 {
>  			compatible = "cdns,i2c-r1p10";
>  			status = "disabled";
>  			clocks = <&clkc 38>;
> @@ -66,7 +66,7 @@
>  			#size-cells = <0>;
>  		};
>  
> -		i2c1: zynq-i2c@...05000 {
> +		i2c1: i2c@...05000 {
>  			compatible = "cdns,i2c-r1p10";
>  			status = "disabled";
>  			clocks = <&clkc 39>;
> @@ -95,7 +95,7 @@
>  			cache-level = <2>;
>  		};
>  
> -		uart0: uart@...00000 {
> +		uart0: serial@...00000 {
>  			compatible = "xlnx,xuartps";
>  			status = "disabled";
>  			clocks = <&clkc 23>, <&clkc 40>;
> @@ -104,7 +104,7 @@
>  			interrupts = <0 27 4>;
>  		};
>  
> -		uart1: uart@...01000 {
> +		uart1: serial@...01000 {
>  			compatible = "xlnx,xuartps";
>  			status = "disabled";
>  			clocks = <&clkc 24>, <&clkc 41>;
> @@ -131,7 +131,7 @@
>  			clock-names = "pclk", "hclk", "tx_clk";
>  		};
>  
> -		sdhci0: ps7-sdhci@...00000 {
> +		sdhci0: sdhci@...00000 {
>  			compatible = "arasan,sdhci-8.9a";
>  			status = "disabled";
>  			clock-names = "clk_xin", "clk_ahb";
> @@ -141,7 +141,7 @@
>  			reg = <0xe0100000 0x1000>;
>  		} ;
>  
> -		sdhci1: ps7-sdhci@...01000 {
> +		sdhci1: sdhci@...01000 {
>  			compatible = "arasan,sdhci-8.9a";
>  			status = "disabled";
>  			clock-names = "clk_xin", "clk_ahb";
> @@ -185,26 +185,27 @@
>  			clocks = <&clkc 4>;
>  		};
>  
> -		ttc0: ttc0@...01000 {
> +		ttc0: timer@...01000 {
>  			interrupt-parent = <&intc>;
> -			interrupts = < 0 10 4 0 11 4 0 12 4 >;
> +			interrupts = <0 10 4>, <0 11 4>, <0 12 4>;
>  			compatible = "cdns,ttc";
>  			clocks = <&clkc 6>;
>  			reg = <0xF8001000 0x1000>;
>  		};
>  
> -		ttc1: ttc1@...02000 {
> +		ttc1: timer@...02000 {
>  			interrupt-parent = <&intc>;
> -			interrupts = < 0 37 4 0 38 4 0 39 4 >;
> +			interrupts = <0 37 4>, <0 38 4>, <0 39 4>;
>  			compatible = "cdns,ttc";
>  			clocks = <&clkc 6>;
>  			reg = <0xF8002000 0x1000>;
>  		};
> -		scutimer: scutimer@...00600 {
> +
> +		scutimer: timer@...00600 {
>  			interrupt-parent = <&intc>;
> -			interrupts = < 1 13 0x301 >;
> +			interrupts = <1 13 0x301>;
>  			compatible = "arm,cortex-a9-twd-timer";
> -			reg = < 0xf8f00600 0x20 >;
> +			reg = <0xf8f00600 0x20>;
>  			clocks = <&clkc 4>;
>  		} ;
>  	};
> 

Looks good to me. Applied to zynq/dt branch.

Thanks,
Michal


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