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

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

Merge "dt-bindings: qti-tri-led: Update reg definition"

parents 83a336db 80cacdcd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ Qualcomm Technologies, Inc. PMIC chips.

- reg:
	Usage: required
	Value type: <prop-encoded-array>
	Definition: Register base of the TRI_LED module and length.
	Value type: <u32>
	Definition: Register base of the TRI_LED module.

- nvmem-names:
	Usage: optional
@@ -52,7 +52,7 @@ Example:

	pmi8998_rgb: tri-led@d000{
		compatible = "qcom,tri-led";
		reg = <0xd000 0x100>;
		reg = <0xd000>;

		red {
			label = "red";
+4 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ device module in Qualcomm Technologies, Inc. PMIC chips.

- reg:
	Usage: required
	Value type: <prop-encoded-array>
	Value type: <u32>
	Definition: Register base for LPG and LUT modules.

- reg-names:
@@ -175,7 +175,7 @@ Example when LUT pattern is stored in a LUT module:

	pm8150l_lpg: lpg@b100 {
		compatible = "qcom,pwm-lpg";
		reg = <0xb100 0x600>, <0xb000 0x100>;
		reg = <0xb100>, <0xb000>;
		reg-names = "lpg-base", "lut-base";
		qcom,num-lpg-channels = <6>;
		#pwm-cells = <2>;
@@ -217,8 +217,9 @@ Example when LUT pattern is stored in a SDAM module:

	pmi632_lpg: lpg@b100 {
		compatible = "qcom,pwm-lpg";
		reg = <0xb100 0x600>;
		reg = <0xb100>;
		reg-names = "lpg-base";
		qcom,num-lpg-channels = <3>;
		#pwm-cells = <2>;
		nvmem-names = "ppg_sdam";
		nvmem = <&sdam7>;