tests: drivers: gpio: eliminate binding warning

The devicetree tooling complains about the title property; remove it
as directed.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-27 06:00:10 -06:00 committed by Carles Cufí
commit 33bfa20666

View file

@ -4,9 +4,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
title: Hardware resources required for the gpio_basic_api test. description: |
description: >
This binding provides resources required to build and run the This binding provides resources required to build and run the
tests/drivers/gpio/gpio_basic_api test in Zephyr. tests/drivers/gpio/gpio_basic_api test in Zephyr.
@ -16,7 +14,7 @@ properties:
out-gpios: out-gpios:
type: phandle-array type: phandle-array
required: true required: true
description: > description: |
Identity of a GPIO that will be configured as an output. This Identity of a GPIO that will be configured as an output. This
must be on the same device as in-gpios, and physically must be on the same device as in-gpios, and physically
connected to in-gpios. connected to in-gpios.
@ -24,7 +22,7 @@ properties:
in-gpios: in-gpios:
type: phandle-array type: phandle-array
required: true required: true
description: > description: |
Identity of a GPIO that will be configured as an input. This Identity of a GPIO that will be configured as an input. This
must be on the same device as out-gpios,and physically must be on the same device as out-gpios,and physically
connected to out-gpios. connected to out-gpios.