[PATCH 3/3] ARM: shmobile: marzen: enable HSPI0 in DTS

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Nov 25 21:09:50 EST 2013


Hi Simon,

Thank you for the patch.

On Monday 25 November 2013 10:00:16 Simon Horman wrote:
> Based on work for the bockw board by Kuninori Morimoto.
> 
> Cc: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
> ---
>  arch/arm/boot/dts/r8a7779-marzen-reference.dts | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index 918085c..76f5eef
> 100644
> --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> @@ -97,6 +97,11 @@
>  		renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd";
>  		renesas,function = "sdhi0";
>  	};
> +
> +	hspi0_pins: hspi0 {
> +		renesas,groups = "hspi0";
> +		renesas,function = "hspi0";
> +	};

What about keeping the nodes in alphabetical order ?

>  };
> 
>  &sdhi0 {
> @@ -107,3 +112,9 @@
>  	bus-width = <4>;
>  	status = "okay";
>  };
> +
> +&hspi0 {
> +	pinctrl-0 = <&hspi0_pins>;
> +	pinctrl-names = "default";
> +	status = "okay";
> +};

And here too ?

-- 
Regards,

Laurent Pinchart




More information about the linux-arm-kernel mailing list