Browse Source
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>main
David Gibson
17 years ago
committed by
Jon Loeliger
3 changed files with 14 additions and 13 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
/dts-v1/; |
||||
|
||||
/ { |
||||
device_type = <0xdeadbeef>; |
||||
model = <0xdeadbeef>; |
||||
status = <0xdeadbeef>; |
||||
}; |
Loading…
Reference in new issue