Message ID | 20220330190846.13997-2-wens@kernel.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | drm: ssd130x: Add support for SINO WEALTH SH1106 | expand |
Hello Chen-Yu, On Wed, Mar 30, 2022 at 9:09 PM Chen-Yu Tsai <wens@kernel.org> wrote: > > From: Chen-Yu Tsai <wens@csie.org> > > Add a vendor prefix entry for SINO WEALTH Eletronics Ltd. > (http://www.sinowealth.com). > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Best regards, Javier
On 30/03/2022 21:08, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai <wens@csie.org> > > Add a vendor prefix entry for SINO WEALTH Eletronics Ltd. > (http://www.sinowealth.com). > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> > --- > 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 01430973ecec..bb4ae59a3c89 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1128,6 +1128,8 @@ patternProperties: > description: Cypress Semiconductor Corporation (Simtek Corporation) > "^sinlinx,.*": > description: Sinlinx Electronics Technology Co., LTD > + "^sinowealth,.*": Alphabetical order, so after sinovoip > + description: SINO WEALTH Electronic Ltd. > "^sinovoip,.*": > description: SinoVoip Co., Ltd > "^sipeed,.*": Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 01430973ecec..bb4ae59a3c89 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1128,6 +1128,8 @@ patternProperties: description: Cypress Semiconductor Corporation (Simtek Corporation) "^sinlinx,.*": description: Sinlinx Electronics Technology Co., LTD + "^sinowealth,.*": + description: SINO WEALTH Electronic Ltd. "^sinovoip,.*": description: SinoVoip Co., Ltd "^sipeed,.*":