[U-Boot] [PATCH] armv8: lx2160a: Modify dspi1 controller intrrupts property

This patch is to modify the dspi1 controller interrupt number for lx2160a, the original 240 interrupt is problematic and cannot be registered, so first change it to share an interrupt with dspi0.
Signed-off-by: Chuanhua Han chuanhua.han@nxp.com --- depend on: - https://patchwork.ozlabs.org/patch/990093/
arch/arm/dts/fsl-lx2160a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi index b407dc6e13..6f1a302548 100644 --- a/arch/arm/dts/fsl-lx2160a.dtsi +++ b/arch/arm/dts/fsl-lx2160a.dtsi @@ -89,7 +89,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x0 0x2110000 0x0 0x10000>; - interrupts = <0 240 0x4>; /* Level high type */ + interrupts = <0 26 0x4>; /* Level high type */ num-cs = <6>; };

-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Chuanhua Han Sent: Friday, November 23, 2018 1:47 PM To: albert.u.boot@aribaud.net Cc: Xiaowei Bao xiaowei.bao@nxp.com; Priyanka Jain priyanka.jain@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com; u- boot@lists.denx.de; Chuanhua Han chuanhua.han@nxp.com; sriram.dash@nxp.com Subject: [U-Boot] [PATCH] armv8: lx2160a: Modify dspi1 controller intrrupts property
This patch is to modify the dspi1 controller interrupt number for lx2160a, the original 240 interrupt is problematic and cannot be registered, so first change it to share an interrupt with dspi0.
Signed-off-by: Chuanhua Han chuanhua.han@nxp.com
Squashed with lx2rdb patches and applied to fsl-qoriq master, awaiting upstream.
--pk
participants (2)
-
Chuanhua Han
-
Prabhakar Kushwaha