On Sun, Dec 16, 2018 at 8:30 PM Aisheng Dong <[email protected]> wrote: > > > -----Original Message----- > > From: Andrey Smirnov [mailto:[email protected]] > > Sent: Monday, December 17, 2018 10:38 AM > > To: [email protected] > > Cc: Andrey Smirnov <[email protected]>; [email protected]; > > Fabio Estevam <[email protected]>; [email protected]; > > [email protected]; Leonard Crestez <[email protected]>; Aisheng > > Dong <[email protected]>; Richard Zhu <[email protected]>; Rob > > Herring <[email protected]>; [email protected]; dl-linux-imx > > <[email protected]>; [email protected] > > Subject: [PATCH v3 3/3] reset: imx7: Add support for i.MX8MQ IP block > > variant > > > > Add bits and pieces needed to support IP block variant found on i.MX8MQ > > SoCs. > > > > Cc: [email protected] > > Cc: Fabio Estevam <[email protected]> > > Cc: [email protected] > > Cc: [email protected] > > Cc: Leonard Crestez <[email protected]> > > Cc: "A.s. Dong" <[email protected]> > > Cc: Richard Zhu <[email protected]> > > Cc: Rob Herring <[email protected]> > > Cc: [email protected] > > Cc: [email protected] > > Cc: [email protected] > > Cc: [email protected] > > Signed-off-by: Andrey Smirnov <[email protected]> > > --- > > drivers/reset/Kconfig | 2 +- > > drivers/reset/reset-imx7.c | 106 > > +++++++++++++++++++++++++++++++++++++ > > 2 files changed, 107 insertions(+), 1 deletion(-) > > > > diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index > > c21da9fe51ec..4909aab7401b 100644 > > --- a/drivers/reset/Kconfig > > +++ b/drivers/reset/Kconfig > > @@ -50,7 +50,7 @@ config RESET_HSDK > > config RESET_IMX7 > > bool "i.MX7 Reset Driver" if COMPILE_TEST > > depends on HAS_IOMEM > > - default SOC_IMX7D > > + default SOC_IMX7D || SOC_IMX8MQ > > SOC_IMX8MQ has been removed in Shawn's tree. > I'd suggest simply using ARCH_MXC. >
Oh, that's right, will replace with (ARM64 && ARCH_MXC) in v4. Thanks, Andrey Smirnov

