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

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

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

smira
Copy link
Member

@smira smira commented Dec 2, 2024

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]
Signed-off-by: Noel Georgi [email protected]
(cherry picked from commit f81b190)

Backports PR #1100

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]>
Signed-off-by: Noel Georgi <[email protected]>
(cherry picked from commit f81b190)
@smira smira changed the title feat: kernel driver support for RK3588 devices (Turing RK1) backport: feat: kernel driver support for RK3588 devices (Turing RK1) Dec 2, 2024
@smira
Copy link
Member Author

smira commented Dec 2, 2024

/m

@talos-bot talos-bot merged commit b047e41 into siderolabs:release-1.9 Dec 2, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants