]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm: spear6xx: remove unneeded pinctrl properties in spear600-evb
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 17 Apr 2017 12:46:43 +0000 (14:46 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 19 Apr 2017 14:08:19 +0000 (07:08 -0700)
The spear6xx doesn't have a pinctrl driver, since the pinmux is globally
defined through a single register, generally configured by the
firmware/bootloader.

Therefore, the pinctrl related properties in spear600-evb.dts are not
necessary.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/spear600-evb.dts

index f36603fffbaa71a30d15005c2896ee9ceab7254d..c67e76c8ba5d5b90a9b875fb689825fbb90bc891 100644 (file)
@@ -96,14 +96,10 @@ partition@390000 {
 
 &uart0 {
        status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <>;
 };
 
 &uart1 {
        status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <>;
 };
 
 &rtc {