Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: renesas: r8a7795: Add CMM clocks

Add clock definitions for CMM units on Renesas R-Car H3.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Jacopo Mondi and committed by
Geert Uytterhoeven
00c7cd3f aad03a66

+4
+4
drivers/clk/renesas/r8a7795-cpg-mssr.c
··· 202 202 DEF_MOD("ehci0", 703, R8A7795_CLK_S3D2), 203 203 DEF_MOD("hsusb", 704, R8A7795_CLK_S3D2), 204 204 DEF_MOD("hsusb3", 705, R8A7795_CLK_S3D2), 205 + DEF_MOD("cmm3", 708, R8A7795_CLK_S2D1), 206 + DEF_MOD("cmm2", 709, R8A7795_CLK_S2D1), 207 + DEF_MOD("cmm1", 710, R8A7795_CLK_S2D1), 208 + DEF_MOD("cmm0", 711, R8A7795_CLK_S2D1), 205 209 DEF_MOD("csi21", 713, R8A7795_CLK_CSI0), /* ES1.x */ 206 210 DEF_MOD("csi20", 714, R8A7795_CLK_CSI0), 207 211 DEF_MOD("csi41", 715, R8A7795_CLK_CSI0),