diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-10-08 12:14:32 +0200 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-10-08 13:03:17 +0200 |
commit | 6529a6cd8a7c254107819252ddf0bf37d6b95467 (patch) | |
tree | b73993246975f5a108eae9a23d5784092f6562da | |
parent | 3a5d15b7b419f3ee3612ba865ef0362de7950f7d (diff) | |
download | linux-rpi-6529a6cd8a7c254107819252ddf0bf37d6b95467.tar.gz linux-rpi-6529a6cd8a7c254107819252ddf0bf37d6b95467.tar.bz2 linux-rpi-6529a6cd8a7c254107819252ddf0bf37d6b95467.zip |
rpi4: boot: Switch back to the generic DWC2 overlay
Since adding a standalone Tizen-specific kernel extcon-usb-fixed module,
which reports USB cable as always connected, the extcon hack/workaround
in the DWC2 driver is no longer needed, thus a generic dwc2-overlay can
be used.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Idcd1b2ab5680cc7e57153d768751bbddbc3adfaa
-rw-r--r-- | rpi4/boot/config.txt | 2 | ||||
-rw-r--r-- | rpi4/boot/config_64bit.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpi4/boot/config.txt b/rpi4/boot/config.txt index cb964ac62682..000e819b4890 100644 --- a/rpi4/boot/config.txt +++ b/rpi4/boot/config.txt @@ -64,7 +64,7 @@ max_framebuffers=2 force_eeprom_read=0 # Enable dwc2 driver -dtoverlay=dwc2-tizen,dr_mode=peripheral +dtoverlay=dwc2,dr_mode=peripheral kernel=u-boot.bin diff --git a/rpi4/boot/config_64bit.txt b/rpi4/boot/config_64bit.txt index 214367028565..93b9593ceada 100644 --- a/rpi4/boot/config_64bit.txt +++ b/rpi4/boot/config_64bit.txt @@ -79,7 +79,7 @@ arm_64bit=1 kernel=u-boot.bin # Enable dwc2 driver -dtoverlay=dwc2-tizen,dr_mode=peripheral +dtoverlay=dwc2,dr_mode=peripheral # Enable the camera module camera_auto_detect=1 |