This patch converts to the new tree checking framework those checks which verify that certain properties (device_type, model) have a string value, when present. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
device_type = <0xdeadbeef>;
|
|
model = <0xdeadbeef>;
|
|
status = <0xdeadbeef>;
|
|
};
|