Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c061a46 authored by Yue Ma's avatar Yue Ma Committed by Sameer Thalappil
Browse files

ARM: dts: msm: Add CNSS platform driver item for APQ8084



Add the device tree item for CNSS platform drvier for APQ8084.

Change-Id: Ia732c0ed0ec468b3fc2520676d6308ac5ce9b8ec
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 745417f2
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
* Qualcomm Connectivity Network SubSystem Platform Driver

This platform driver adds support for the CNSS subsystem used for PCIe
based Wi-Fi devices. It also adds support to integrate PCIe WLAN module
to subsystem restart framework. The main purpose of this device tree
entry below is to invoke the CNSS platform driver.

Required properties:
- compatible: "cnss_wlan"

Example:

    qcom,cnss {
        compatible = "qcom,cnss_wlan";
    };
+4 −0
Original line number Diff line number Diff line
@@ -2562,6 +2562,10 @@
		compatible = "qcom,l2-pmu";
		interrupts = <0 1 0>;
	};

	qcom,cnss {
		compatible = "qcom,cnss";
	};
};

&gdsc_venus {