On Sun, Mar 31, 2019 at 11:25 PM Andrey Smirnov
<[email protected]> wrote:
>
> Add a node for reset controller IP block found on i.MX8MQ.
>
> Signed-off-by: Andrey Smirnov <[email protected]>
> Reviewed-by: Lucas Stach <[email protected]>
> Cc: Shawn Guo <[email protected]>
> Cc: Fabio Estevam <[email protected]>
> Cc: Chris Healy <[email protected]>
> Cc: Lucas Stach <[email protected]>
> Cc: Leonard Crestez <[email protected]>
> Cc: "A.s. Dong" <[email protected]>
> Cc: Richard Zhu <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> ---
> arch/arm64/boot/dts/freescale/imx8mq.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 3de390777af1..656f7cb97703 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -450,6 +450,12 @@
> "clk_ext3", "clk_ext4";
> };
>
> + src: src@30390000 {
src: reset-controller@30390000 {
Reviewed-by: Fabio Estevam <[email protected]>