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

Commit 9d02d829 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add type-C ssmux config for msmtitanium DTP"

parents b3998bb5 68625650
Loading
Loading
Loading
Loading
+16 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@
#include "msmtitanium-pinctrl.dtsi"
#include "msmtitanium-camera-sensor-qrd.dtsi"

/ {
	qrd_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-qrd-sku1-4v4-2800mah.dtsi"
	};
};

&soc {
	gpio_keys {
		compatible = "gpio-keys";
@@ -83,11 +76,27 @@
	};
};

/ {
	qrd_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-qrd-sku1-4v4-2800mah.dtsi"
	};
};

&pmtitanium_typec {
	ss-mux-supply = <&pmtitanium_l13>;
	qcom,ssmux-gpio = <&tlmm 139 0>;
	pinctrl-names = "default";
	pinctrl-0 = <&typec_ssmux_config>;
};

&pmi8950_charger {
	qcom,battery-data = <&qrd_batterydata>;
	qcom,float-voltage-mv = <4400>;
	qcom,chg-led-sw-controls;
	qcom,chg-led-support;
	qcom,external-typec;
	qcom,typec-psy-name = "typec";
	status = "okay";
};