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

Commit cacd98b5 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 44dad1cb on remote branch

Change-Id: I714795355c58118cc336614685ea04075922a895
parents 9b1ef0e9 44dad1cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ registers.

Required Properties:
- compatible: shall contain the following:
		"qcom,cpufreq-hw-debug-trace" or "qcom,cpufreq-hw-epss-debug".
		"qcom,cpufreq-hw-debug-trace" or "qcom,cpufreq-hw-debug"
		 or "qcom,cpufreq-hw-epss-debug".
- reg: shall contain base register location and length.
- reg-names: shall contain the frequency domain name.

+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ Optional properties:
- qcom,panel-ack-disabled: A boolean property to indicate, whether we need to wait for any ACK from the panel
			   for any commands that we send.
- qcom,mdss-dsi-force-clock-lane-hs:	Boolean to force dsi clock lanes to HS mode always.

- qcom,panel-cphy-mode:			Boolean to specify whether panel is using cphy.
- qcom,compression-mode:		Select compression mode for panel.
					"fbc" - frame buffer compression
					"dsc" - display stream compression.
+5 −0
Original line number Diff line number Diff line
@@ -76,6 +76,11 @@ Platform independent properties:
	Definition: phandle of the pin configuration.
		    Please refer to pinctrl-bindings.txt

- qcom,enable-toggle-stat
	Usage:      optional
	Value type: bool
	Definition: Enables stat interrupt toggle at init.

=======
Example
=======
+3 −0
Original line number Diff line number Diff line
@@ -73,6 +73,9 @@ Optional properties:
			[1] for details.
 - qcom,msm-bus,vectors-KBps: Required if qcom,msm-bus,name is specified.  See
			[1] for an explanation of the data format.
 - qcom,skip-disable-before-sw-enable : Presence denotes a hardware requirement
					to leave the GDSC on that has been
					enabled by an entity external to HLOS.

[1]: Documentation/devicetree/bindings/arm/msm/msm_bus.txt

+2 −2
Original line number Diff line number Diff line
@@ -457,7 +457,7 @@ Required properties:
 -compatible: "qcom,pm2250-spmi";

&spmi_bus {
                pm2250_spmi: qcom,pm2250-spmi {
                pm2250_cdc: qcom,pm2250-cdc {
                        compatible = "qcom,pm2250-spmi";
                };
};
@@ -512,7 +512,7 @@ Example:
	rouleur_codec: rouleur-codec {
		compatible = "qcom,rouleur-codec";
		qcom,split-codec = <1>;
		qcom,pmic-spmi-node = <&pm2250_spmi>;
		qcom,pmic-spmi-node = <&pm2250_cdc>;
		qcom,wcd-reset-reg = <0x0000F3DB>;
		qcom,rx_swr_ch_map = <0 HPH_L 0x1 0 HPH_L>,
			<0 HPH_R 0x2 0 HPH_R>, <1 CLSH 0x1 0 CLSH>,
Loading