dts/bindings: Rename stringlist to string-array

* Rename stringlist to string-array to be closer inline with upstream
  dtschema definitions.
* Add string-array to the device_node.yaml.template

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-06-07 08:53:27 -05:00 committed by Anas Nashif
commit eb00774c87
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ properties:
category: optional
reg-names:
type: stringlist
type: string-array
description: name of each register space
generation: define
category: optional
@ -31,7 +31,7 @@ properties:
generation: define
interrupt-names:
type: stringlist
type: string-array
category: optional
description: name of each interrupt
generation: define

View file

@ -26,7 +26,7 @@ properties:
#
# <name of the property in the device tree - regexes are supported>:
# category: <required | optional>
# type: <string | int | boolean | array | compound>
# type: <string | int | boolean | array | string-array | compound>
# description: <description of property>
# generation: define
#