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

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

ARM: dts: msm: Add qcom,cmd_db_name property for WLAN in Kona

qcom,cmd_db_name properties is used to indicate which PMIC rail used
as command DB for open loop CPR feature. Add it for WLAN based on
different Kona platforms. Also add the override node for other Kona
based platforms.

Change-Id: I548b5312ebac3e04536c70d4a91014aab6749a10
parent 4d62183f
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,8 @@ Optional properties:
                                 between WLAN/PCIe and SMMU
                                 between WLAN/PCIe and SMMU
  - qcom,wlan-ramdump-dynamic: To enable CNSS RAMDUMP collection
  - qcom,wlan-ramdump-dynamic: To enable CNSS RAMDUMP collection
                               by providing the size of CNSS DUMP
                               by providing the size of CNSS DUMP
  - qcom,cmd_db_name: CommandDB name indicating the PMIC rail used for open
                      loop CPR
  - reg: Memory regions defined as starting address and size
  - reg: Memory regions defined as starting address and size
  - reg-names: Names of the memory regions defined in reg entry
  - reg-names: Names of the memory regions defined in reg entry
  - wlan-bootstrap-gpio: WLAN_BOOTSTRAP GPIO signal specified by QCA6174
  - wlan-bootstrap-gpio: WLAN_BOOTSTRAP GPIO signal specified by QCA6174
+6 −0
Original line number Original line Diff line number Diff line
#include "kona-mtp.dtsi"
#include "kona-mtp.dtsi"

&wlan {
	vdd-wlan-dig-supply = <&pm8150_s6>;
	qcom,vdd-wlan-dig-config = <950000 950000 0 0 1>;
	qcom,cmd_db_name = "smpa6";
};
+2 −1
Original line number Original line Diff line number Diff line
@@ -4764,7 +4764,7 @@
		status = "ok";
		status = "ok";
	};
	};


	qcom,cnss-qca6390@b0000000 {
	wlan: qcom,cnss-qca6390@b0000000 {
		compatible = "qcom,cnss-qca6390";
		compatible = "qcom,cnss-qca6390";
		reg = <0xb0000000 0x10000>,
		reg = <0xb0000000 0x10000>,
		      <0xb2e5510 0x5c0>;
		      <0xb2e5510 0x5c0>;
@@ -4776,6 +4776,7 @@
		qcom,wlan-rc-num = <0>;
		qcom,wlan-rc-num = <0>;
		qcom,wlan-ramdump-dynamic = <0x400000>;
		qcom,wlan-ramdump-dynamic = <0x400000>;
		qcom,smmu-s1-enable;
		qcom,smmu-s1-enable;
		qcom,cmd_db_name = "smpf2";


		qcom,msm-bus,name = "msm-cnss";
		qcom,msm-bus,name = "msm-cnss";
		qcom,msm-bus,num-cases = <5>;
		qcom,msm-bus,num-cases = <5>;