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

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
......@@ -96,14 +96,10 @@ partition@390000 {
&uart0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
&uart1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <>;
};
&rtc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment