Skip to content

Commit 556f5cf

Browse files
lynxeye-devShawn Guo
authored andcommitted
soc: imx: add i.MX8MP HSIO blk-ctrl
The i.MX8MP added some blk-ctrl peripherals that don't follow the regular structure of the blk-ctrls in the previous SoCs. Add a new file for those with currently only the HSIO blk-ctrl being supported. Others will be added later on. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent a0c7566 commit 556f5cf

2 files changed

Lines changed: 504 additions & 0 deletions

File tree

drivers/soc/imx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
66
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
77
obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
88
obj-$(CONFIG_SOC_IMX8M) += imx8m-blk-ctrl.o
9+
obj-$(CONFIG_SOC_IMX8M) += imx8mp-blk-ctrl.o

0 commit comments

Comments
 (0)