Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1223014
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 09/11] ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX |
| Date | 2015-09-11 20:00 +0200 |
| Message-ID | <q7AMb-sV-39@gated-at.bofh.it> (permalink) |
| References | <q7zZL-7Wu-3@gated-at.bofh.it> <q7zZO-7Wu-51@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 11 Sep 2015, Peter Griffin wrote:
> This patch adds the pinconfig for IRB TX and IRB UHF.
>
> Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@st.com>
> Acked-by: Patrice Chotard <patrice.chotard@st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
I'd take out the Ack here.
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
> arch/arm/boot/dts/stih407-pinctrl.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> index 3cd7e2a..473f2ea 100644
> --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> @@ -121,6 +121,24 @@
> ir = <&pio4 0 ALT2 IN>;
> };
> };
> +
> + pinctrl_uhf: uhf0 {
> + st,pins {
> + ir = <&pio4 1 ALT2 IN>;
> + };
> + };
> +
> + pinctrl_tx: tx0 {
> + st,pins {
> + tx = <&pio4 2 ALT2 OUT>;
> + };
> + };
> +
> + pinctrl_tx_od: tx_od0 {
> + st,pins {
> + tx_od = <&pio4 3 ALT2 OUT>;
> + };
> + };
> };
>
> /* SBC_ASC0 - UART10 */
--
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/11] ARM: STi: STiH407: Pinctrl updates Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:10 +0200
[PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:10 +0200
Re: [PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration Lee Jones <lee.jones@linaro.org> - 2015-09-11 20:10 +0200
[PATCH 06/11] ARM: DT: STiH407: Add NAND flash controller pin configuration Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:10 +0200
[PATCH 01/11] ARM: STi: DT: STiH407: Add a cec0 pin definition Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:10 +0200
Re: [PATCH 01/11] ARM: STi: DT: STiH407: Add a cec0 pin definition Lee Jones <lee.jones@linaro.org> - 2015-09-11 20:10 +0200
[PATCH 09/11] ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:10 +0200
Re: [PATCH 09/11] ARM: DT: STiH407: Add pinconfig for IRB UHF and IRB TX Lee Jones <lee.jones@linaro.org> - 2015-09-11 20:00 +0200
[PATCH 03/11] ARM: DT: STiH407: Add SPI 3 wire and 4 wire pinctrl configs Peter Griffin <peter.griffin@linaro.org> - 2015-09-11 19:20 +0200
Re: [PATCH 00/11] ARM: STi: STiH407: Pinctrl updates Patrice Chotard <patrice.chotard@st.com> - 2015-09-14 14:40 +0200
csiph-web