Skip to content

Commit 4f9b632

Browse files
jhovoldlag-linaro
authored andcommitted
dt-bindings: mfd: pm8008: Clean up example node names
Devicetree node names should be generic; fix up the pm8008 binding example accordingly. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231206111754.7410-5-johan+linaro@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 1aa77a7 commit 4f9b632

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ examples:
9999
- |
100100
#include <dt-bindings/mfd/qcom-pm8008.h>
101101
#include <dt-bindings/interrupt-controller/irq.h>
102-
qupv3_se13_i2c {
102+
103+
i2c {
103104
#address-cells = <1>;
104105
#size-cells = <0>;
105-
pm8008i@8 {
106+
107+
pmic@8 {
106108
compatible = "qcom,pm8008";
107109
reg = <0x8>;
108110
#address-cells = <1>;

0 commit comments

Comments
 (0)