fix kernel driver crash when TTGO T-Motion connected

pull/827/head
Adrian Batzill 2024-04-01 12:56:38 +02:00
rodzic 97cb1d5171
commit 474c031c82
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,9 @@ dtoverlay=disable-bt
# i2c serial support
dtoverlay=sc16is752-i2c,int_pin=4,addr=0x4d,xtal=1843900
# Otherwise TTGO T-Motion will cause kernel panic on bookworm
dtoverlay=dwc2
# disable default (mmc0) behavior on the ACT LED.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off