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

Commit 3f7f03cd authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

dt-bindings: add wireless firmware name for qcom,battery-charger

Add support for wireless firmware update for which firmware name
should be specified.

Change-Id: Ib1fdc2898c63f5c640266a0bf837547569f9ff95
parent 03bdfd15
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,12 @@ information on "qcom,pmic_glink" device which is used in the example below.
		    way that the next element is always less than or equal to
		    way that the next element is always less than or equal to
		    the current element (descending order).
		    the current element (descending order).


- qcom,wireless-fw-name:
	Usage: optional
	Value type: <string>
	Definition: Firmware name that needs to be used for updating wireless
		    charger firmware.

= EXAMPLE
= EXAMPLE


&soc {
&soc {
@@ -31,6 +37,7 @@ information on "qcom,pmic_glink" device which is used in the example below.
			compatible = "qcom,battery-charger";
			compatible = "qcom,battery-charger";
			qcom,thermal-mitigation =
			qcom,thermal-mitigation =
					<3000000 1500000 1000000 500000>;
					<3000000 1500000 1000000 500000>;
			qcom,wireless-fw-name = "idt9412.bin";
		};
		};
		...
		...
	};
	};