diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-17 08:46:43 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-04-19 10:08:19 -0400 |
commit | 8590b4e0180bc33461805a8cd80d4d0564fa38e3 (patch) | |
tree | a972d999240cd230cb0176eba88a3c52249bc67d | |
parent | 4e7adc294ef319d0e57e4b8638af7800be1b0a88 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/spear600-evb.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/spear600-evb.dts b/arch/arm/boot/dts/spear600-evb.dts index f36603fffbaa..c67e76c8ba5d 100644 --- a/arch/arm/boot/dts/spear600-evb.dts +++ b/arch/arm/boot/dts/spear600-evb.dts | |||
@@ -96,14 +96,10 @@ | |||
96 | 96 | ||
97 | &uart0 { | 97 | &uart0 { |
98 | status = "okay"; | 98 | status = "okay"; |
99 | pinctrl-names = "default"; | ||
100 | pinctrl-0 = <>; | ||
101 | }; | 99 | }; |
102 | 100 | ||
103 | &uart1 { | 101 | &uart1 { |
104 | status = "okay"; | 102 | status = "okay"; |
105 | pinctrl-names = "default"; | ||
106 | pinctrl-0 = <>; | ||
107 | }; | 103 | }; |
108 | 104 | ||
109 | &rtc { | 105 | &rtc { |