Message ID | 20240814-drm-panel-ili9881c-lcm-jm800wx-v1-1-22a5e58599be@geanix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/panel: ili9881c: Add JMO LCM-JM800WX support | expand |
Krzysztof Kozlowski <krzk@kernel.org> writes: > On 14/08/2024 15:10, Esben Haabendal wrote: >> Add vendor prefix for JMO Tech CO., LTD. (http://www.jmolcd.com/). >> >> Signed-off-by: Esben Haabendal <esben@geanix.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 a70ce43b3dc0..5d2ada6cfa61 100644 >> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml >> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml >> @@ -758,6 +758,8 @@ patternProperties: >> description: Jiandangjing Technology Co., Ltd. >> "^jide,.*": >> description: Jide Tech >> + "^jmo,.*": > > Wevsite is jmolcd, so prefix should match it - jmolcd. Ok. Even though the companies name is "JMO Tech CO.,LTD", and does not hint at "jmolcd"? /Esben
Krzysztof Kozlowski <krzk@kernel.org> writes: > On 14/08/2024 16:43, Esben Haabendal wrote: >> Krzysztof Kozlowski <krzk@kernel.org> writes: >> >>> On 14/08/2024 15:10, Esben Haabendal wrote: >>>> Add vendor prefix for JMO Tech CO., LTD. (http://www.jmolcd.com/). >>>> >>>> Signed-off-by: Esben Haabendal <esben@geanix.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 a70ce43b3dc0..5d2ada6cfa61 100644 >>>> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml >>>> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml >>>> @@ -758,6 +758,8 @@ patternProperties: >>>> description: Jiandangjing Technology Co., Ltd. >>>> "^jide,.*": >>>> description: Jide Tech >>>> + "^jmo,.*": >>> >>> Wevsite is jmolcd, so prefix should match it - jmolcd. >> >> Ok. Even though the companies name is "JMO Tech CO.,LTD", and does not >> hint at "jmolcd"? > > We use domain names as vendor prefixes, so when another "jmo.com" comes, > they will get "jmo", not something else. Ok. I will change it for v2 of the series. /Esben
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a70ce43b3dc0..5d2ada6cfa61 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -758,6 +758,8 @@ patternProperties: description: Jiandangjing Technology Co., Ltd. "^jide,.*": description: Jide Tech + "^jmo,.*": + description: JMO Tech "^joz,.*": description: JOZ BV "^kam,.*":
Add vendor prefix for JMO Tech CO., LTD. (http://www.jmolcd.com/). Signed-off-by: Esben Haabendal <esben@geanix.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)