xref: /openbmc/linux/drivers/soc/mediatek/mtk-mmsys.h (revision 25423731)
144014763SCK Hu /* SPDX-License-Identifier: GPL-2.0-only */
244014763SCK Hu 
344014763SCK Hu #ifndef __SOC_MEDIATEK_MTK_MMSYS_H
444014763SCK Hu #define __SOC_MEDIATEK_MTK_MMSYS_H
544014763SCK Hu 
644014763SCK Hu #define DISP_REG_CONFIG_DISP_OVL0_MOUT_EN	0x040
744014763SCK Hu #define DISP_REG_CONFIG_DISP_OVL1_MOUT_EN	0x044
844014763SCK Hu #define DISP_REG_CONFIG_DISP_OD_MOUT_EN		0x048
944014763SCK Hu #define DISP_REG_CONFIG_DISP_GAMMA_MOUT_EN	0x04c
1044014763SCK Hu #define DISP_REG_CONFIG_DISP_UFOE_MOUT_EN	0x050
1144014763SCK Hu #define DISP_REG_CONFIG_DISP_COLOR0_SEL_IN	0x084
1244014763SCK Hu #define DISP_REG_CONFIG_DISP_COLOR1_SEL_IN	0x088
1344014763SCK Hu #define DISP_REG_CONFIG_DSIE_SEL_IN		0x0a4
1444014763SCK Hu #define DISP_REG_CONFIG_DSIO_SEL_IN		0x0a8
1544014763SCK Hu #define DISP_REG_CONFIG_DPI_SEL_IN		0x0ac
1644014763SCK Hu #define DISP_REG_CONFIG_DISP_RDMA2_SOUT		0x0b8
1744014763SCK Hu #define DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN	0x0c4
1844014763SCK Hu #define DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN	0x0c8
1944014763SCK Hu #define DISP_REG_CONFIG_MMSYS_CG_CON0		0x100
2044014763SCK Hu 
2144014763SCK Hu #define DISP_REG_CONFIG_DISP_OVL_MOUT_EN	0x030
2244014763SCK Hu #define DISP_REG_CONFIG_OUT_SEL			0x04c
2344014763SCK Hu #define DISP_REG_CONFIG_DSI_SEL			0x050
2444014763SCK Hu #define DISP_REG_CONFIG_DPI_SEL			0x064
2544014763SCK Hu 
2644014763SCK Hu #define OVL0_MOUT_EN_COLOR0			0x1
2744014763SCK Hu #define OD_MOUT_EN_RDMA0			0x1
2844014763SCK Hu #define OD1_MOUT_EN_RDMA1			BIT(16)
2944014763SCK Hu #define UFOE_MOUT_EN_DSI0			0x1
3044014763SCK Hu #define COLOR0_SEL_IN_OVL0			0x1
3144014763SCK Hu #define OVL1_MOUT_EN_COLOR1			0x1
3244014763SCK Hu #define GAMMA_MOUT_EN_RDMA1			0x1
3344014763SCK Hu #define RDMA0_SOUT_DPI0				0x2
3444014763SCK Hu #define RDMA0_SOUT_DPI1				0x3
3544014763SCK Hu #define RDMA0_SOUT_DSI1				0x1
3644014763SCK Hu #define RDMA0_SOUT_DSI2				0x4
3744014763SCK Hu #define RDMA0_SOUT_DSI3				0x5
387bdcead7SCK Hu #define RDMA0_SOUT_MASK				0x7
3944014763SCK Hu #define RDMA1_SOUT_DPI0				0x2
4044014763SCK Hu #define RDMA1_SOUT_DPI1				0x3
4144014763SCK Hu #define RDMA1_SOUT_DSI1				0x1
4244014763SCK Hu #define RDMA1_SOUT_DSI2				0x4
4344014763SCK Hu #define RDMA1_SOUT_DSI3				0x5
447bdcead7SCK Hu #define RDMA1_SOUT_MASK				0x7
4544014763SCK Hu #define RDMA2_SOUT_DPI0				0x2
4644014763SCK Hu #define RDMA2_SOUT_DPI1				0x3
4744014763SCK Hu #define RDMA2_SOUT_DSI1				0x1
4844014763SCK Hu #define RDMA2_SOUT_DSI2				0x4
4944014763SCK Hu #define RDMA2_SOUT_DSI3				0x5
507bdcead7SCK Hu #define RDMA2_SOUT_MASK				0x7
5144014763SCK Hu #define DPI0_SEL_IN_RDMA1			0x1
5244014763SCK Hu #define DPI0_SEL_IN_RDMA2			0x3
537bdcead7SCK Hu #define DPI0_SEL_IN_MASK			0x3
5444014763SCK Hu #define DPI1_SEL_IN_RDMA1			(0x1 << 8)
5544014763SCK Hu #define DPI1_SEL_IN_RDMA2			(0x3 << 8)
567bdcead7SCK Hu #define DPI1_SEL_IN_MASK			(0x3 << 8)
5744014763SCK Hu #define DSI0_SEL_IN_RDMA1			0x1
5844014763SCK Hu #define DSI0_SEL_IN_RDMA2			0x4
597bdcead7SCK Hu #define DSI0_SEL_IN_MASK			0x7
6044014763SCK Hu #define DSI1_SEL_IN_RDMA1			0x1
6144014763SCK Hu #define DSI1_SEL_IN_RDMA2			0x4
627bdcead7SCK Hu #define DSI1_SEL_IN_MASK			0x7
6344014763SCK Hu #define DSI2_SEL_IN_RDMA1			(0x1 << 16)
6444014763SCK Hu #define DSI2_SEL_IN_RDMA2			(0x4 << 16)
657bdcead7SCK Hu #define DSI2_SEL_IN_MASK			(0x7 << 16)
6644014763SCK Hu #define DSI3_SEL_IN_RDMA1			(0x1 << 16)
6744014763SCK Hu #define DSI3_SEL_IN_RDMA2			(0x4 << 16)
687bdcead7SCK Hu #define DSI3_SEL_IN_MASK			(0x7 << 16)
6944014763SCK Hu #define COLOR1_SEL_IN_OVL1			0x1
7044014763SCK Hu 
7144014763SCK Hu #define OVL_MOUT_EN_RDMA			0x1
7244014763SCK Hu #define BLS_TO_DSI_RDMA1_TO_DPI1		0x8
7344014763SCK Hu #define BLS_TO_DPI_RDMA1_TO_DSI			0x2
747bdcead7SCK Hu #define BLS_RDMA1_DSI_DPI_MASK			0xf
7544014763SCK Hu #define DSI_SEL_IN_BLS				0x0
7644014763SCK Hu #define DPI_SEL_IN_BLS				0x0
777bdcead7SCK Hu #define DPI_SEL_IN_MASK				0x1
7844014763SCK Hu #define DSI_SEL_IN_RDMA				0x1
797bdcead7SCK Hu #define DSI_SEL_IN_MASK				0x1
8044014763SCK Hu 
8144014763SCK Hu struct mtk_mmsys_routes {
8244014763SCK Hu 	u32 from_comp;
8344014763SCK Hu 	u32 to_comp;
8444014763SCK Hu 	u32 addr;
857bdcead7SCK Hu 	u32 mask;
8644014763SCK Hu 	u32 val;
8744014763SCK Hu };
8844014763SCK Hu 
8944014763SCK Hu struct mtk_mmsys_driver_data {
9044014763SCK Hu 	const char *clk_driver;
9144014763SCK Hu 	const struct mtk_mmsys_routes *routes;
9244014763SCK Hu 	const unsigned int num_routes;
9344014763SCK Hu };
9444014763SCK Hu 
9544014763SCK Hu /*
9644014763SCK Hu  * Routes in mt8173, mt2701, mt2712 are different. That means
9744014763SCK Hu  * in the same register address, it controls different input/output
9844014763SCK Hu  * selection for each SoC. But, right now, they use the same table as
9944014763SCK Hu  * default routes meet their requirements. But we don't have the complete
10044014763SCK Hu  * route information for these three SoC, so just keep them in the same
10144014763SCK Hu  * table. After we've more information, we could separate mt2701, mt2712
10244014763SCK Hu  * to an independent table.
10344014763SCK Hu  */
10444014763SCK Hu static const struct mtk_mmsys_routes mmsys_default_routing_table[] = {
10544014763SCK Hu 	{
10644014763SCK Hu 		DDP_COMPONENT_BLS, DDP_COMPONENT_DSI0,
1077bdcead7SCK Hu 		DISP_REG_CONFIG_OUT_SEL, BLS_RDMA1_DSI_DPI_MASK,
1087bdcead7SCK Hu 		BLS_TO_DSI_RDMA1_TO_DPI1
10944014763SCK Hu 	}, {
11044014763SCK Hu 		DDP_COMPONENT_BLS, DDP_COMPONENT_DSI0,
1117bdcead7SCK Hu 		DISP_REG_CONFIG_DSI_SEL, DSI_SEL_IN_MASK,
1127bdcead7SCK Hu 		DSI_SEL_IN_BLS
11344014763SCK Hu 	}, {
11444014763SCK Hu 		DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
1157bdcead7SCK Hu 		DISP_REG_CONFIG_OUT_SEL, BLS_RDMA1_DSI_DPI_MASK,
1167bdcead7SCK Hu 		BLS_TO_DPI_RDMA1_TO_DSI
11744014763SCK Hu 	}, {
11844014763SCK Hu 		DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
1197bdcead7SCK Hu 		DISP_REG_CONFIG_DSI_SEL, DSI_SEL_IN_MASK,
1207bdcead7SCK Hu 		DSI_SEL_IN_RDMA
12144014763SCK Hu 	}, {
12244014763SCK Hu 		DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
1237bdcead7SCK Hu 		DISP_REG_CONFIG_DPI_SEL, DPI_SEL_IN_MASK,
1247bdcead7SCK Hu 		DPI_SEL_IN_BLS
12544014763SCK Hu 	}, {
12644014763SCK Hu 		DDP_COMPONENT_GAMMA, DDP_COMPONENT_RDMA1,
1277bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_GAMMA_MOUT_EN, GAMMA_MOUT_EN_RDMA1,
1287bdcead7SCK Hu 		GAMMA_MOUT_EN_RDMA1
12944014763SCK Hu 	}, {
13044014763SCK Hu 		DDP_COMPONENT_OD0, DDP_COMPONENT_RDMA0,
1317bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_OD_MOUT_EN, OD_MOUT_EN_RDMA0,
1327bdcead7SCK Hu 		OD_MOUT_EN_RDMA0
13344014763SCK Hu 	}, {
13444014763SCK Hu 		DDP_COMPONENT_OD1, DDP_COMPONENT_RDMA1,
1357bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_OD_MOUT_EN, OD1_MOUT_EN_RDMA1,
1367bdcead7SCK Hu 		OD1_MOUT_EN_RDMA1
13744014763SCK Hu 	}, {
13844014763SCK Hu 		DDP_COMPONENT_OVL0, DDP_COMPONENT_COLOR0,
1397bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_OVL0_MOUT_EN, OVL0_MOUT_EN_COLOR0,
1407bdcead7SCK Hu 		OVL0_MOUT_EN_COLOR0
14144014763SCK Hu 	}, {
14244014763SCK Hu 		DDP_COMPONENT_OVL0, DDP_COMPONENT_COLOR0,
1437bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_COLOR0_SEL_IN, COLOR0_SEL_IN_OVL0,
1447bdcead7SCK Hu 		COLOR0_SEL_IN_OVL0
14544014763SCK Hu 	}, {
14644014763SCK Hu 		DDP_COMPONENT_OVL0, DDP_COMPONENT_RDMA0,
1477bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_OVL_MOUT_EN, OVL_MOUT_EN_RDMA,
1487bdcead7SCK Hu 		OVL_MOUT_EN_RDMA
14944014763SCK Hu 	}, {
15044014763SCK Hu 		DDP_COMPONENT_OVL1, DDP_COMPONENT_COLOR1,
1517bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_OVL1_MOUT_EN, OVL1_MOUT_EN_COLOR1,
1527bdcead7SCK Hu 		OVL1_MOUT_EN_COLOR1
15344014763SCK Hu 	}, {
15444014763SCK Hu 		DDP_COMPONENT_OVL1, DDP_COMPONENT_COLOR1,
1557bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_COLOR1_SEL_IN, COLOR1_SEL_IN_OVL1,
1567bdcead7SCK Hu 		COLOR1_SEL_IN_OVL1
15744014763SCK Hu 	}, {
15844014763SCK Hu 		DDP_COMPONENT_RDMA0, DDP_COMPONENT_DPI0,
1597bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
1607bdcead7SCK Hu 		RDMA0_SOUT_DPI0
16144014763SCK Hu 	}, {
16244014763SCK Hu 		DDP_COMPONENT_RDMA0, DDP_COMPONENT_DPI1,
1637bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
1647bdcead7SCK Hu 		RDMA0_SOUT_DPI1
16544014763SCK Hu 	}, {
16644014763SCK Hu 		DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI1,
1677bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
1687bdcead7SCK Hu 		RDMA0_SOUT_DSI1
16944014763SCK Hu 	}, {
17044014763SCK Hu 		DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI2,
1717bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
1727bdcead7SCK Hu 		RDMA0_SOUT_DSI2
17344014763SCK Hu 	}, {
17444014763SCK Hu 		DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI3,
1757bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
1767bdcead7SCK Hu 		RDMA0_SOUT_DSI3
17744014763SCK Hu 	}, {
17844014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI0,
1797bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
1807bdcead7SCK Hu 		RDMA1_SOUT_DPI0
18144014763SCK Hu 	}, {
18244014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI0,
1837bdcead7SCK Hu 		DISP_REG_CONFIG_DPI_SEL_IN, DPI0_SEL_IN_MASK,
1847bdcead7SCK Hu 		DPI0_SEL_IN_RDMA1
18544014763SCK Hu 	}, {
18644014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI1,
1877bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
1887bdcead7SCK Hu 		RDMA1_SOUT_DPI1
18944014763SCK Hu 	}, {
19044014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI1,
1917bdcead7SCK Hu 		DISP_REG_CONFIG_DPI_SEL_IN, DPI1_SEL_IN_MASK,
1927bdcead7SCK Hu 		DPI1_SEL_IN_RDMA1
19344014763SCK Hu 	}, {
19444014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI0,
1957bdcead7SCK Hu 		DISP_REG_CONFIG_DSIE_SEL_IN, DSI0_SEL_IN_MASK,
1967bdcead7SCK Hu 		DSI0_SEL_IN_RDMA1
19744014763SCK Hu 	}, {
19844014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI1,
1997bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
2007bdcead7SCK Hu 		RDMA1_SOUT_DSI1
20144014763SCK Hu 	}, {
20244014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI1,
2037bdcead7SCK Hu 		DISP_REG_CONFIG_DSIO_SEL_IN, DSI1_SEL_IN_MASK,
2047bdcead7SCK Hu 		DSI1_SEL_IN_RDMA1
20544014763SCK Hu 	}, {
20644014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI2,
2077bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
2087bdcead7SCK Hu 		RDMA1_SOUT_DSI2
20944014763SCK Hu 	}, {
21044014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI2,
2117bdcead7SCK Hu 		DISP_REG_CONFIG_DSIE_SEL_IN, DSI2_SEL_IN_MASK,
2127bdcead7SCK Hu 		DSI2_SEL_IN_RDMA1
21344014763SCK Hu 	}, {
21444014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI3,
2157bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
2167bdcead7SCK Hu 		RDMA1_SOUT_DSI3
21744014763SCK Hu 	}, {
21844014763SCK Hu 		DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI3,
2197bdcead7SCK Hu 		DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_MASK,
2207bdcead7SCK Hu 		DSI3_SEL_IN_RDMA1
22144014763SCK Hu 	}, {
22244014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI0,
2237bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
2247bdcead7SCK Hu 		RDMA2_SOUT_DPI0
22544014763SCK Hu 	}, {
22644014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI0,
2277bdcead7SCK Hu 		DISP_REG_CONFIG_DPI_SEL_IN, DPI0_SEL_IN_MASK,
2287bdcead7SCK Hu 		DPI0_SEL_IN_RDMA2
22944014763SCK Hu 	}, {
23044014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI1,
2317bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
2327bdcead7SCK Hu 		RDMA2_SOUT_DPI1
23344014763SCK Hu 	}, {
23444014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI1,
2357bdcead7SCK Hu 		DISP_REG_CONFIG_DPI_SEL_IN, DPI1_SEL_IN_MASK,
2367bdcead7SCK Hu 		DPI1_SEL_IN_RDMA2
23744014763SCK Hu 	}, {
23844014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI0,
2397bdcead7SCK Hu 		DISP_REG_CONFIG_DSIE_SEL_IN, DSI0_SEL_IN_MASK,
2407bdcead7SCK Hu 		DSI0_SEL_IN_RDMA2
24144014763SCK Hu 	}, {
24244014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI1,
2437bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
2447bdcead7SCK Hu 		RDMA2_SOUT_DSI1
24544014763SCK Hu 	}, {
24644014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI1,
2477bdcead7SCK Hu 		DISP_REG_CONFIG_DSIO_SEL_IN, DSI1_SEL_IN_MASK,
2487bdcead7SCK Hu 		DSI1_SEL_IN_RDMA2
24944014763SCK Hu 	}, {
25044014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI2,
2517bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
2527bdcead7SCK Hu 		RDMA2_SOUT_DSI2
25344014763SCK Hu 	}, {
25444014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI2,
2557bdcead7SCK Hu 		DISP_REG_CONFIG_DSIE_SEL_IN, DSI2_SEL_IN_MASK,
2567bdcead7SCK Hu 		DSI2_SEL_IN_RDMA2
25744014763SCK Hu 	}, {
25844014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3,
2597bdcead7SCK Hu 		DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
2607bdcead7SCK Hu 		RDMA2_SOUT_DSI3
26144014763SCK Hu 	}, {
26244014763SCK Hu 		DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3,
2637bdcead7SCK Hu 		DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_MASK,
2647bdcead7SCK Hu 		DSI3_SEL_IN_RDMA2
265*25423731SEnric Balletbo i Serra 	}, {
266*25423731SEnric Balletbo i Serra 		DDP_COMPONENT_UFOE, DDP_COMPONENT_DSI0,
267*25423731SEnric Balletbo i Serra 		DISP_REG_CONFIG_DISP_UFOE_MOUT_EN, UFOE_MOUT_EN_DSI0,
268*25423731SEnric Balletbo i Serra 		UFOE_MOUT_EN_DSI0
26944014763SCK Hu 	}
27044014763SCK Hu };
27144014763SCK Hu 
27244014763SCK Hu #endif /* __SOC_MEDIATEK_MTK_MMSYS_H */
273