This patch series adds support for cpufreq on the D1 SoC, and a new Kconfig.riscv file to cater to cpufreq drivers that support RISC-V SoCs. The changes have been tested on a Lichee RV module. Brandon Cheo Fusi (5): riscv: dts: allwinner: Update opp table to allow CPU frequency scaling cpufreq: sun50i: Add D1 support cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC cpufreq: Add support for RISC-V CPU Frequency scaling drivers cpufreq: Make sun50i h6 cpufreq Kconfig option generic arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 18 +++++++++++++++--- drivers/cpufreq/Kconfig | 4 ++++ drivers/cpufreq/Kconfig.arm | 4 ++-- drivers/cpufreq/Kconfig.riscv | 16 ++++++++++++++++ drivers/cpufreq/Makefile | 2 +- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + drivers/cpufreq/sun50i-cpufreq-nvmem.c | 1 + 7 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 drivers/cpufreq/Kconfig.riscv -- 2.30.2