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

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

Merge "ARM: dts: msm: Add node to check if saipan v2 version is enabled"

parents e9c0e091 07ce81b2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,3 +8,9 @@
	compatible = "qcom,lito-atp", "qcom,lito", "qcom,atp";
	qcom,board-id = <33 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+6 −0
Original line number Diff line number Diff line
@@ -8,3 +8,9 @@
	compatible = "qcom,lito-cdp", "qcom,lito", "qcom,cdp";
	qcom,board-id = <1 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+6 −0
Original line number Diff line number Diff line
@@ -8,3 +8,9 @@
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+6 −0
Original line number Diff line number Diff line
@@ -8,3 +8,9 @@
	compatible = "qcom,lito-qrd", "qcom,lito", "qcom,qrd";
	qcom,board-id = <11 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@
	qcom,msm-id = <400 0x20000>;
};

&lito_snd {
	qcom,lito-is-v2-enabled = <1>;
};

&camcc {
	compatible = "qcom,lito-camcc-v2";
};