diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2018-07-03 08:43:47 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-03 08:44:44 +0300 |
commit | cc3aba48e0d4f79ca1623248aefb7e83bb8680c8 (patch) | |
tree | 098a467fa91e4072c86ae2083976c87e2ec6bf5e /arch | |
parent | 47768f372eae030db6fab5225f9504a820d2c07f (diff) | |
download | linux-cc3aba48e0d4f79ca1623248aefb7e83bb8680c8.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx51-babbage.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts index b8ca73d3d379..4fb0d4d480a8 100644 --- a/arch/arm/boot/dts/imx51-babbage.dts +++ b/arch/arm/boot/dts/imx51-babbage.dts @@ -177,6 +177,8 @@ usbh1phy: usbh1phy@0 { compatible = "usb-nop-xceiv"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbh1reg>; reg = <0>; clocks = <&clk_usb>; clock-names = "main_clk"; |