Message ID | 20240416034626.317823-2-liujianfeng1994@gmail.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Add ArmSom Sige7 board | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Tue, Apr 16, 2024 at 11:46 AM Jianfeng Liu <liujianfeng1994@gmail.com> wrote: > > Add vendor prefix for ArmSoM (https://www.armsom.org) > > Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> Reviewed-by: Weizhao Ouyang <weizhao.ouyang@arm.com> BR, Weizhao > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index e4aeeb5fe..e47405535 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -151,6 +151,8 @@ patternProperties: > description: ARM Ltd. > "^armadeus,.*": > description: ARMadeus Systems SARL > + "^armsom,.*": > + description: ArmSoM Technology Co., Ltd. > "^arrow,.*": > description: Arrow Electronics > "^artesyn,.*": > -- > 2.34.1 >
Am Dienstag, 16. April 2024, 05:46:24 CEST schrieb Jianfeng Liu: > Add vendor prefix for ArmSoM (https://www.armsom.org) > > Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> [PATCH v3 1/3] dt-bindings: vendor-prefixes: add ArmSoM yesterday got a Acked-by: Conor Dooley <conor.dooley@microchip.com> in https://lore.kernel.org/r/20240416-choosing-boney-33cf206d0f38@spud > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index e4aeeb5fe..e47405535 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -151,6 +151,8 @@ patternProperties: > description: ARM Ltd. > "^armadeus,.*": > description: ARMadeus Systems SARL > + "^armsom,.*": > + description: ArmSoM Technology Co., Ltd. > "^arrow,.*": > description: Arrow Electronics > "^artesyn,.*": >
On Wed, Apr 17, 2024 at 10:21:17AM +0200, Heiko Stübner wrote: > Am Dienstag, 16. April 2024, 05:46:24 CEST schrieb Jianfeng Liu: > > Add vendor prefix for ArmSoM (https://www.armsom.org) > > > > Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> > > [PATCH v3 1/3] dt-bindings: vendor-prefixes: add ArmSoM > yesterday got a > > Acked-by: Conor Dooley <conor.dooley@microchip.com> > > in > https://lore.kernel.org/r/20240416-choosing-boney-33cf206d0f38@spud Too many versions in a short space of time, guess I picked not the most recent to respond to as it arrived in the <24h period that it usually takes me to clear a patch from my queue.
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index e4aeeb5fe..e47405535 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -151,6 +151,8 @@ patternProperties: description: ARM Ltd. "^armadeus,.*": description: ARMadeus Systems SARL + "^armsom,.*": + description: ArmSoM Technology Co., Ltd. "^arrow,.*": description: Arrow Electronics "^artesyn,.*":
Add vendor prefix for ArmSoM (https://www.armsom.org) Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)