2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 11:13:58 +08:00

ARM: dts: rockchip: remove pinctrl setting from radxarock uart2

We set default pinctrl settings for the uarts in rk3188.dtsi already,
so remove forgotten duplicate.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Heiko Stuebner 2014-07-30 12:05:55 +02:00
parent 08567053f5
commit 23c93bc92c

View File

@ -215,8 +215,6 @@
};
&uart2 {
pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>;
status = "okay";
};