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:
parent
343f5baed5
commit
eb00774c87
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue