diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt-platdev.c')
| -rw-r--r-- | drivers/cpufreq/cpufreq-dt-platdev.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 8ab672883043..e85703651098 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -137,6 +137,7 @@ static const struct of_device_id blocklist[] __initconst = {  	{ .compatible = "nvidia,tegra30", },  	{ .compatible = "nvidia,tegra124", },  	{ .compatible = "nvidia,tegra210", }, +	{ .compatible = "nvidia,tegra234", },  	{ .compatible = "qcom,apq8096", },  	{ .compatible = "qcom,msm8996", }, @@ -150,6 +151,7 @@ static const struct of_device_id blocklist[] __initconst = {  	{ .compatible = "qcom,sdm845", },  	{ .compatible = "qcom,sm6115", },  	{ .compatible = "qcom,sm6350", }, +	{ .compatible = "qcom,sm6375", },  	{ .compatible = "qcom,sm8150", },  	{ .compatible = "qcom,sm8250", },  	{ .compatible = "qcom,sm8350", },  |