Browse Source
The dtb overlay format only permits (non local) fixups to reference labels, not paths. That's because the fixup target goes into the property name in the overlay, and property names aren't permitted to include '/' characters. Stop erroneously generating such fixups, because we didn't check for this case. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
David Gibson
2 years ago
3 changed files with 13 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
/dts-v1/; |
||||
/plugin/; |
||||
|
||||
/ { |
||||
prop = < &{/path/to/node} >; |
||||
}; |
Loading…
Reference in new issue