lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 14 Jul 2021 10:25:32 +0800
From:   cy_huang <u0084500@...il.com>
To:     broonie@...nel.org, robh+dt@...nel.org
Cc:     lgirdwood@...il.com, cy_huang@...htek.com,
        linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH] regulator: rtq6752: Refine binding document

From: ChiYuan Huang <cy_huang@...htek.com>

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

Signed-off-by: ChiYuan Huang <cy_huang@...htek.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 --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>;
 
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ