[PATCH 3/3] embedsky-e9: cleanup and reorder DTS nodes

Sascha Hauer s.hauer at pengutronix.de
Mon Nov 2 00:23:03 PST 2015


On Sat, Oct 31, 2015 at 02:25:09PM +0100, Anton Bondarenko wrote:
> Removed duplicate ldb node. Removed disabled nodes
> 
> Signed-off-by: Anton Bondarenko <anton.bondarenko.sama at gmail.com>
> ---
>  arch/arm/dts/imx6q-embedsky-e9.dtsi | 77 ++++++++++++++++---------------------
>  1 file changed, 33 insertions(+), 44 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/dts/imx6q-embedsky-e9.dtsi b/arch/arm/dts/imx6q-embedsky-e9.dtsi
> index f117cae..e4d9c12 100644
> --- a/arch/arm/dts/imx6q-embedsky-e9.dtsi
> +++ b/arch/arm/dts/imx6q-embedsky-e9.dtsi
> @@ -91,41 +91,6 @@
>  
>  };
>  
> -&audmux {
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&pinctrl_audmux>;
> -	status = "okay";
> -};
> -
> -&fec {
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&pinctrl_enet>;
> -	phy-mode = "rgmii";
> -	phy-supply=<&reg_3p3v>;
> -	status = "okay";
> -};
> -
> -&i2c1 {
> -	clock-frequency = <100000>;
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&pinctrl_i2c1>;
> -	status = "okay";
> -
> -};
> -
> -&i2c2 {
> -	clock-frequency = <100000>;
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&pinctrl_i2c2>;
> -	status = "okay";
> -};
> -
> -&i2c3 {
> -	clock-frequency = <100000>;
> -	pinctrl-names = "default";
> -	pinctrl-0 = <&pinctrl_i2c3>;
> -	status = "okay";
> -};
>  
>  &iomuxc {
>  	pinctrl-names = "default";
> @@ -302,7 +267,39 @@
>  	};
>  };
>  
> -&ldb {
> +&audmux {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_audmux>;
> +	status = "okay";
> +};
> +
> +&fec {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_enet>;
> +	phy-mode = "rgmii";
> +	phy-supply=<&reg_3p3v>;
> +	status = "okay";
> +};
> +
> +&i2c1 {
> +	clock-frequency = <100000>;
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_i2c1>;
> +	status = "okay";
> +
> +};
> +
> +&i2c2 {
> +	clock-frequency = <100000>;
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_i2c2>;
> +	status = "okay";
> +};
> +
> +&i2c3 {
> +	clock-frequency = <100000>;
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_i2c3>;
>  	status = "okay";
>  };
>  
> @@ -382,11 +379,3 @@
>  &sata {
>  	status = "okay";
>  };
> -
> -&usdhc3 {
> -	status = "disabled";
> -};
> -
> -&ecspi1 {
> -	status = "disabled";
> -};
> -- 
> 2.6.2
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list