faf037f0ef
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>
7 lines
94 B
Text
7 lines
94 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
device_type = <0xdeadbeef>;
|
|
model = <0xdeadbeef>;
|
|
status = <0xdeadbeef>;
|
|
};
|