On 19-06-13 12:23, Sébastien Szymanski wrote: > Add PXP node for i.MX6UL/L SoC. > > Signed-off-by: Sébastien Szymanski <sebastien.szymanski@xxxxxxxxxxxx> > --- > > Changes for v2: > - remove status property > > arch/arm/boot/dts/imx6ul.dtsi | 8 ++++++++ > arch/arm/boot/dts/imx6ull.dtsi | 6 ++++++ > 2 files changed, 14 insertions(+) Reviewed-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi > index f10012de5eb6..751caaca85c6 100644 > --- a/arch/arm/boot/dts/imx6ul.dtsi > +++ b/arch/arm/boot/dts/imx6ul.dtsi > @@ -971,6 +971,14 @@ > status = "disabled"; > }; > > + pxp: pxp@21cc000 { > + compatible = "fsl,imx6ul-pxp"; > + reg = <0x021cc000 0x4000>; > + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&clks IMX6UL_CLK_PXP>; > + clock-names = "axi"; > + }; > + > qspi: spi@21e0000 { > #address-cells = <1>; > #size-cells = <0>; > diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi > index 22e4a307fa59..b017e925bd87 100644 > --- a/arch/arm/boot/dts/imx6ull.dtsi > +++ b/arch/arm/boot/dts/imx6ull.dtsi > @@ -34,6 +34,12 @@ > compatible = "fsl,imx6ull-ocotp", "syscon"; > }; > > +&pxp { > + compatible = "fsl,imx6ull-pxp"; > + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; > +}; > + > &usdhc1 { > compatible = "fsl,imx6ull-usdhc", "fsl,imx6sx-usdhc"; > }; > -- > 2.19.2 > > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |