mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
a738af646b
Users reported the R36T Max clone does not even scan for networks on the 2.0 clone image while the stock OS and Aurknix work (bug report 2). The R36T Max internal WiFi is an rk912/rk915 SDIO module, which the clone image had no driver, no DTS wiring and no SDIO quirks for. Port the working support from ROCKNIX/Aurknix: - rk915 driver package (AveyondFly/rk915, WiFi/BT SDIO), added to ADDITIONAL_DRIVERS. - 024-mainline-linux-hacks-for-rk915.patch: MMC_CAP2_WIFI_RK912 cap behind the supports-rk912 DT property; bypasses the SDIO CIS size check and power cycling that break this module's initialization. - rk3326-aislpc-r36tmax.dts: dedicated device tree (sdio_pwrseq, sdio node with supports-rk912, correct joypad wiring including the analog stick inversion users hit on the generic clone DTB). Adapted to the archr-singleadc-joypad and archr,generic-dsi compatibles. - Temperature sensor quirk for the "AISLPC R36TMax" model string. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>