summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-04-06 14:16:10 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-04-06 14:17:03 +0200
commit74cc97312a02ec9c56b9a1cb16981b264889cc99 (patch)
treef118458e99b82506b9e0a8c3dba682fc29454535
parent8ac65ceb2691d3299ca7f34c314daca28a247959 (diff)
arm64: rk3368-lion-haikou.dts: expand uart1 definition
Add pinctrl and a comment for how to enable it. Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
index 795f5f5eeaf4..abf535ff7d8c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
@@ -83,12 +83,6 @@
status = "okay";
};
-&uart0 {
- pinctrl-names = "default";
- pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
- status = "okay";
-};
-
&usb_otg {
dr_mode = "otg";
status = "okay";
@@ -101,8 +95,10 @@
};
&uart1 {
- /* alternate function of GPIO5/6 */
+ /* alternate function of GPIO5/6 - change to "okay" to enable */
status = "disabled";
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
};
&pinctrl {