Skip to content

Commit a79737d

Browse files
committed
ovmerge: Add literal path assignment example
Signed-off-by: Phil Elwell <[email protected]>
1 parent 1b61d60 commit a79737d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ovmerge/ovmerge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
# '=' - literal assignment (if a string, the literal after the =), if an integer,
6464
# either the in-band integer or the next cell (useful for phandles).
6565
# "prop=foo" // String literal assignment
66+
# "prop=", &spi // String path literal assignment (the path to the node is substituted, used for aliases)
6667
# "prop:0=0" // Integer literal assignment
6768
# "prop:0=", <&spi>; // Integer cell assignment
6869
#

0 commit comments

Comments
 (0)