]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
regulator: pfuze100: Make the node name generic
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 5 May 2018 01:17:13 +0000 (22:17 -0300)
committerMark Brown <broonie@kernel.org>
Sat, 5 May 2018 01:35:00 +0000 (10:35 +0900)
According to Devicetree Specification v0.2 document:

"The name of a node should be somewhat generic, reflecting the function
of the device and not its precise programming model."

Do as suggested in the binding example.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/pfuze100.txt

index c6dd3f5e485b75cf0cab3543b43dfbada9c2b175..f0ada3b14d70d05e22f6da2be3e3b297c439412a 100644 (file)
@@ -21,7 +21,7 @@ Each regulator is defined using the standard binding for regulators.
 
 Example 1: PFUZE100
 
-       pmic: pfuze100@8 {
+       pfuze100: pmic@8 {
                compatible = "fsl,pfuze100";
                reg = <0x08>;
 
@@ -122,7 +122,7 @@ Example 1: PFUZE100
 
 Example 2: PFUZE200
 
-       pmic: pfuze200@8 {
+       pfuze200: pmic@8 {
                compatible = "fsl,pfuze200";
                reg = <0x08>;
 
@@ -216,7 +216,7 @@ Example 2: PFUZE200
 
 Example 3: PFUZE3000
 
-       pmic: pfuze3000@8 {
+       pfuze3000: pmic@8 {
                compatible = "fsl,pfuze3000";
                reg = <0x08>;