diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-12-11 21:29:58 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2015-12-16 08:35:18 +0300 |
commit | 426ac151ec6b7eabd248a78351ecda4d6b188d34 (patch) | |
tree | 9da2d852720379a7be4f5821f2619bda9bcf2168 /arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | |
parent | aa2691279eaf50ff7983890c38491fbee73d1025 (diff) | |
download | linux-426ac151ec6b7eabd248a78351ecda4d6b188d34.tar.xz |
ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6
GSBI6 UART module is connected to BT chip, which uses
hardware flow control lines. Enable them on SoC side.
Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8064-ifc6410.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts index f40e93f09673..aa9303b84d67 100644 --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts @@ -164,7 +164,7 @@ gsbi@16500000 { status = "ok"; - qcom,mode = <GSBI_PROT_I2C_UART>; + qcom,mode = <GSBI_PROT_UART_W_FC>; serial@16540000 { status = "ok"; |