Re: [PATCH 1/4] phy-sun4i-usb: Fix sun8i_r40_cfg

2021-06-30 Thread qianfan
在 2021/6/21 8:33, Andre Przywara 写道: On Wed, 16 Jun 2021 10:33:23 +0800 qianfangui...@163.com (qianfangui...@163.com) wrote: Hi, first many thanks for sending this! Indeed OTG support was broken/missing on the R40, also in Linux. So it seems you have the found the problem: the missing PHY

Re: [PATCH 1/4] phy-sun4i-usb: Fix sun8i_r40_cfg

2021-06-20 Thread Andre Przywara
On Wed, 16 Jun 2021 10:33:23 +0800 qianfangui...@163.com (qianfangui...@163.com) wrote: Hi, first many thanks for sending this! Indeed OTG support was broken/missing on the R40, also in Linux. So it seems you have the found the problem: the missing PHY multiplex. Many thanks for that! This

[PATCH 1/4] phy-sun4i-usb: Fix sun8i_r40_cfg

2021-06-15 Thread qianfanguijin
From: qianfan Zhao The address of sun8i_r40's phyctrl is 0x01c13404, also fixed enable_pmu and dual_route. Signed-off-by: qianfan Zhao --- drivers/phy/allwinner/phy-sun4i-usb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/phy/allwinner/phy-sun4i-usb.c