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

Commit c3065012 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable ufp-only-mode dt property for sxr1130"

parents c888bbe4 04ae9184
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -110,6 +110,9 @@ SoCs:
- QRD1130
  compatible = "qcom,sxr1130-qrd"

- SMVWR1130
  compatible = "qcom,sxr1130-smrtvwr"

- MSM8952
  compatible = "qcom,msm8952"

@@ -217,6 +220,9 @@ Generic board variants:
- SVR device:
  compatible = "qcom,svr"

- SMVWR device:
  compatible = "qcom,xr-smrtvwr"

- HDK device:
  compatible = "qcom,hdk"

+14 −0
Original line number Diff line number Diff line
TUSB1064-MISC

TUSB1064-MISC provides a way to configure TUSB1064 part.

Required properties:
- compatible : should be "ti,tubs1064"
- reg : address of i2c of tusb1064.

Optional properties:
Example:
	tusb1064@10 {
		compatible = "ti,tusb1064";
		reg = <0x10>;
	};
+14 −0
Original line number Diff line number Diff line
VXR7200-MISC

VXR7200-MISC provides a way to configure VXR7200 part.

Required properties:
- compatible : should be "synaptics,vxr7200"
- reg : address of i2c of vxr7200.

Optional properties:
Example:
	vxr7200@39 {
		compatible = "synaptics,tvxr7200";
		reg = <0x39>;
	};
+12 −0
Original line number Diff line number Diff line
XR-SMRTVWR-MISC

XR-SMRTVWR-MISC provides a way to configure xrsmrtvwr-misc driver.

Required properties:
- compatible : should be "qcom,xr-smrtvwr-misc"

Optional properties:
Example:
	qcom,xr-smrtvwr-misc {
		compatible = "qcom,xr-smrtvwr-misc";
	};
+6 −0
Original line number Diff line number Diff line
@@ -210,6 +210,12 @@ Charger specific properties:
  Definition: Boolean flag which when present enables stepwise change in FCC.
		The default stepping rate is 100mA/sec.

- qcom,ufp-only-mode
  Usage:      optional
  Value type: bool
  Definition: Boolean flag which when present configure charger in SINK only
		mode.

=============================================
Second Level Nodes - SMB2 Charger Peripherals
=============================================
Loading