[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150911180238.GP18779@x1>
Date: Fri, 11 Sep 2015 19:02:38 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Peter Griffin <peter.griffin@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
srinivas.kandagatla@...il.com, maxime.coquelin@...com,
patrice.chotard@...com, devicetree@...r.kernel.org,
Seraphin Bonnaffe <seraphin.bonnaffe@...com>
Subject: Re: [PATCH 02/11] ARM: STi: DT: STiH407: Add i2c3 alternate pin
configs
On Fri, 11 Sep 2015, Peter Griffin wrote:
> i2c3 controller can use several sets of pins depending
> on board design. This patch adds the missing alternate
> pinconfigs.
>
> Signed-off-by: Seraphin Bonnaffe <seraphin.bonnaffe@...com>
> Signed-off-by: Peter Griffin <peter.griffin@...aro.org>
> ---
> arch/arm/boot/dts/stih407-pinctrl.dtsi | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
Acked-by: Lee Jones <lee.jones@...aro.org>
> diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> index d86ccc8..ce219a1 100644
> --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> @@ -430,12 +430,24 @@
> };
>
> i2c3 {
> - pinctrl_i2c3_default: i2c3-default {
> + pinctrl_i2c3_default: i2c3-alt1-0 {
> st,pins {
> sda = <&pio18 6 ALT1 BIDIR>;
> scl = <&pio18 5 ALT1 BIDIR>;
> };
> };
> + pinctrl_i2c3_alt1_1: i2c3-alt1-1 {
> + st,pins {
> + sda = <&pio17 7 ALT1 BIDIR>;
> + scl = <&pio17 6 ALT1 BIDIR>;
> + };
> + };
> + pinctrl_i2c3_alt3_0: i2c3-alt3-0 {
> + st,pins {
> + sda = <&pio13 6 ALT3 BIDIR>;
> + scl = <&pio13 5 ALT3 BIDIR>;
> + };
> + };
> };
>
> spi0 {
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
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