projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c87d6c
)
arm64: dts: imx8mp: disable usb3_phy1
author
Lucas Stach
<l.stach@pengutronix.de>
Wed, 19 Jan 2022 13:23:48 +0000
(14:23 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 11 Feb 2022 03:16:17 +0000
(11:16 +0800)
Like usb3_phy0 the default state of the usb3_phy1 should be disabled, so
it is only enabled on boards exposing this USB port.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 6b840c05dd771923d657b77836fd94339bf08a4f..3f8703f3ba5b0520ec4768697f8ef076272dabf1 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@
-958,6
+958,7
@@
assigned-clocks = <&clk IMX8MP_CLK_USB_PHY_REF>;
assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
#phy-cells = <0>;
+ status = "disabled";
};
usb3_1: usb@32f10108 {