[PATCH v2 0/3] Reset controller support for i.MX8MQ
From: Andrey Smirnov
Date: Tue Nov 27 2018 - 23:37:56 EST
Everyone:
This patch contains changes I made in order to add support for i.MX8MQ
to reset-imx7.c in order to enable support of PCIE IP block on i.MX8MQ
SoCs (full tree can be found at [github-v1]).
NOTE: This patch depens on CONFIG_ARCH_IMX8MQ introduced in [imx8mq]
Feedback is welcome!
Thanks,
Andrey Smirnov
Changes since [v1]
- Series re-written to use a per-variant LUT instead of using a
single table
- Changed driver to use "imx8mq" insead of "imx8m" to match other
drivers and CONFIG_ARCH_IMX8MQ
- Updated list of exported i.MX8MQ resets, add missing and remove
bogus ones (hopefully nothing is missing this time)
[v1] lkml.kernel.org/r/20181117181131.9330-2-andrew.smirnov@xxxxxxxxx
[github-v1] https://github.com/ndreys/linux/commits/imx8mq-pcie-v1
[imx8mq] https://www.spinics.net/lists/arm-kernel/msg687293.html
Andrey Smirnov (3):
reset: imx7: Add plubming to support multiple IP variants
reset: imx7: Add support for i.MX8MQ IP block variant
dt-bindings: reset: imx7: Document usage on i.MX8MQ SoCs
.../bindings/reset/fsl,imx7-src.txt | 7 +-
drivers/reset/Kconfig | 2 +-
drivers/reset/reset-imx7.c | 166 ++++++++++++++++--
include/dt-bindings/reset/imx8mq-reset.h | 64 +++++++
4 files changed, 220 insertions(+), 19 deletions(-)
create mode 100644 include/dt-bindings/reset/imx8mq-reset.h
--
2.19.1