Re: [PATCH] phy: Use dt-bindig definations for npcm usb phy

2024-05-17 Thread Tom Rini
On Mon, 13 May 2024 15:25:32 +0800, Jim Liu wrote: > Use dt-binding definations for the phy switch connection. > It declares the target usb controller it is connected to. > > Applied to u-boot/master, thanks! -- Tom

[PATCH] phy: Use dt-bindig definations for npcm usb phy

2024-05-13 Thread Jim Liu
Use dt-binding definations for the phy switch connection. It declares the target usb controller it is connected to. Signed-off-by: Jim Liu --- drivers/phy/phy-npcm-usb.c | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/drivers/phy/phy-npcm-usb.c b