Commit c412123f authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

arm64: dts: imx8mq: properly describe IRQ hierarchy



The GPCv2 sits between most of the peripherals and the GIC and
functions as a wakeup controller for the CPU cores.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7b25c1c5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@
#include "imx8mq-pinfunc.h"

/ {
	/* This should really be the GPC, but we need a driver for this first */
	interrupt-parent = <&gic>;
	interrupt-parent = <&gpc>;

	#address-cells = <2>;
	#size-cells = <2>;
@@ -257,6 +256,9 @@
			gpc: gpc@303a0000 {
				compatible = "fsl,imx8mq-gpc";
				reg = <0x303a0000 0x10000>;
				interrupt-parent = <&gic>;
				interrupt-controller;
				#interrupt-cells = <3>;

				pgc {
					#address-cells = <1>;