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

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

Merge 42b22a6c on remote branch

Change-Id: I615e9801553895f74e5e8fa5928f1c90f15ca16d
parents 9f00a24c 42b22a6c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -243,3 +243,11 @@ Description:
		 - Del: echo '[h/c]!extension' > /sys/fs/f2fs/<disk>/extension_list
		 - [h] means add/del hot file extension
		 - [c] means add/del cold file extension

What:		/sys/fs/f2fs/<disk>/unusable
Date		April 2019
Contact:	"Daniel Rosenberg" <drosen@google.com>
Description:
		If checkpoint=disable, it displays the number of blocks that are unusable.
                If checkpoint=enable it displays the enumber of blocks that would be unusable
                if checkpoint=disable were to be set.
+3 −0
Original line number Diff line number Diff line
@@ -149,6 +149,9 @@ SoCs:
- SDM429W
  compatible = "qcom,sdm429w"

- SDA429W
  compatible = "qcom,sda429w"

- QM215
  compatible = "qcom, qm215"

+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ Optional properties:
- qcom,mmss-ulp-clamp-ctrl-offset:	Specifies the offset for dsi ulps clamp control register.
- qcom,mmss-phyreset-ctrl-offset:	Specifies the offset for dsi phy reset control register.
- qcom,dsi-clk-ln-recovery:		Boolean which enables the clk lane recovery
- qcom,mdss-skip-clamp:			Boolean which skip clamp for lanes.

mdss-dsi-ctrl is a dsi controller device which is treated as a subnode of the mdss-dsi device.

+18 −0
Original line number Diff line number Diff line
@@ -124,3 +124,21 @@ led_flash_rear: qcom,camera-flash@0 {
		qcom,max-current = <1500>;
		qcom,max-duration = <1200>;
	};


Example:

flash0: qcom,camera-flash {
		cell-index = <0>;
		compatible = "qcom,qm215-gpio-flash";
		qcom,flash-type = <2>;
		gpios = <&tlmm 34 0>;
			<&tlmm 33 0>;
		qcom,gpio-req-tbl-num = <0 1>;
		qcom,gpio-req-tbl-flags = <1 0>;
		qcom,gpio-flash-en = <0>;
		qcom,gpio-flash-now = <1>;
		qcom,gpio-req-tbl-label = "CAM_FLASH",
			"CAM_TORCH";
		status = "ok";
	};
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ Required properties:
Example:
	serial@12000 {
		compatible = "marvell,armada-3700-uart";
		reg = <0x12000 0x400>;
		reg = <0x12000 0x200>;
		interrupts = <43>;
	};
Loading