]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: rockchip: remove upstreamed props for Radxa ROCK 5B
authorFUKAUMI Naoki <naoki@radxa.com>
Tue, 6 Aug 2024 03:37:42 +0000 (12:37 +0900)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 12 Aug 2024 07:44:04 +0000 (15:44 +0800)
"usb_host1_xhci" and related node were already upstreamed. remove
unnecessary properties from u-boot.dtsi.

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3588-rock-5b-u-boot.dtsi

index 8e318e624a857e513be524665c2fca0b0eeda0c3..4dd17ff408cbae4cf8044e88c7ec0ced97e01f87 100644 (file)
        status = "okay";
 };
 
-&u2phy1 {
-       status = "okay";
-};
-
-&u2phy1_otg {
-       status = "okay";
-};
-
-&usbdp_phy1 {
-       status = "okay";
-};
-
 &usbdp_phy0 {
        status = "okay";
 };
@@ -60,8 +48,3 @@
        maximum-speed = "high-speed";
        status = "okay";
 };
-
-&usb_host1_xhci {
-       dr_mode = "host";
-       status = "okay";
-};