summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stih410-b2260.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2017-02-03 10:23:18 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2017-12-07 10:06:14 +0200
commitc82bbd73d3f7b657e70310564b03b783def0a6c8 (patch)
treece19e601c30cba942bcd20933be183e581cae024 /arch/arm/boot/dts/stih410-b2260.dts
parentbb37bf7f15eaf2b8701369ab60e314eeaaea3f0b (diff)
ARM: dts: STiH407-family: Use new Pinctrl groups
Having just defined some new Pinctrl groups for when HW flow-control is {en,dis}abled, let's reference them for use within the driver. Acked-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2260.dts')
-rw-r--r--arch/arm/boot/dts/stih410-b2260.dts5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts
index fa16abac0e4d..cbcbcb4c6e4f 100644
--- a/arch/arm/boot/dts/stih410-b2260.dts
+++ b/arch/arm/boot/dts/stih410-b2260.dts
@@ -62,8 +62,11 @@
/* Low speed expansion connector */
uart0: serial@9830000 {
label = "LS-UART0";
- status = "okay";
+ pinctrl-names = "default", "no-hw-flowctrl";
+ pinctrl-0 = <&pinctrl_serial0_hw_flowctrl>;
+ pinctrl-1 = <&pinctrl_serial0>;
rts-gpios = <&pio17 3 GPIO_ACTIVE_LOW>;
+ status = "okay";
};
/* Low speed expansion connector */