Skip to content

Commit e314222

Browse files
lkundrakbebarino
authored andcommitted
dt-bindings: marvell,mmp2: Add clock ids for the GPU clocks
MMP2 has a single GC860 core while MMP3 has a GC2000 and a GC300. On both platforms there's an AXI bus interface clock that's common for all GPUs and each GPU core has a separate clock. Signed-off-by: Lubomir Rintel <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent a70812b commit e314222

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/dt-bindings/clock/marvell,mmp2.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
#define MMP2_CLK_DISP0_LCDC 120
7878
#define MMP2_CLK_USBHSIC0 121
7979
#define MMP2_CLK_USBHSIC1 122
80+
#define MMP2_CLK_GPU_BUS 123
81+
#define MMP3_CLK_GPU_BUS MMP2_CLK_GPU_BUS
82+
#define MMP2_CLK_GPU_3D 124
83+
#define MMP3_CLK_GPU_3D MMP2_CLK_GPU_3D
84+
#define MMP3_CLK_GPU_2D 125
8085

8186
#define MMP2_NR_CLKS 200
8287
#endif

0 commit comments

Comments
 (0)