This series originally added support also for ipq807x. This part was split and is now merged. This patch was originally dependent of [1] but was later reverted due to compilation problem. [1] had some changes that weren't related to the compilation problem and were just a fixup. This series include these 2 required patches from [1] that are just cleanup and won't cause any problem. These 2 patch were already checked and accepted by maintainers. This small series adds support for ipq806x qcom-cpufreq-nvmem driver. Special function are required to make use of the opp-supported-hw binding by hardcoding custom bits based on the qcom SoC ID. [1] https://lore.kernel.org/linux-pm/20231010063235.rj2ehxugtjr5x2xr@vireshk-i7/T/#t Christian Marangi (2): cpufreq: qcom-nvmem: add support for IPQ8064 ARM: dts: qcom: ipq8064: Add CPU OPP table Dmitry Baryshkov (2): cpufreq: qcom-nvmem: drop pvs_ver for format a fuses cpufreq: qcom-nvmem: also accept operating-points-v2-krait-cpu arch/arm/boot/dts/qcom/qcom-ipq8062.dtsi | 30 ++++++++++ arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi | 67 +++++++++++++++++++++ arch/arm/boot/dts/qcom/qcom-ipq8065.dtsi | 65 ++++++++++++++++++++ drivers/cpufreq/qcom-cpufreq-nvmem.c | 75 ++++++++++++++++++++++-- 4 files changed, 232 insertions(+), 5 deletions(-) -- 2.40.1