Browse Source
Add a stacked overlay unit test, piggybacking on fdtoverlay. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
Pantelis Antoniou
8 years ago
committed by
David Gibson
4 changed files with 47 additions and 0 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
/dts-v1/; |
||||
/plugin/; |
||||
/ { |
||||
fragment@1 { |
||||
target = <&foo>; |
||||
__overlay__ { |
||||
overlay-1-property; |
||||
bar: barnode { |
||||
bar-property = "bar"; |
||||
}; |
||||
}; |
||||
}; |
||||
}; |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
/dts-v1/; |
||||
/ { |
||||
foo: foonode { |
||||
foo-property = "foo"; |
||||
}; |
||||
}; |
Loading…
Reference in new issue