ARM: dts: imx51-babbage: Make use of pinctrl_usbh1reg
Pinctrl_usbh1reg defines pinmux setting for reset GPIO used by usbh1phy, but is not referenced by that node. Fix that. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
47768f372e
commit
cc3aba48e0
@ -177,6 +177,8 @@
|
|||||||
|
|
||||||
usbh1phy: usbh1phy@0 {
|
usbh1phy: usbh1phy@0 {
|
||||||
compatible = "usb-nop-xceiv";
|
compatible = "usb-nop-xceiv";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_usbh1reg>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
clocks = <&clk_usb>;
|
clocks = <&clk_usb>;
|
||||||
clock-names = "main_clk";
|
clock-names = "main_clk";
|
||||||
|
Loading…
Reference in New Issue
Block a user