Message ID | 20211217093510.3674590-2-daniel@0x0f.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: mstar: Initial DongShanPiOne support | expand |
On Fri, Dec 17, 2021 at 06:35:08PM +0900, Daniel Palmer wrote: > 100ask is Linux SBC/module/training provider. > Add a prefix for them. > > Link: https://www.100ask.net > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > To Rob: One thing I have noticed is that dtbs_check > seems to be complaining about the prefix starting with > a digit. If it's a problem I can change the prefix I think. Humm, we should relax that. I'll add a fix. > > 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 66d6432fd781..f0fc682d3680 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -23,6 +23,8 @@ patternProperties: "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true # Keep list in alphabetical order. + "^100ask,.*": + description: Baiwen.com (100ask). "^70mai,.*": description: 70mai Co., Ltd. "^abb,.*":
100ask is Linux SBC/module/training provider. Add a prefix for them. Link: https://www.100ask.net Signed-off-by: Daniel Palmer <daniel@0x0f.com> --- To Rob: One thing I have noticed is that dtbs_check seems to be complaining about the prefix starting with a digit. If it's a problem I can change the prefix I think. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)