Message ID | 20230718-feature-lcd-panel-v1-1-e9a85d5374fd@wolfvision.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/panel: sitronix-st7789v: add support for partial mode | expand |
On Tue, Jul 18, 2023 at 05:31:50PM +0200, Michael Riesch wrote: > Add vendor prefix for Jasonic Technology Ltd., a manufacturer > of custom LCD panels. > > Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > 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 1e2e51401dc5..1dfafc339ddd 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -677,6 +677,8 @@ patternProperties: > description: iWave Systems Technologies Pvt. Ltd. > "^jadard,.*": > description: Jadard Technology Inc. > + "^jasonic,.*": > + description: Jasonic Technology Ltd. > "^jdi,.*": > description: Japan Display Inc. > "^jedec,.*": > > -- > 2.30.2 >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 1e2e51401dc5..1dfafc339ddd 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -677,6 +677,8 @@ patternProperties: description: iWave Systems Technologies Pvt. Ltd. "^jadard,.*": description: Jadard Technology Inc. + "^jasonic,.*": + description: Jasonic Technology Ltd. "^jdi,.*": description: Japan Display Inc. "^jedec,.*":
Add vendor prefix for Jasonic Technology Ltd., a manufacturer of custom LCD panels. Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)