Skip to content

Commit

Permalink
Revert "overlays: Add Pi 5 version of dwc2"
Browse files Browse the repository at this point in the history
This reverts commit ff2db58.

We don't need a special dwc2 overlay for Pi 5, with a node to limit the
DMA zone to the first 1GB, since it turns out that the USB2 controller
has a 4GB range after all.

See #5772

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed Feb 2, 2024
1 parent 0ea0771 commit bb149aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
draws.dtbo \
dwc-otg.dtbo \
dwc2.dtbo \
dwc2-pi5.dtbo \
edt-ft5406.dtbo \
enc28j60.dtbo \
enc28j60-spi2.dtbo \
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -1168,10 +1168,6 @@ Params: dr_mode Dual role mode: "host", "peripheral" or "otg"
mode


Name: dwc2-pi5
Info: See dwc2 (this is the Pi 5 version)


[ The ds1307-rtc overlay has been deleted. See i2c-rtc. ]


Expand Down
18 changes: 0 additions & 18 deletions arch/arm/boot/dts/overlays/dwc2-pi5-overlay.dts

This file was deleted.

10 changes: 0 additions & 10 deletions arch/arm/boot/dts/overlays/overlay_map.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
bcm2712;
};

dwc2 {
bcm2835;
bcm2711;
bcm2712 = "dwc2-pi5";
};

dwc2-pi5 {
bcm2712;
};

highperi {
bcm2711;
};
Expand Down

0 comments on commit bb149aa

Please sign in to comment.