[PATCH v2 6/6] arm64: dts: imx8dxl-ss-conn: add gpmi nand
Frank Li
Frank.li at nxp.com
Mon Jun 17 08:02:29 PDT 2024
On Mon, May 20, 2024 at 12:09:17PM -0400, Frank Li wrote:
> Update gpmi nand and dma_apbh interrupt number for imx8dxl.
>
> Signed-off-by: Frank Li <Frank.Li at nxp.com>
Shawn:
Driver and binding part already picked. Can you take care dts part?
Frank
> ---
> arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
> index 6d13e4fafb761..1e02b04494e94 100644
> --- a/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi
> @@ -108,6 +108,13 @@ usb2_2_lpcg: clock-controller at 5b280000 {
>
> };
>
> +&dma_apbh {
> + interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
> +};
> +
> &enet0_lpcg {
> clocks = <&conn_enet0_root_clk>,
> <&conn_enet0_root_clk>,
> @@ -127,6 +134,10 @@ &fec1 {
> assigned-clock-rates = <125000000>;
> };
>
> +&gpmi {
> + interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
> +};
> +
> &usdhc1 {
> compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
> interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
>
> --
> 2.34.1
>
More information about the linux-arm-kernel
mailing list