Commit 8590b4e0 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Olof Johansson
Browse files

arm: spear6xx: remove unneeded pinctrl properties in spear600-evb



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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 4e7adc29
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -96,14 +96,10 @@

&uart0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <>;
};

&uart1 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <>;
};

&rtc {