Skip to content

Commit 13af134

Browse files
ChiaEn Wusre
authored andcommitted
dt-bindings: power: supply: Revise Richtek RT9467 compatible name
Revise RT9467 compatible name from "richtek,rt9467-charger" to "richtek,rt9467" because it has to match the "compatible name" in the source code. Fixes: e1b4620 ("dt-bindings: power: supply: Add Richtek RT9467 battery charger") Reported-by: Rob Herring <[email protected]> Signed-off-by: ChiaEn Wu <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent f0cf057 commit 13af134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/power/supply/richtek,rt9467-charger.yaml renamed to Documentation/devicetree/bindings/power/supply/richtek,rt9467.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: http://devicetree.org/schemas/power/supply/richtek,rt9467-charger.yaml#
4+
$id: http://devicetree.org/schemas/power/supply/richtek,rt9467.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Richtek RT9467 Switching Battery Charger with Power Path Management
@@ -25,7 +25,7 @@ description: |
2525
2626
properties:
2727
compatible:
28-
const: richtek,rt9467-charger
28+
const: richtek,rt9467
2929

3030
reg:
3131
maxItems: 1
@@ -65,7 +65,7 @@ examples:
6565
#size-cells = <0>;
6666
6767
charger@5b {
68-
compatible = "richtek,rt9467-charger";
68+
compatible = "richtek,rt9467";
6969
reg = <0x5b>;
7070
wakeup-source;
7171
interrupts-extended = <&gpio_intc 32 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)