Skip to content

Commit

Permalink
dt-bindings: mfd: pm8008: Clean up example node names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jhovold authored and lag-linaro committed Dec 13, 2023
1 parent 1aa77a7 commit 4f9b632
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@ examples:
- |
#include <dt-bindings/mfd/qcom-pm8008.h>
#include <dt-bindings/interrupt-controller/irq.h>
qupv3_se13_i2c {
i2c {
#address-cells = <1>;
#size-cells = <0>;
pm8008i@8 {
pmic@8 {
compatible = "qcom,pm8008";
reg = <0x8>;
#address-cells = <1>;
Expand Down

0 comments on commit 4f9b632

Please sign in to comment.