Commit ce8873c7 authored by Sebastien Bourdelin's avatar Sebastien Bourdelin Committed by Sebastian Reichel

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: default avatarSebastien Bourdelin <sebastien.bourdelin@gmail.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent c3422ad5
...@@ -20,7 +20,7 @@ Example: ...@@ -20,7 +20,7 @@ Example:
compatible = "gpio-charger"; compatible = "gpio-charger";
charger-type = "usb-sdp"; charger-type = "usb-sdp";
gpios = <&gpf0 2 0 0 0>; gpios = <&gpf0 2 0 0 0>;
} };
battery { battery {
power-supplies = <&usb_charger>; power-supplies = <&usb_charger>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment