From 33bfa2066616f9d18032cfc67619573ffc2b3520 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Mon, 27 Jan 2020 06:00:10 -0600 Subject: [PATCH] tests: drivers: gpio: eliminate binding warning The devicetree tooling complains about the title property; remove it as directed. Signed-off-by: Peter Bigot --- .../gpio_basic_api/dts/bindings/test,gpio_basic_api.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/drivers/gpio/gpio_basic_api/dts/bindings/test,gpio_basic_api.yaml b/tests/drivers/gpio/gpio_basic_api/dts/bindings/test,gpio_basic_api.yaml index 32134a5e1f5..ee31c12a07d 100644 --- a/tests/drivers/gpio/gpio_basic_api/dts/bindings/test,gpio_basic_api.yaml +++ b/tests/drivers/gpio/gpio_basic_api/dts/bindings/test,gpio_basic_api.yaml @@ -4,9 +4,7 @@ # 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 tests/drivers/gpio/gpio_basic_api test in Zephyr. @@ -16,7 +14,7 @@ properties: out-gpios: type: phandle-array required: true - description: > + description: | Identity of a GPIO that will be configured as an output. This must be on the same device as in-gpios, and physically connected to in-gpios. @@ -24,7 +22,7 @@ properties: in-gpios: type: phandle-array required: true - description: > + description: | Identity of a GPIO that will be configured as an input. This must be on the same device as out-gpios,and physically connected to out-gpios.