-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: kernel driver support for RK3588 devices (Turing RK1)
Contains most of the drivers needed for RK3588 devices, in this case for the Turing RK1 SBC overlay. This includes support for drivers: including the PCIe, voltage regulator, realtime clock, and USB drivers. * CONFIG_TYPEC: need to enable CONFIG_PHY_ROCKCHIP_USBDP * CONFIG_MFD_RK8XX_SPI: Makes the RK808 regulator work with cpufreq-dt * CONFIG_RTC_DRV_HYM8563: RTC driver for most RK3588 devices * CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY: Needed for PCIe support * CONFIG_PHY_ROCKCHIP_USBDP: activates the necessary DT nodes to enable all 3 buses: USB 2.0, OTG, USB 3.0, host, USB 2.0, host ports Signed-off-by: Nico Berlee <[email protected]>
- Loading branch information
Showing
1 changed file
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters