aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/imx/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-09-06 11:28:15 +0800
committerShawn Guo <shawnguo@kernel.org>2022-09-17 16:31:06 +0800
commite9aa77d413c903ba4cf7da3fe0b419cae5b97a81 (patch)
treeda64bc7b30eec552abe0e1d1e77628f04219e28c /drivers/soc/imx/Makefile
parentsoc: imx: add i.MX93 SRC power domain driver (diff)
downloadwireguard-linux-e9aa77d413c903ba4cf7da3fe0b419cae5b97a81.tar.xz
wireguard-linux-e9aa77d413c903ba4cf7da3fe0b419cae5b97a81.zip
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