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>
This commit is contained in:
Sebastien Bourdelin 2019-03-28 16:35:18 -04:00 committed by Sebastian Reichel
parent c3422ad5f8
commit ce8873c77c

View file

@ -20,7 +20,7 @@ Example:
compatible = "gpio-charger";
charger-type = "usb-sdp";
gpios = <&gpf0 2 0 0 0>;
}
};
battery {
power-supplies = <&usb_charger>;