Skip to content

Commit a6d1bfa

Browse files
prabhakarladvireshk
authored andcommitted
cpufreq: dt: Add support for r8a7742
Add the compatible strings for supporting the generic cpufreq driver on the Renesas RZ/G1H (R8A7742) SoC. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Marian-Cristian Rotariu <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent a08e1b6 commit a6d1bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static const struct of_device_id whitelist[] __initconst = {
5353
{ .compatible = "renesas,r7s72100", },
5454
{ .compatible = "renesas,r8a73a4", },
5555
{ .compatible = "renesas,r8a7740", },
56+
{ .compatible = "renesas,r8a7742", },
5657
{ .compatible = "renesas,r8a7743", },
5758
{ .compatible = "renesas,r8a7744", },
5859
{ .compatible = "renesas,r8a7745", },

0 commit comments

Comments
 (0)