Browse Source

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>
Heiko Stuebner 11 years ago
parent
commit
23c93bc92c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/arm/boot/dts/rk3188-radxarock.dts

+ 0 - 2
arch/arm/boot/dts/rk3188-radxarock.dts

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