[linux-yocto] [PATCH 5/9] axxia: Device Tree Updates for 6700 GPIO

Daniel Dragomir daniel.dragomir at windriver.com
Thu Mar 9 08:22:26 PST 2017


From: John Jacques <john.jacques at intel.com>

All of the GPIO interrupts (8) are for the GPIO lines in
the 2nd gpio block, not one interrupt for each of the first
eight blocks.

Signed-off-by: John Jacques <john.jacques at intel.com>
---
 arch/arm64/boot/dts/intel/axc67xx.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/intel/axc67xx.dtsi b/arch/arm64/boot/dts/intel/axc67xx.dtsi
index 77624e7..adf6404 100644
--- a/arch/arm64/boot/dts/intel/axc67xx.dtsi
+++ b/arch/arm64/boot/dts/intel/axc67xx.dtsi
@@ -460,7 +460,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80700000 0 0x10000>;
-				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -471,7 +470,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80710000 0 0x10000>;
-				interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -482,7 +480,14 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80720000 0 0x10000>;
-				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
+					     <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -493,7 +498,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80730000 0 0x10000>;
-				interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -504,7 +508,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80740000 0 0x10000>;
-				interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -515,7 +518,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80750000 0 0x10000>;
-				interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -526,7 +528,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80760000 0 0x10000>;
-				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
@@ -537,7 +538,6 @@
 				compatible = "arm,pl061", "arm,primecell";
 				gpio-controller;
 				reg = <0x80 0x80770000 0 0x10000>;
-				interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clk_per 0>;
 				clock-names = "apb_pclk";
 				status = "disabled";
-- 
2.7.4



More information about the linux-yocto mailing list