mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
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>
6 lines
58 B
Text
6 lines
58 B
Text
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
prop = < &{/path/to/node} >;
|
|
};
|