diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-10-08 12:14:32 +0200 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-11-12 13:03:21 +0900 |
commit | 1a01cc8c5dd70cd37fe8b3bba84fa4169c18993d (patch) | |
tree | fa8d98cbd48e5b9d8ab2ef83114aa052c3e12ab3 | |
parent | e6a18dc08636a064944999ea5497478451717ee7 (diff) | |
download | linux-rpi-1a01cc8c5dd70cd37fe8b3bba84fa4169c18993d.tar.gz linux-rpi-1a01cc8c5dd70cd37fe8b3bba84fa4169c18993d.tar.bz2 linux-rpi-1a01cc8c5dd70cd37fe8b3bba84fa4169c18993d.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 |