soc: imx: add i.MX8MP HSIO blk-ctrl
authorLucas Stach <l.stach@pengutronix.de>
Wed, 6 Apr 2022 15:33:53 +0000 (17:33 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 01:28:57 +0000 (09:28 +0800)
commit556f5cf9568af772d494cff24ffaa7ea41e1ab40
tree04b5ca4dab5b7bcfbd6eca66a50b143102518099
parenta0c756681b902f2db56e2f7c76173f5363774250
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>
drivers/soc/imx/Makefile
drivers/soc/imx/imx8mp-blk-ctrl.c [new file with mode: 0644]