]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
authorChukun Pan <amadeus@jmu.edu.cn>
Sun, 30 Jun 2024 15:00:05 +0000 (23:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 4 Jul 2024 19:09:43 +0000 (21:09 +0200)
Fix the following error when booting:
[   15.851853] platform fd800000.usb: deferred probe pending
[   15.852384] platform fd840000.usb: deferred probe pending
[   15.852881] platform fd880000.usb: deferred probe pending

This is due to usb2phy1 is not enabled. There is no USB 2.0
port on the board, just remove it.

Fixes: c79dab407afd ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20240630150010.55729-5-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi

index 82577eba31eb54525a2ea00ebc3d7575ae9a0d26..e08c9eab6f170ce5fe1bc795ad985e055da5b58d 100644 (file)
        status = "okay";
 };
 
-&usb_host0_ehci {
-       status = "okay";
-};
-
-&usb_host0_ohci {
-       status = "okay";
-};
-
 &usb_host0_xhci {
        dr_mode = "host";
        extcon = <&usb2phy0>;
        status = "okay";
 };
 
-&usb_host1_ehci {
-       status = "okay";
-};
-
-&usb_host1_ohci {
-       status = "okay";
-};
-
 &usb_host1_xhci {
        status = "okay";
 };