Skip to content

Commit cd77139

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
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: c79dab4 ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S") Signed-off-by: Chukun Pan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent cfeac8e commit cd77139

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -421,28 +421,12 @@
421421
status = "okay";
422422
};
423423

424-
&usb_host0_ehci {
425-
status = "okay";
426-
};
427-
428-
&usb_host0_ohci {
429-
status = "okay";
430-
};
431-
432424
&usb_host0_xhci {
433425
dr_mode = "host";
434426
extcon = <&usb2phy0>;
435427
status = "okay";
436428
};
437429

438-
&usb_host1_ehci {
439-
status = "okay";
440-
};
441-
442-
&usb_host1_ohci {
443-
status = "okay";
444-
};
445-
446430
&usb_host1_xhci {
447431
status = "okay";
448432
};

0 commit comments

Comments
 (0)