We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61d60 commit a79737dCopy full SHA for a79737d
ovmerge/ovmerge
@@ -63,6 +63,7 @@
63
# '=' - literal assignment (if a string, the literal after the =), if an integer,
64
# either the in-band integer or the next cell (useful for phandles).
65
# "prop=foo" // String literal assignment
66
+# "prop=", &spi // String path literal assignment (the path to the node is substituted, used for aliases)
67
# "prop:0=0" // Integer literal assignment
68
# "prop:0=", <&spi>; // Integer cell assignment
69
#
0 commit comments