Commit 4f9b632e authored by Johan Hovold's avatar Johan Hovold Committed by Lee Jones

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: default avatarJohan Hovold <johan+linaro@kernel.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231206111754.7410-5-johan+linaro@kernel.orgSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 1aa77a7e
...@@ -99,10 +99,12 @@ examples: ...@@ -99,10 +99,12 @@ examples:
- | - |
#include <dt-bindings/mfd/qcom-pm8008.h> #include <dt-bindings/mfd/qcom-pm8008.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
qupv3_se13_i2c {
i2c {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
pm8008i@8 {
pmic@8 {
compatible = "qcom,pm8008"; compatible = "qcom,pm8008";
reg = <0x8>; reg = <0x8>;
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment