checks: add string list check

Add a check for string list properties with compatible being the first
check.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Rob Herring 2017-12-12 16:46:25 -06:00 committed by David Gibson
parent 6c57308196
commit 8fe94fd6f1
3 changed files with 40 additions and 1 deletions

View file

@ -5,4 +5,9 @@
model = <0xdeadbeef>;
status = <0xdeadbeef>;
label = <0xdeadbeef>;
node {
compatible = "good", <0xdeadbeef>;
};
};