diff mbox series

regulator: rtq6752: Refine binding document

Message ID 1626229532-13037-1-git-send-email-u0084500@gmail.com
State New
Headers show
Series regulator: rtq6752: Refine binding document | expand

Commit Message

cy_huang July 14, 2021, 2:25 a.m. UTC
From: ChiYuan Huang <cy_huang@richtek.com>

Drop regulators property reference and remove the status in example dts.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
---
Following by the below comment to update the binding document.
Link: /https://lore.kernel.org/linux-devicetree/20210713214659.GA892012@robh.at.kernel.org/
---
 .../devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml        | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml b/Documentation/devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml
index 641840e..e6e5a9a 100644
--- a/Documentation/devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/richtek,rtq6752-regulator.yaml
@@ -30,7 +30,6 @@  properties:
 
   regulators:
     type: object
-    $ref: regulator.yaml#
 
     patternProperties:
       "^(p|n)avdd$":
@@ -56,7 +55,6 @@  examples:
 
       rtq6752@6b {
         compatible = "richtek,rtq6752";
-        status = "okay";
         reg = <0x6b>;
         enable-gpios = <&gpio26 2 0>;