lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1556632204.2560.20.camel@pengutronix.de> Date: Tue, 30 Apr 2019 15:50:04 +0200 From: Lucas Stach <l.stach@...gutronix.de> To: Guido Günther <agx@...xcpu.org>, Rob Herring <robh+dt@...nel.org>, Mark Rutland <mark.rutland@....com>, Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>, Pengutronix Kernel Team <kernel@...gutronix.de>, Fabio Estevam <festevam@...il.com>, NXP Linux Team <linux-imx@....com>, Abel Vesa <abel.vesa@....com>, Carlo Caione <ccaione@...libre.com>, Daniel Baluta <daniel.baluta@....com>, "Angus Ainslie (Purism)" <angus@...ea.ca>, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mq: Add a node for irqsteer Am Dienstag, den 30.04.2019, 15:41 +0200 schrieb Guido Günther: > Add a node for the irqsteer interrupt controller found on the iMX8MQ > SoC. > > Signed-off-by: Guido Günther <agx@...xcpu.org> > --- > arch/arm64/boot/dts/freescale/imx8mq.dtsi | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > index 2cc939cfbd75..ce0e137ec8ee 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > @@ -798,6 +798,27 @@ > }; > }; > > + bus@...00000 { /* AIPS4 */ > + compatible = "fsl,imx8mq-aips-bus", "simple-bus"; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0x32c00000 0x32c00000 0x400000>; > + > + irqsteer: interrupt-controller@...2d000 { > + compatible = "fsl,imx8m-irqsteer", > + "fsl,imx-irqsteer"; This fits on a single line, right? > + reg = <0x32e2d000 0x1000>; > + interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clk IMX8MQ_CLK_DISP_APB_ROOT>; > + clock-names = "ipg"; > + fsl,channel = <0>; > + fsl,num-irqs = <64>; > + interrupt-controller; > + interrupt-parent = <&gic>; This is wrong, the irqsteer upstream IRQ is routed through the GPC like all the other peripheral interrupts. You can just drop this property. With this fixed: Reviewed-by: Lucas Stach <l.stach@...gutronix.de> Regards, Lucas > + #interrupt-cells = <1>; > + }; > + }; > + > gpu: gpu@...00000 { > compatible = "vivante,gc"; > reg = <0x38000000 0x40000>;
Powered by blists - more mailing lists