Hi Anson,

On Mon, 2019-07-01 at 17:39 +0800, [email protected] wrote:
> From: Anson Huang <[email protected]>
> 
> i.MX8MM can reuse i.MX8MQ's src driver, add "fsl,imx8mq-src" as
> src's fallback compatible to enable it.
> 
> Signed-off-by: Anson Huang <[email protected]>
> ---
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi 
> b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> index f0ac027..ea15457 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> @@ -471,7 +471,7 @@
>                       };
>  
>                       src: reset-controller@30390000 {
> -                             compatible = "fsl,imx8mm-src", "syscon";
> +                             compatible = "fsl,imx8mm-src", 
> "fsl,imx8mq-src", "syscon";
>                               reg = <0x30390000 0x10000>;
>                               interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
>                               #reset-cells = <1>;

Please also update the compatible property documentation in
Documentation/devicetree/bindings/reset/fsl,imx7-src.txt.
With that,

Reviewed-by: Philipp Zabel <[email protected]>

regards
Philipp

Reply via email to