Am Donnerstag, den 07.02.2019, 16:29 -0800 schrieb Andrey Smirnov: > Add a node for reset controller IP block found on i.MX8MQ. > > > Signed-off-by: Andrey Smirnov <[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]
Reviewed-by: Lucas Stach <[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 f6c37bf9cbce..50436bd393ed 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > @@ -254,6 +254,12 @@ > "clk_ext3", "clk_ext4"; > }; > > + src: src@30390000 { > + compatible = "fsl,imx8mq-src", "syscon"; > + reg = <0x30390000 0x10000>; > + #reset-cells = <1>; > + }; > + > gpc: gpc@303a0000 { > compatible = "fsl,imx8mq-gpc"; > reg = <0x303a0000 0x10000>;

