[U-Boot] [PATCH] armv8: lx2160a: Modify dspi1 controller intrrupts property
Chuanhua Han
chuanhua.han at nxp.com
Fri Nov 23 08:53:47 UTC 2018
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 at 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>;
};
--
2.17.1
More information about the U-Boot
mailing list