ARM: dts: rockchip: remove pinctrl setting from radxarock uart2
authorHeiko Stuebner <heiko@sntech.de>
Wed, 30 Jul 2014 10:05:55 +0000 (12:05 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 30 Jul 2014 10:08:54 +0000 (12:08 +0200)
We set default pinctrl settings for the uarts in rk3188.dtsi already,
so remove forgotten duplicate.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3188-radxarock.dts

index b7f3423..4195f5a 100644 (file)
 };
 
 &uart2 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&uart2_xfer>;
        status = "okay";
 };