ARM: ux500: move MUSB pin config to device tree

This moves the MUSB pin control table out of the board file
and into the device tree. Tie the config to the on-chip MUSB
device rather than the ab8500-usb device which is off-chip.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
此提交包含在:
Linus Walleij
2013-11-13 15:59:40 +01:00
父節點 a45cb698a7
當前提交 a12f703c5a
共有 5 個檔案被更改,包括 79 行新增25 行删除

查看文件

@@ -30,6 +30,12 @@
};
soc {
usb_per5@a03e0000 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&musb_default_mode>;
pinctrl-1 = <&musb_sleep_mode>;
};
uart@80120000 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&uart0_default_mode>;