diff options
| author | Dmitry Torokhov <[email protected]> | 2023-05-01 15:20:08 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2023-05-01 15:20:08 -0700 | 
| commit | 9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e (patch) | |
| tree | d57f3a63479a07b4e0cece029886e76e04feb984 /drivers/cpufreq/cpufreq-dt-platdev.c | |
| parent | 5dc63e56a9cf8df0b59c234a505a1653f1bdf885 (diff) | |
| parent | 53bea86b5712c7491bb3dae12e271666df0a308c (diff) | |
Merge branch 'next' into for-linus
Prepare input updates for 6.4 merge window.
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", },  |