Skip to content

Commit

Permalink
soc: imx: add i.MX8MP HSIO blk-ctrl
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
lynxeye-dev authored and Shawn Guo committed May 5, 2022
1 parent a0c7566 commit 556f5cf
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o
obj-$(CONFIG_SOC_IMX8M) += imx8m-blk-ctrl.o
obj-$(CONFIG_SOC_IMX8M) += imx8mp-blk-ctrl.o
Loading

0 comments on commit 556f5cf

Please sign in to comment.