Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1565858

[PATCH 7/8] ARM: dts: STiH407-family: Use new Pinctrl groups

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 7/8] ARM: dts: STiH407-family: Use new Pinctrl groups
Date 2017-01-24 14:50 +0100
Message-ID <t39DY-4W7-17@gated-at.bofh.it> (permalink)
References <t39DX-4W7-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Having just defined some new Pinctrl groups for when when HW flow-
control is {en,dis}abled, let's reference them for use within the
driver.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/stih407-family.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index c8b2944..9789978 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -222,8 +222,9 @@
 			compatible = "st,asc";
 			reg = <0x9830000 0x2c>;
 			interrupts = <GIC_SPI 122 IRQ_TYPE_NONE>;
-			pinctrl-names = "default";
-			pinctrl-0 = <&pinctrl_serial0>;
+			pinctrl-names = "default", "manual-rts";
+			pinctrl-0 = <&pinctrl_serial0_flowctrl>;
+			pinctrl-1 = <&pinctrl_serial0>;
 			clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>;
 
 			status = "disabled";
-- 
2.10.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 7/8] ARM: dts: STiH407-family: Use new Pinctrl groups Lee Jones <lee.jones@linaro.org> - 2017-01-24 14:50 +0100
  Re: [STLinux Kernel] [PATCH 7/8] ARM: dts: STiH407-family: Use new  Pinctrl groups Peter Griffin <peter.griffin@linaro.org> - 2017-01-25 13:00 +0100
    Re: [STLinux Kernel] [PATCH 7/8] ARM: dts: STiH407-family: Use new  Pinctrl groups Lee Jones <lee.jones@linaro.org> - 2017-01-27 12:10 +0100
      Re: [STLinux Kernel] [PATCH 7/8] ARM: dts: STiH407-family: Use new  Pinctrl groups Lee Jones <lee.jones@linaro.org> - 2017-01-27 12:30 +0100

csiph-web