Skip to content

Enable/improve support for Rockchips chips

Diederik de Haas requested to merge diederik/linux:rock64-modules into master

The first commit enables SND_SOC_RK3328 as module.
This module is needed to use Rockchip's RK3328 based devices for audio.

The seconds commit enables the RK805 PMIC chip for armhf and arm64, used in various SOCs.
This commit closes bug #990536.

The 3rd commit makes MFD_RK808 builtin on arm64. It was already builtin for armhf.
It is a dependency for various PMIC chips from Rockchip.
This also fixes commit fe29debb where the intend was to make COMMON_CLK_RK808 a builtin, but as it also depends on MFD_RK808, it turned up as module in the kernel (at least in config-5.10.0-8-arm64).

Edited by Diederik de Haas

Merge request reports

Loading