[PATCH 2/3] riscv: dts: sophgo: add nodes for USB phy and controller

Krzysztof Kozlowski krzk at kernel.org
Mon Jul 8 06:41:53 PDT 2024


On 08/07/2024 14:08, Yao Zi wrote:
>  
> +		usb_phy: usb-phy at 3006000 {
> +			compatible = "sophgo,cv1800-usb-phy";
> +			reg = <0x3006000 0x60>, <0x3000048 0x4>;
> +			reg-names = "phy", "pin";
> +			clocks = <&clk CLK_APB_USB>,
> +				 <&clk CLK_USB_125M>,
> +				 <&clk CLK_USB_33K>,
> +				 <&clk CLK_USB_12M>;
> +			clock-names = "apb", "125m", "33k", "12m";

Why are not you using dr_role property here?

Best regards,
Krzysztof




More information about the linux-phy mailing list