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

Commit 80cacdcd authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

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

Commit f6ea1a19 ("ARM: dts: msm: add PMIC devices for Lahaina")
specifies the #address-cells and #size-cells of peripheral devices under
PMIC device nodes on the SPMI bus as 1 and 0 respectively. This requires
that the reg property specification of all child nodes of the PMIC
devices be updated.

Update qti-tri-led bindings accordingly.

Change-Id: Id529b45dd31b5c992282686b27da782df3746f5b
parent 8550bf50
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";