Message ID | 20231016215123.30343-2-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350 | expand |
On 16/10/2023 23:51, Laurent Pinchart wrote: > Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system > design company that manufactures, among other things, development boards > with MediaTek SoCs. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com> On 16/10/2023 23:51, Laurent Pinchart wrote: > Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system > design company that manufactures, among other things, development boards > with MediaTek SoCs. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > 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 573578db9509..247b724bc01f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -981,6 +981,8 @@ patternProperties: > description: Oki Electric Industry Co., Ltd. > "^olimex,.*": > description: OLIMEX Ltd. > + "^ologic,.*": > + description: OLogic, Inc. > "^olpc,.*": > description: One Laptop Per Child > "^oneplus,.*":
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 573578db9509..247b724bc01f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -981,6 +981,8 @@ patternProperties: description: Oki Electric Industry Co., Ltd. "^olimex,.*": description: OLIMEX Ltd. + "^ologic,.*": + description: OLogic, Inc. "^olpc,.*": description: One Laptop Per Child "^oneplus,.*":
Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system design company that manufactures, among other things, development boards with MediaTek SoCs. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)