Skip to content

Commit 6ae0774

Browse files
Haxk20vireshk
authored andcommitted
cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCs
The AllWinner H616 SoC will use the (extended) H6 OPP driver, so add them to the cpufreq-dt blocklist, to not create the device twice. This also affects the closely related sibling SoCs H618 and H700. Signed-off-by: Martin Botka <[email protected]> Signed-off-by: Andre Przywara <[email protected]> Reviewed-by: Jernej Skrabec <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 9cf3415 commit 6ae0774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ static const struct of_device_id allowlist[] __initconst = {
104104
*/
105105
static const struct of_device_id blocklist[] __initconst = {
106106
{ .compatible = "allwinner,sun50i-h6", },
107+
{ .compatible = "allwinner,sun50i-h616", },
108+
{ .compatible = "allwinner,sun50i-h618", },
109+
{ .compatible = "allwinner,sun50i-h700", },
107110

108111
{ .compatible = "apple,arm-platform", },
109112

0 commit comments

Comments
 (0)