Skip to content

Commit 8bdc849

Browse files
ziswilerbrgl
authored andcommitted
dt-bindings: gpio: fix gpio-hog example
Even if this is no yaml yet at least fix the example to be compliant to later schema as e.g. found in gpio-pca95xx.yaml, fairchild,74hc595.yaml and gpio/fsl-imx-gpio.yaml. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
1 parent e783362 commit 8bdc849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Documentation/devicetree/bindings/gpio

Documentation/devicetree/bindings/gpio/gpio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Example of two SOC GPIO banks defined as gpio-controller nodes:
213213
gpio-controller;
214214
#gpio-cells = <2>;
215215

216-
line_b {
216+
line_b-hog {
217217
gpio-hog;
218218
gpios = <6 0>;
219219
output-low;

0 commit comments

Comments
 (0)