diff options
author | 2017-12-12 16:46:26 -0600 | |
---|---|---|
committer | 2017-12-13 20:27:36 +1100 | |
commit | 18a3d84bb802d3281d8df91a973dce271f5523fb (patch) | |
tree | c9d8bc079073d9f1ddfd32728ab24f1576e139ce /tests/bad-string-props.dts | |
parent | 8fe94fd6f19f9065b9147d364d35167a3c9b016a (diff) |
checks: add string list check for *-names properties
Add a string list check for common properties ending in "-names" such as
reg-names or interrupt-names.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/bad-string-props.dts')
-rw-r--r-- | tests/bad-string-props.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bad-string-props.dts b/tests/bad-string-props.dts index 9362ee8..6694704 100644 --- a/tests/bad-string-props.dts +++ b/tests/bad-string-props.dts @@ -6,6 +6,7 @@ status = <0xdeadbeef>; label = <0xdeadbeef>; + foobar-names = "foo", <1>; node { compatible = "good", <0xdeadbeef>; |