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

Commit 3578aec1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add pmic support for orchid"

parents 9395e1c9 03bc38df
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -53,3 +53,11 @@
	qcom,wsa-devs = <&wsa883x_0221>, <&wsa883x_0222>;
	qcom,wsa-aux-dev-prefix = "SpkrLeft", "SpkrRight";
};

&pm8150_rtc {
	status = "disabled";
};

&pmk8350_adc_tm {
	status = "disabled";
};
+9 −0
Original line number Diff line number Diff line
@@ -53,3 +53,12 @@
	qcom,wsa-devs = <&wsa883x_0221>, <&wsa883x_0222>;
	qcom,wsa-aux-dev-prefix = "SpkrLeft", "SpkrRight";
};


&pm8150_rtc {
	status = "disabled";
};

&pmk8350_adc_tm {
	status = "disabled";
};
+5 −0
Original line number Diff line number Diff line
#include "lito-v2.dtsi"
#include "pmk8350.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Orchid";
	compatible = "qcom,orchid";
	qcom,msm-id = <476 0x10000>;
};

&pm8008_regulators {
	vdd_l6-supply = <&BOB>;
};