projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47768f3
)
ARM: dts: imx51-babbage: Make use of pinctrl_usbh1reg
author
Andrey Smirnov
<andrew.smirnov@gmail.com>
Tue, 3 Jul 2018 05:43:47 +0000
(13:43 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 3 Jul 2018 05:44:44 +0000
(13:44 +0800)
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>
arch/arm/boot/dts/imx51-babbage.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51-babbage.dts
b/arch/arm/boot/dts/imx51-babbage.dts
index b8ca73d3d379270a6621fa1ae2cf6f353cd8930d..4fb0d4d480a839be57cd75ac887cae3b364e1dcd 100644
(file)
--- 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";