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>
14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
device_type = <0xdeadbeef>;
|
|
model = <0xdeadbeef>;
|
|
status = <0xdeadbeef>;
|
|
label = <0xdeadbeef>;
|
|
|
|
|
|
node {
|
|
compatible = "good", <0xdeadbeef>;
|
|
};
|
|
};
|