Lines Matching +full:jz4725b +full:- +full:lcd
1 // SPDX-License-Identifier: GPL-2.0
4 * Heavily based on JZ4725b CGU driver
10 #include <linux/clk-provider.h>
14 #include <dt-bindings/clock/ingenic,jz4755-cgu.h>
33 0x0, 0x1, -1, 0x3,
80 CGU_REG_CPCCR, 21, 1, 1, -1, -1, -1, 0,
89 CGU_REG_CPCCR, 30, 1, 1, -1, -1, -1, 0,
98 CGU_REG_CPCCR, 0, 1, 4, 22, -1, -1, 0,
107 CGU_REG_CPCCR, 4, 1, 4, 22, -1, -1, 0,
116 CGU_REG_CPCCR, 8, 1, 4, 22, -1, -1, 0,
125 CGU_REG_CPCCR, 12, 1, 4, 22, -1, -1, 0,
134 CGU_REG_CPCCR, 16, 1, 4, 22, -1, -1, 0,
143 .div = { CGU_REG_CPCCR, 23, 1, 6, -1, -1, -1 },
148 "lcd", CGU_CLK_DIV | CGU_CLK_GATE,
150 .div = { CGU_REG_LPCDR, 0, 1, 11, -1, -1, -1 },
157 .div = { CGU_REG_MSCCDR, 0, 1, 5, -1, -1, -1 },
164 .div = { CGU_REG_I2SCDR, 0, 1, 9, -1, -1, -1 },
170 .div = { CGU_REG_SSICDR, 0, 1, 4, -1, -1, -1 },
191 .div = { CGU_REG_CIMCDR, 0, 1, 8, -1, -1, -1 },
195 /* Gate-only clocks */
344 * in the case where the device node is compatible with "simple-mfd".
346 CLK_OF_DECLARE_DRIVER(jz4755_cgu, "ingenic,jz4755-cgu", jz4755_cgu_init);