Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: kernel driver support for RK3588 devices (Turing RK1) #1100

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

nberlee
Copy link
Contributor

@nberlee nberlee commented Nov 29, 2024

Contains most of the drivers needed for RK3588 devices (minimal normal hardware support),
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

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 <nico.berlee@on2it.net>
Signed-off-by: Noel Georgi <git@frezbo.dev>
@frezbo frezbo force-pushed the turing-rk1-drivers branch from f208597 to f81b190 Compare December 1, 2024 09:35
@frezbo
Copy link
Member

frezbo commented Dec 1, 2024

/m

@talos-bot talos-bot merged commit f81b190 into siderolabs:main Dec 1, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backported
Development

Successfully merging this pull request may close these issues.

3 participants