aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power
diff options
context:
space:
mode:
authorSebastien Bourdelin <sebastien.bourdelin@gmail.com>2019-03-28 16:35:18 -0400
committerSebastian Reichel <sre@kernel.org>2019-04-05 16:53:52 +0200
commitce8873c77c840977722deb73d7649653a4fcf31a (patch)
tree1407f2e3f5dbbd4ac3f64c784ad290006591002c /Documentation/devicetree/bindings/power
parentpower: supply: axp288_charger: Fix unchecked return value (diff)
downloadlinux-dev-ce8873c77c840977722deb73d7649653a4fcf31a.tar.xz
linux-dev-ce8873c77c840977722deb73d7649653a4fcf31a.zip
dt-bindings: power: supply: gpio-charger: add missing semi-colon in example
Fix the example documentation which is missing a semi-colon. Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@gmail.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r--Documentation/devicetree/bindings/power/supply/gpio-charger.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/gpio-charger.txt b/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
index adbb5dc5b6e9..ddf7b7b971e1 100644
--- a/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
+++ b/Documentation/devicetree/bindings/power/supply/gpio-charger.txt
@@ -20,7 +20,7 @@ Example:
compatible = "gpio-charger";
charger-type = "usb-sdp";
gpios = <&gpf0 2 0 0 0>;
- }
+ };
battery {
power-supplies = <&usb_charger>;