mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ARM: dts: Remove VL805 USB node from CM4 dts
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>
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
#include "bcm2711.dtsi"
|
#include "bcm2711.dtsi"
|
||||||
#include "bcm2835-rpi.dtsi"
|
#include "bcm2835-rpi.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/reset/raspberrypi,firmware-reset.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "raspberrypi,4-compute-module", "brcm,bcm2711";
|
compatible = "raspberrypi,4-compute-module", "brcm,bcm2711";
|
||||||
model = "Raspberry Pi Compute Module 4";
|
model = "Raspberry Pi Compute Module 4";
|
||||||
@@ -293,11 +291,6 @@
|
|||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
reg = <0 0 0 0 0>;
|
reg = <0 0 0 0 0>;
|
||||||
|
|
||||||
usb@0,0 {
|
|
||||||
reg = <0 0 0 0 0>;
|
|
||||||
resets = <&reset RASPBERRYPI_FIRMWARE_RESET_ID_USB>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user