Message ID | e31ffb1d6929e4c961ec90bcdb1ff5e9ecb3380e.1553674604.git.agx@sigxcpu.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Mixel DPHY support for i.MX8 | expand |
Am 27.03.19 um 09:19 schrieb Guido Günther: > Add vendor prefix "mixel" for Mixel Inc. Will be used for a MIPI DSI > PHY driver. Nit: s/driver/binding/ (to not be Linux specific) > > Signed-off-by: Guido Günther <agx@sigxcpu.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 413c6f30ce88..97370889039f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -249,6 +249,7 @@ mikroe MikroElektronika d.o.o. > minix MINIX Technology Ltd. > miramems MiraMEMS Sensing Technology Co., Ltd. > mitsubishi Mitsubishi Electric Corporation > +mixel Mixel, Inc. > mosaixtech Mosaix Technologies, Inc. > motorola Motorola, Inc. > moxa Moxa Inc. Reviewed-by: Andreas Färber <afaerber@suse.de> in case you still need it for something else in light of Rob's comment. Regards, Andreas
Hi Andreas, On Thu, Mar 28, 2019 at 06:04:49PM +0100, Andreas Färber wrote: > Am 27.03.19 um 09:19 schrieb Guido Günther: > > Add vendor prefix "mixel" for Mixel Inc. Will be used for a MIPI DSI > > PHY driver. > > Nit: s/driver/binding/ (to not be Linux specific) > > > > > Signed-off-by: Guido Günther <agx@sigxcpu.org> > > --- > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > > index 413c6f30ce88..97370889039f 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > > @@ -249,6 +249,7 @@ mikroe MikroElektronika d.o.o. > > minix MINIX Technology Ltd. > > miramems MiraMEMS Sensing Technology Co., Ltd. > > mitsubishi Mitsubishi Electric Corporation > > +mixel Mixel, Inc. > > mosaixtech Mosaix Technologies, Inc. > > motorola Motorola, Inc. > > moxa Moxa Inc. > > Reviewed-by: Andreas Färber <afaerber@suse.de> > > in case you still need it for something else in light of Rob's comment. You're righgt, using the fsl, prefix this got obsolete but thanks for having a look! -- Guido
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 413c6f30ce88..97370889039f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -249,6 +249,7 @@ mikroe MikroElektronika d.o.o. minix MINIX Technology Ltd. miramems MiraMEMS Sensing Technology Co., Ltd. mitsubishi Mitsubishi Electric Corporation +mixel Mixel, Inc. mosaixtech Mosaix Technologies, Inc. motorola Motorola, Inc. moxa Moxa Inc.
Add vendor prefix "mixel" for Mixel Inc. Will be used for a MIPI DSI PHY driver. Signed-off-by: Guido Günther <agx@sigxcpu.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+)