Re: [RFC 10/11] reset: imx: Add audiomix reset controller support

From: Rob Herring
Date: Tue Mar 10 2020 - 16:19:17 EST


On Tue, Mar 03, 2020 at 11:03:25AM +0200, Abel Vesa wrote:
> The imx-mix MFD driver registers some devices, one of which, in case of
> audiomix, maps correctly to a reset controller type. This driver registers
> a reset controller for that. For now, only the EARC specific resets are added.
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>
> Reviewed-by: Leonard Crestez <leonard.crestez@xxxxxxx>
> ---
> drivers/reset/Kconfig | 7 ++
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-imx-audiomix.c | 122 +++++++++++++++++++++++++
> include/dt-bindings/reset/imx-audiomix-reset.h | 15 +++

This should be in a binding patch which makes me wonder where is the
binding patch?

Rob