MLK-23959 arm64: imx8-ss-dc0/1.dtsi: Correct dpu node interrupt properties
authorLiu Ying <victor.liu@nxp.com>
Sat, 9 May 2020 08:30:53 +0000 (16:30 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:38 +0000 (11:22 +0800)
The dpu node 'interrupts' and 'interrupt-names' properties should
reflect all dpu interrupts including the missing 'reserved' interrupt.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Sandor Yu <Sandor.yu@nxp.com>
arch/arm64/boot/dts/freescale/imx8-ss-dc0.dtsi
arch/arm64/boot/dts/freescale/imx8-ss-dc1.dtsi

index a8406fd..eef0519 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright 2019 NXP
+ * Copyright 2019,2020 NXP
  */
 
 dc0_subsys: bus@56000000 {
@@ -410,10 +410,11 @@ dc0_subsys: bus@56000000 {
                              <77>,  <78>,  <79>,  <80>,
                              <81>, <199>, <200>, <201>,
                             <202>, <203>, <204>, <205>,
-                            <206>, <207>, <208>,   <0>,
-                              <1>,   <2>,   <3>,   <4>,
-                             <82>,  <83>,  <84>,  <85>,
-                            <209>, <210>, <211>, <212>;
+                            <206>, <207>, <208>,   <5>,
+                              <0>,   <1>,   <2>,   <3>,
+                              <4>,  <82>,  <83>,  <84>,
+                             <85>, <209>, <210>, <211>,
+                            <212>;
                interrupt-names = "store9_shdload",
                                  "store9_framecomplete",
                                  "store9_seqcomplete",
@@ -449,6 +450,7 @@ dc0_subsys: bus@56000000 {
                                  "sig1_shdload",
                                  "sig1_valid",
                                  "sig1_error",
+                                 "reserved",
                                  "cmdseq_error",
                                  "comctrl_sw0",
                                  "comctrl_sw1",
index 3702975..c05a3eb 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 
 /*
- * Copyright 2019 NXP
+ * Copyright 2019,2020 NXP
  */
 
 dc1_subsys: bus@57000000 {
@@ -411,10 +411,11 @@ dc1_subsys: bus@57000000 {
                              <77>,  <78>,  <79>,  <80>,
                              <81>, <199>, <200>, <201>,
                             <202>, <203>, <204>, <205>,
-                            <206>, <207>, <208>,   <0>,
-                              <1>,   <2>,   <3>,   <4>,
-                             <82>,  <83>,  <84>,  <85>,
-                            <209>, <210>, <211>, <212>;
+                            <206>, <207>, <208>,   <5>,
+                              <0>,   <1>,   <2>,   <3>,
+                              <4>,  <82>,  <83>,  <84>,
+                             <85>, <209>, <210>, <211>,
+                            <212>;
                interrupt-names = "store9_shdload",
                                  "store9_framecomplete",
                                  "store9_seqcomplete",
@@ -450,6 +451,7 @@ dc1_subsys: bus@57000000 {
                                  "sig1_shdload",
                                  "sig1_valid",
                                  "sig1_error",
+                                 "reserved",
                                  "cmdseq_error",
                                  "comctrl_sw0",
                                  "comctrl_sw1",