aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-01-12 09:22:42 -0500
committerLinus Walleij <linus.walleij@linaro.org>2017-01-31 16:14:47 -0500
commit6097c2d0afa4ff70ece8610875a0f0592064de29 (patch)
treec82d205ea9839ac883d3207344ea3896b0a3cae2
parentadef953bbc868b75ebe57eef10b396202c47639b (diff)
ARM: dts: Ux500: move USB PHY pins to PHY device
The physical pins from the SoC are in a sense belonging to the PHY device (AB8500 USB) rather than the MUSB USB IP block. The driver definately assumes so: before this change it complains that it cannot control the pins it is using: abx5x0-usb ab8500-usb.0: could not get/set default pinstate After this patch the warning goes away. Cc: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--arch/arm/boot/dts/ste-href.dtsi12
-rw-r--r--arch/arm/boot/dts/ste-snowball.dts12
2 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi
index 1b59943ab6ec..865da0259963 100644
--- a/arch/arm/boot/dts/ste-href.dtsi
+++ b/arch/arm/boot/dts/ste-href.dtsi
@@ -19,12 +19,6 @@
19 }; 19 };
20 20
21 soc { 21 soc {
22 usb_per5@a03e0000 {
23 pinctrl-names = "default", "sleep";
24 pinctrl-0 = <&musb_default_mode>;
25 pinctrl-1 = <&musb_sleep_mode>;
26 };
27
28 uart@80120000 { 22 uart@80120000 {
29 pinctrl-names = "default", "sleep"; 23 pinctrl-names = "default", "sleep";
30 pinctrl-0 = <&uart0_default_mode>; 24 pinctrl-0 = <&uart0_default_mode>;
@@ -225,6 +219,12 @@
225 ab8500-gpio { 219 ab8500-gpio {
226 }; 220 };
227 221
222 ab8500_usb {
223 pinctrl-names = "default", "sleep";
224 pinctrl-0 = <&musb_default_mode>;
225 pinctrl-1 = <&musb_sleep_mode>;
226 };
227
228 ab8500-regulators { 228 ab8500-regulators {
229 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { 229 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
230 regulator-name = "V-DISPLAY"; 230 regulator-name = "V-DISPLAY";
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
index 7900e5d6aa05..d5f61256fe56 100644
--- a/arch/arm/boot/dts/ste-snowball.dts
+++ b/arch/arm/boot/dts/ste-snowball.dts
@@ -159,12 +159,6 @@
159 "", "", "", "", "", "", "", ""; 159 "", "", "", "", "", "", "", "";
160 }; 160 };
161 161
162 usb_per5@a03e0000 {
163 pinctrl-names = "default", "sleep";
164 pinctrl-0 = <&musb_default_mode>;
165 pinctrl-1 = <&musb_sleep_mode>;
166 };
167
168 sound { 162 sound {
169 compatible = "stericsson,snd-soc-mop500"; 163 compatible = "stericsson,snd-soc-mop500";
170 164
@@ -451,6 +445,12 @@
451 "PM_GPIO42"; /* AB8500 GPIO42 */ 445 "PM_GPIO42"; /* AB8500 GPIO42 */
452 }; 446 };
453 447
448 ab8500_usb {
449 pinctrl-names = "default", "sleep";
450 pinctrl-0 = <&musb_default_mode>;
451 pinctrl-1 = <&musb_sleep_mode>;
452 };
453
454 ext_regulators: ab8500-ext-regulators { 454 ext_regulators: ab8500-ext-regulators {
455 ab8500_ext1_reg: ab8500_ext1 { 455 ab8500_ext1_reg: ab8500_ext1 {
456 regulator-name = "ab8500-ext-supply1"; 456 regulator-name = "ab8500-ext-supply1";