Skip to content

Commit

Permalink
dts/bindings: Rename stringlist to string-array
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
galak authored and nashif committed Jun 14, 2019
1 parent 343f5ba commit eb00774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dts/bindings/base/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties:
category: optional

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

interrupt-names:
type: stringlist
type: string-array
category: optional
description: name of each interrupt
generation: define
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/device_node.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit eb00774

Please sign in to comment.