mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 20:28:49 +00:00
dt-bindings: qti-tri-led: Update reg definition
Commit f6ea1a1997 ("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
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user