commit | 6097c2d0afa4ff70ece8610875a0f0592064de29 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Jan 12 15:22:42 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 31 22:14:47 2017 +0100 |
tree | c82d205ea9839ac883d3207344ea3896b0a3cae2 | |
parent | adef953bbc868b75ebe57eef10b396202c47639b [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>