diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-09-13 14:02:09 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-09-13 20:40:20 +0200 |
commit | 5ec706b035b1213bb82ceabf5e7d160d8003b174 (patch) | |
tree | 6625f5f6a1a4b8cd1be5dab750c9c7603e510f97 /README.md | |
parent | fa9eb27201929ba157b2b57769982a13fd4e37d0 (diff) |
Permit to add tags to devices
This patch permits to add tags to device
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ boards: uboot_macaddr: (Optional) the MAC address to set in uboot custom_option: (optional) All following strings will be directly append to devicefile - "set x=1" + tags: (optional) List of tag to set on this device + - tag1 + - tag2 # One of uart or connection_command must be choosen uart: idvendor: The VID of the UART (Formated as 0xXXXX) |