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

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

Merge "ARM: dts: msm: Update chip wake up registers for atoll ab variants"

parents 490cbd57 6b45a736
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -433,6 +433,11 @@ Required properties:
Optional properties:
 - qcom,lpi-gpios : This boolean property is added if GPIOs are under
                    LPI TLMM.
- qcom,chip-wakeup-reg : This lists registers related to control interrupt mask
		for respective LPI TLMM GPIOs.
- qcom,chip-wakeup-maskbit : This gives info on maskbit for given list of registers.
- qcom,chip-wakeup-default-val : This gives info on default value to be updated
		for given chip regs.

* msm-dai-slim

+6 −0
Original line number Diff line number Diff line
@@ -28,3 +28,9 @@
&dsi_rm69299_visionox_amoled_vid_display {
	qcom,dsi-display-active;
};

&tx_swr_gpios {
	qcom,chip-wakeup-reg = <0x01FFB000>;
	qcom,chip-wakeup-maskbit = <0>;
	qcom,chip-wakeup-default-val = <0x1>;
};
+6 −0
Original line number Diff line number Diff line
@@ -28,3 +28,9 @@
&dsi_rm69299_visionox_amoled_vid_display {
	qcom,dsi-display-active;
};

&tx_swr_gpios {
	qcom,chip-wakeup-reg = <0x01FFB000>;
	qcom,chip-wakeup-maskbit = <0>;
	qcom,chip-wakeup-default-val = <0x1>;
};
+6 −0
Original line number Diff line number Diff line
@@ -20,3 +20,9 @@
	compatible = "qcom,atoll-ab-qrd", "qcom,atoll-ab", "qcom,qrd";
	qcom,board-id = <0x1000B 0>;
};

&tx_swr_gpios {
	qcom,chip-wakeup-reg = <0x01FFB000>;
	qcom,chip-wakeup-maskbit = <0>;
	qcom,chip-wakeup-default-val = <0x1>;
};