diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-09-06 11:28:15 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-17 16:31:06 +0800 |
commit | e9aa77d413c903ba4cf7da3fe0b419cae5b97a81 (patch) | |
tree | da64bc7b30eec552abe0e1d1e77628f04219e28c /drivers/soc/imx/Makefile | |
parent | 0a0f7cc25d4a525a71260cbd453a848c5c8e61c3 (diff) | |
download | linux-stable-e9aa77d413c903ba4cf7da3fe0b419cae5b97a81.tar.gz linux-stable-e9aa77d413c903ba4cf7da3fe0b419cae5b97a81.tar.bz2 linux-stable-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/Makefile | 1 |
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 |