diff mbox series

arm64: dts: imx8mp: disable usb3_phy1

Message ID 20220119132348.2093807-1-l.stach@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mp: disable usb3_phy1 | expand

Commit Message

Lucas Stach Jan. 19, 2022, 1:23 p.m. UTC
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>
---
 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam Jan. 19, 2022, 1:40 p.m. UTC | #1
Hi Lucas,

On Wed, Jan 19, 2022 at 10:23 AM Lucas Stach <l.stach@pengutronix.de> wrote:
>
> 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>
Shawn Guo Jan. 29, 2022, 6:17 a.m. UTC | #2
On Wed, Jan 19, 2022 at 02:23:48PM +0100, Lucas Stach wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 04d259de5667..4fa8bf93324f 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -925,6 +925,7 @@  usb3_phy1: usb-phy@382f0040 {
 			assigned-clocks = <&clk IMX8MP_CLK_USB_PHY_REF>;
 			assigned-clock-parents = <&clk IMX8MP_CLK_24M>;
 			#phy-cells = <0>;
+			status = "disabled";
 		};
 
 		usb3_1: usb@32f10108 {