18a3d84bb8
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>
14 lines
196 B
Text
14 lines
196 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
device_type = <0xdeadbeef>;
|
|
model = <0xdeadbeef>;
|
|
status = <0xdeadbeef>;
|
|
label = <0xdeadbeef>;
|
|
|
|
foobar-names = "foo", <1>;
|
|
|
|
node {
|
|
compatible = "good", <0xdeadbeef>;
|
|
};
|
|
};
|