From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido =?iso-8859-1?Q?G=FCnther?= Subject: [PATCH] arm64: dts: imx8mq: Add system reset controller Date: Tue, 15 Jan 2019 12:46:41 +0100 Message-ID: <20190115114641.GA15870@bogon.m.sigxcpu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org We can reuse the src from fsl,imx51-src as with other imx SOCs. Signed-off-by: Guido G=FCnther --- I'm mostly interested in the syscon part to be able to use regmap for MIPI DSI here. Patch is against next-20190114 plus Lucas "arm64: dts: imx8mq: move watchdog nodes to correct location" but also applies to https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/log/= ?h=3Dimx/dt64 It will conflict with "arm64: dts: imx8mq: add GPC power domains" which is not yet in any tree I've seen. arch/arm64/boot/dts/freescale/imx8mq.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dt= s/freescale/imx8mq.dtsi index 0225eae2216e..7b1e0bdbd932 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -252,6 +252,13 @@ "clk_ext1", "clk_ext2", "clk_ext3", "clk_ext4"; }; + + src: src@30390000 { + compatible =3D "fsl,imx8mq-src", "fsl,imx51-src", "syscon"; + reg =3D <0x30390000 0x10000>; + interrupts =3D ; + #reset-cells =3D <1>; + }; }; = bus@30400000 { /* AIPS2 */ -- = 2.20.1