arm64: dts: rockchip: drop dr_mode for Radxa ZERO 3W/3E

since dr_mode = "otg" can be used for USB gadget functions for U-Boot
and Linux, there is no reason to set it to "peripheral". drop it.

Fixes: 1a5c8d307c ("arm64: dts: rockchip: Add Radxa ZERO 3W/3E")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://lore.kernel.org/r/20240802051508.498-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
FUKAUMI Naoki
2024-08-02 14:15:08 +09:00
committed by Heiko Stuebner
parent 8c51521de1
commit 2c04a4defc
@@ -493,7 +493,6 @@
};
&usb_host0_xhci {
dr_mode = "peripheral";
status = "okay";
};