ARM: dts: Remove VL805 USB node from CM4 dts
authorPhil Elwell <phil@raspberrypi.com>
Wed, 12 Jan 2022 14:39:46 +0000 (14:39 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:38 +0000 (16:04 +0000)
Neither the CM4 module nor the CM4IO board have a VL805 USB3
controller. The existing "usb@0,0" node is a hangover from the
Pi 4 dts; delete it. An up-to-date firmware will automatically load
the vl805 overlay on CM4s with VL805=1 in the EEPROM config, ensuring
that the firmware is notified of any PCIe reset.

See: https://forums.raspberrypi.com/viewtopic.php?t=326088

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/bcm2711-rpi-cm4.dts

index 062e888..6e99da1 100644 (file)
                ranges;
 
                reg = <0 0 0 0 0>;
-
-               usb@0,0 {
-                       reg = <0 0 0 0 0>;
-                       resets = <&reset RASPBERRYPI_FIRMWARE_RESET_ID_USB>;
-               };
        };
 };