diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-04-30 11:31:27 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-05-12 10:22:27 -0500 |
commit | 7f0f855e6cf32caff83c37adfc1be4ed8d93713c (patch) | |
tree | badca1933ae828bfba5a9209e87b8094b187b43b | |
parent | b1eac5f32c0fd7ef356f9f42b5990915ee59900b (diff) |
dt-bindings: vendor-prefixes: Add U-Boot bootloader prefix
List U-Boot project in vendor prefixes.
For more information take a look at:
https://en.wikipedia.org/wiki/Das_U-Boot
Source code is available here:
https://gitlab.denx.de/u-boot/u-boot
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index dba44a6aac5c..c78d70e2fcc0 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1053,6 +1053,8 @@ patternProperties: description: Tyan Computer Corporation "^u-blox,.*": description: u-blox + "^u-boot,.*": + description: U-Boot bootloader "^ucrobotics,.*": description: uCRobotics "^ubnt,.*": |