[PATCH] arm: dts: rockchip: sort usbdp_phy nodes for Radxa ROCK 5B

FUKAUMI Naoki naoki at radxa.com
Tue Aug 6 02:23:06 CEST 2024


sorry, please ignore this patch.

Best regards,

--
FUKAUMI Naoki
Radxa Computer (Shenzhen) Co., Ltd.

On 8/6/24 09:09, FUKAUMI Naoki wrote:
> sort nodes alphanumerically.
> no functional change is intended.
> 
> Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
> ---
>   arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> index 8e318e624a8..fabbd717b61 100644
> --- a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> +++ b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> @@ -47,11 +47,11 @@
>   	status = "okay";
>   };
>   
> -&usbdp_phy1 {
> +&usbdp_phy0 {
>   	status = "okay";
>   };
>   
> -&usbdp_phy0 {
> +&usbdp_phy1 {
>   	status = "okay";
>   };
>   


More information about the U-Boot mailing list