linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] firmware: imx: scu-pd: add missed USB_1_PHY pd
@ 2022-09-30 18:34 Frank Li
  2022-09-30 18:34 ` [PATCH 2/2] arm64: dts: imx8dxl: add usb1 and usb2 support Frank Li
  2022-10-24  2:14 ` [PATCH 1/2] firmware: imx: scu-pd: add missed USB_1_PHY pd Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2022-09-30 18:34 UTC (permalink / raw)
  To: imx, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Zhou Peng, Ming Qian, Shijie Qin,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	open list

USB_1_PHY is not defined in pd driver on 8DXL.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 drivers/firmware/imx/scu-pd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
index af3d057e64217..2a4f07423365a 100644
--- a/drivers/firmware/imx/scu-pd.c
+++ b/drivers/firmware/imx/scu-pd.c
@@ -108,6 +108,7 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
 	/* CONN SS */
 	{ "usb", IMX_SC_R_USB_0, 2, true, 0 },
 	{ "usb0phy", IMX_SC_R_USB_0_PHY, 1, false, 0 },
+	{ "usb1phy", IMX_SC_R_USB_1_PHY, 1, false, 0},
 	{ "usb2", IMX_SC_R_USB_2, 1, false, 0 },
 	{ "usb2phy", IMX_SC_R_USB_2_PHY, 1, false, 0 },
 	{ "sdhc", IMX_SC_R_SDHC_0, 3, true, 0 },
-- 
2.35.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-24  2:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 18:34 [PATCH 1/2] firmware: imx: scu-pd: add missed USB_1_PHY pd Frank Li
2022-09-30 18:34 ` [PATCH 2/2] arm64: dts: imx8dxl: add usb1 and usb2 support Frank Li
2022-10-24  2:14 ` [PATCH 1/2] firmware: imx: scu-pd: add missed USB_1_PHY pd Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).