diff options
author | Johan Jonker <jbx6244@gmail.com> | 2019-12-28 08:47:57 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-12-31 12:46:01 +0100 |
commit | ba790c16a8b0a26b0a4ebfd26bf059ff3a0f9ff8 (patch) | |
tree | 6cfa989f02225fa9fdda5798962038cb870d921a /arch/arm64/boot | |
parent | 29478208c0249777ad9ace6fc4929b8b6eb940db (diff) |
arm64: dts: rockchip: remove identical &uart0 node from rk3368-lion-haikou
There are two identical &uart0 nodes in this dts file,
so remove one of them.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20191228074757.2075-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts index 8251f3c0d0a8..cbde279ae81d 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"; |