soc: rockchip: dmc_debug: move driver and support more rockchip SOCs

Change-Id: I310e53b7e8333a2fff7b69b284fe3e8a8dcd4861
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
YouMin Chen
2025-04-16 09:22:51 +08:00
committed by Tao Huang
parent 625ce41d30
commit c065ef4421
3 changed files with 237 additions and 170 deletions

View File

@@ -58,6 +58,12 @@ config ROCKCHIP_CSU
help
This adds the clock subunit driver for Rockchip SoCs.
config ROCKCHIP_DMC_DEBUG
tristate "ROCKCHIP DMC DEBUG Driver"
depends on ARCH_ROCKCHIP && HAVE_ARM_SMCCC
help
This adds the dmc debug driver for the ROCKCHIP DMC.
config ROCKCHIP_GRF
tristate "Rockchip General Register Files support"
help

View File

@@ -6,6 +6,7 @@ obj-$(CONFIG_ROCKCHIP_AMP) += rockchip_amp.o
obj-$(CONFIG_ROCKCHIP_CPUINFO) += rockchip-cpuinfo.o
obj-$(CONFIG_ROCKCHIP_CSU) += rockchip_csu.o
obj-$(CONFIG_ROCKCHIP_DISABLE_UNUSED) += rockchip_disable_unused.o
obj-$(CONFIG_ROCKCHIP_DMC_DEBUG) += rockchip_dmc_debug.o
obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
obj-$(CONFIG_ROCKCHIP_HW_DECOMPRESS) += rockchip_decompress.o
obj-$(CONFIG_ROCKCHIP_HW_DECOMPRESS_USER) += rockchip_decompress_user.o