projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f32001
)
ARM: dts: imx6sx-sabreauto: Use new pin names with DCE/DTE for UART pins
author
Anson Huang
<Anson.Huang@nxp.com>
Mon, 17 Feb 2020 11:13:38 +0000
(19:13 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 18 Feb 2020 09:43:25 +0000
(17:43 +0800)
Use new pin names containing DCE/DTE for UART RX/TX/RTS/CTS pins, this
is to distinguish the DCE/DTE functions.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-sabreauto.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6sx-sabreauto.dts
b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index 315044ccd65fc6da86f1313c3d6715bb0aee8d56..825924448ab4a2ebbc029bc2f04f5aeb382fc1b0 100644
(file)
--- a/
arch/arm/boot/dts/imx6sx-sabreauto.dts
+++ b/
arch/arm/boot/dts/imx6sx-sabreauto.dts
@@
-229,8
+229,8
@@
pinctrl_uart1: uart1grp {
fsl,pins = <
- MX6SX_PAD_GPIO1_IO04__UART1_
TX
0x1b0b1
- MX6SX_PAD_GPIO1_IO05__UART1_
RX
0x1b0b1
+ MX6SX_PAD_GPIO1_IO04__UART1_
DCE_TX
0x1b0b1
+ MX6SX_PAD_GPIO1_IO05__UART1_
DCE_RX
0x1b0b1
>;
};