Message ID | 20220127151647.2375449-2-icenowy@nucleisys.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Initial support for Nuclei DemoSoC w/ UX600 | expand |
On Thu, 27 Jan 2022 23:16:36 +0800, Icenowy Zheng wrote: > Nuclei System Technology is a RISC-V CPU IP core vendor. > > Add vendor prefix for it. > > Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 294093d45a23..8d786367b093 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -842,6 +842,8 @@ patternProperties: description: Nordic Semiconductor "^novtech,.*": description: NovTech, Inc. + "^nuclei,.*": + description: Nuclei System Technology "^nutsboard,.*": description: NutsBoard "^nuvoton,.*":
Nuclei System Technology is a RISC-V CPU IP core vendor. Add vendor prefix for it. Signed-off-by: Icenowy Zheng <icenowy@nucleisys.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)