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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Thomas Petazzoni 2017-04-17 14:46:43 +02:00 committed by Olof Johansson
parent 4e7adc294e
commit 8590b4e018

View File

@ -96,14 +96,10 @@
&uart0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
&uart1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
&rtc {