OSDN Git Service

ARM: dts: msm: Add icnss node for msmtriton
authorHardik Kantilal Patel <hkpatel@codeaurora.org>
Thu, 6 Oct 2016 10:35:18 +0000 (16:05 +0530)
committerHardik Kantilal Patel <hkpatel@codeaurora.org>
Fri, 7 Oct 2016 10:43:15 +0000 (16:13 +0530)
Add Adrestea base memory address and Copy Engine interrupt
mapping entry.

CRs-fixed: 1075000
Change-Id: I4eab7df3f64f0727afd7202c03ab0343f23ef84d
Signed-off-by: Hardik Kantilal Patel <hkpatel@codeaurora.org>
arch/arm/boot/dts/qcom/msmtriton.dtsi

index 3f0d4cc..0cc246d 100644 (file)
                qcom,xprt-version = <1>;
                qcom,fragmented-data;
        };
+
+       qcom,icnss@18800000 {
+               status = "disabled";
+               compatible = "qcom,icnss";
+               reg = <0x18800000 0x800000>,
+                     <0x10ac000 0x20>;
+               reg-names = "membase", "mpm_config";
+               interrupts = <0 413 0>,   /* CE0 */
+                            <0 414 0>,   /* CE1 */
+                            <0 415 0>,   /* CE2 */
+                            <0 416 0>,   /* CE3 */
+                            <0 417 0>,   /* CE4 */
+                            <0 418 0>,   /* CE5 */
+                            <0 420 0>,   /* CE6 */
+                            <0 421 0>,   /* CE7 */
+                            <0 422 0>,   /* CE8 */
+                            <0 423 0>,   /* CE9 */
+                            <0 424 0>,   /* CE10 */
+                            <0 425 0>;   /* CE11 */
+               qcom,wlan-msa-memory = <0x100000>;
+       };
 };