.. index:: of_property (command) .. _command_of_property: of_property - handle device tree properties =========================================== Usage ^^^^^ ``of_property [-sd] [-e] [-f] NODE [PROPERTY] [VALUES]`` Options ^^^^^^^ -s set property to value -d delete property -f set/delete as a fixup (defer the action until booting) -e dtb set/delete/fixup from external dtb Description ^^^^^^^^^^^ Valid formats for values: <0x00112233 4 05> - an array of cells. cells not beginning with a digit are interpreted as node paths and converted to phandles [00 11 22 .. nn] - byte stream If the value does not start with '<' or '[' it is interpreted as string .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/of_property.c .. command function: do_of_property