devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name
@ 2023-02-08  3:14 ChiaEn Wu
  2023-02-08  8:04 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: ChiaEn Wu @ 2023-02-08  3:14 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, sre
  Cc: cy_huang, devicetree, linux-kernel, linux-pm, peterwu.pub,
	ChiaEn Wu

Revise RT9467 compatible name from "richtek,rt9467-charger" to
"richtek,rt9467"

Fixes: e1b4620fb503 ("dt-bindings: power: supply: Add Richtek RT9467 battery charger")
Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
---
 .../devicetree/bindings/power/supply/richtek,rt9467-charger.yaml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/power/supply/richtek,rt9467-charger.yaml b/Documentation/devicetree/bindings/power/supply/richtek,rt9467-charger.yaml
index 92c5706..9176808 100644
--- a/Documentation/devicetree/bindings/power/supply/richtek,rt9467-charger.yaml
+++ b/Documentation/devicetree/bindings/power/supply/richtek,rt9467-charger.yaml
@@ -25,7 +25,7 @@ description: |
 
 properties:
   compatible:
-    const: richtek,rt9467-charger
+    const: richtek,rt9467
 
   reg:
     maxItems: 1
@@ -65,7 +65,7 @@ examples:
       #size-cells = <0>;
 
       charger@5b {
-        compatible = "richtek,rt9467-charger";
+        compatible = "richtek,rt9467";
         reg = <0x5b>;
         wakeup-source;
         interrupts-extended = <&gpio_intc 32 IRQ_TYPE_LEVEL_LOW>;
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-15 13:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08  3:14 [Patch][next] dt-bindings: power: supply: Revise Richtek RT9467 compatible name ChiaEn Wu
2023-02-08  8:04 ` Krzysztof Kozlowski
2023-02-08 23:51 ` Rob Herring
2023-02-13 20:53 ` Sebastian Reichel
2023-02-14  8:14   ` Krzysztof Kozlowski
2023-02-15  3:34     ` ChiYuan Huang
2023-02-15 13:15       ` Sebastian Reichel
2023-02-15  3:45     ` ChiYuan Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).