summaryrefslogtreecommitdiff
path: root/drivers/soc/imx/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-09-06 06:28:15 +0300
committerShawn Guo <shawnguo@kernel.org>2022-09-17 11:31:06 +0300
commite9aa77d413c903ba4cf7da3fe0b419cae5b97a81 (patch)
treeda64bc7b30eec552abe0e1d1e77628f04219e28c /drivers/soc/imx/Makefile
parent0a0f7cc25d4a525a71260cbd453a848c5c8e61c3 (diff)
downloadlinux-e9aa77d413c903ba4cf7da3fe0b419cae5b97a81.tar.xz
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>
Diffstat (limited to 'drivers/soc/imx/Makefile')
-rw-r--r--drivers/soc/imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile
index a0baa2a01adb..7b4099ceafd6 100644
--- a/drivers/soc/imx/Makefile
+++ b/drivers/soc/imx/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
obj-$(CONFIG_SOC_IMX8M) += imx8m-blk-ctrl.o
obj-$(CONFIG_SOC_IMX8M) += imx8mp-blk-ctrl.o
obj-$(CONFIG_SOC_IMX9) += imx93-src.o imx93-pd.o
+obj-$(CONFIG_SOC_IMX9) += imx93-blk-ctrl.o