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

Commit c8e3bd5a authored by Yue Ma's avatar Yue Ma
Browse files

ARM: dts: msm: Rename CNSS platform driver device tree name



Rename the device tree name of CNSS platform driver from qcom.cnss
to qti.cnss. Also update the corresponding device tree documentation.

Change-Id: I03c5256f9153ce47565dc146fb2e56fa99345f6f
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 0c2d6dd7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@ entry below is to invoke the CNSS platform driver and provide handle to
the WLAN enable GPIO, 3.3V fixed voltage regulator resources.

Required properties:
  - compatible: "qcom,cnss"
  - compatible: "qti,cnss"
  - wlan-en-gpio: WLAN_EN GPIO signal specified by QCA6174 specifications
  - vdd-wlan-supply: phandle to the regulator device tree node

Example:

    qcom,cnss {
        compatible = "qcom,cnss";
    qti,cnss {
        compatible = "qti,cnss";
        wlan-en-gpio = <&msmgpio 82 0>;
        vdd-wlan-supply = <&wlan_vreg>;
    };
+2 −2
Original line number Diff line number Diff line
@@ -2564,8 +2564,8 @@
		interrupts = <0 1 0>;
	};

	qcom,cnss {
		compatible = "qcom,cnss";
	qti,cnss {
		compatible = "qti,cnss";
		wlan-en-gpio = <&msmgpio 82 0>;
		vdd-wlan-supply = <&wlan_vreg>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ static int cnss_remove(struct platform_device *pdev)
}

static const struct of_device_id cnss_dt_match[] = {
	{.compatible = "qcom,cnss"},
	{.compatible = "qti,cnss"},
	{}
};