Skip to content

Commit 78da55c

Browse files
jhovoldlag-linaro
authored andcommitted
dt-bindings: leds: qcom,spmi-flash-led: Fix example node name
The led controller is a child of an SPMI PMIC, which in turn sits on an SPMI bus. While at it, add some newline separators to improve readability. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231130171940.12391-1-johan+linaro@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 94d4090 commit 78da55c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/leds/qcom,spmi-flash-led.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ additionalProperties: false
8989
examples:
9090
- |
9191
#include <dt-bindings/leds/common.h>
92-
spmi {
92+
93+
pmic {
9394
#address-cells = <1>;
9495
#size-cells = <0>;
96+
9597
led-controller@ee00 {
9698
compatible = "qcom,pm8350c-flash-led", "qcom,spmi-flash-led";
9799
reg = <0xee00>;

0 commit comments

Comments
 (0)