Skip to content

Commit e9aa77d

Browse files
MrVanShawn Guo
authored andcommitted
soc: imx: add i.MX93 media blk ctrl driver
Add i.MX93 mediamix blk ctrl support. i.MX93 mediamix blk ctrl has registers to set QoS(priority) value. It support default QoS value and cfg QoS value. Set an initial value from i.MX design team. If LCDIF/ISI/PXP wanna a different QoS value in future, they could use interconnect to request bandwidth. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 0a0f7cc commit e9aa77d

File tree

2 files changed

+437
-0
lines changed

2 files changed

+437
-0
lines changed

drivers/soc/imx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
88
obj-$(CONFIG_SOC_IMX8M) += imx8m-blk-ctrl.o
99
obj-$(CONFIG_SOC_IMX8M) += imx8mp-blk-ctrl.o
1010
obj-$(CONFIG_SOC_IMX9) += imx93-src.o imx93-pd.o
11+
obj-$(CONFIG_SOC_IMX9) += imx93-blk-ctrl.o

0 commit comments

Comments
 (0)