Message ID | 20220113103110.GA4488@standask-GA-A55M-S2HP (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] dt-bindings: vendor-prefixes: add Wingtech | expand |
On Thu, Jan 13, 2022 at 11:31:10AM +0100, Stanislav Jakubek wrote: > The vendor prefix for Wingtech [1] is used in device tree [2], but was > not documented so far. Add it to the schema to document it. > > [1] http://www.wingtech.com/en > [2] arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts > > Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> > --- > Changes in v2: > - Reworked patch description > - Rebase on next-20220113 > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index b3de81e8290f..eaf7f4940978 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1338,6 +1338,8 @@ patternProperties: description: Wiligear, Ltd. "^winbond,.*": description: Winbond Electronics corp. + "^wingtech,.*": + description: Wingtech Technology Co., Ltd. "^winlink,.*": description: WinLink Co., Ltd "^winstar,.*":
The vendor prefix for Wingtech [1] is used in device tree [2], but was not documented so far. Add it to the schema to document it. [1] http://www.wingtech.com/en [2] arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> --- Changes in v2: - Reworked patch description - Rebase on next-20220113 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)