Message ID | 20250208105326.3850358-2-yelangyan@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | support kingdisplay-kd110n11-51ie and starry-2082109qfh040022-50e MIPI-DSI panels | expand |
Hi, On Sat, Feb 8, 2025 at 2:53 AM Langyan Ye <yelangyan@huaqin.corp-partner.google.com> wrote: > > Add a new compatible for the panels KINGDISPLAY KD110N11-51IE and > STARRY 2082109QFH040022-50E. Both panels use the HX83102 IC, so > add the compatible to the hx83102 bindings file. > > Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com> > --- > .../devicetree/bindings/display/panel/himax,hx83102.yaml | 4 ++++ > 1 file changed, 4 insertions(+) I might have tried to shorten the subject line of the patch a bit, but I don't think it's a huge deal. Reviewed-by: Douglas Anderson <dianders@chromium.org>
On Sat, Feb 08, 2025 at 06:53:24PM +0800, Langyan Ye wrote: > Add a new compatible for the panels KINGDISPLAY KD110N11-51IE and > STARRY 2082109QFH040022-50E. Both panels use the HX83102 IC, so > add the compatible to the hx83102 bindings file. Your subject does not fit at all at any reasonable limit. Keep it simple: Add KD110N11-51IE and 2082109QFH040022-50E Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi, On Mon, Feb 10, 2025 at 2:16 AM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On Sat, Feb 08, 2025 at 06:53:24PM +0800, Langyan Ye wrote: > > Add a new compatible for the panels KINGDISPLAY KD110N11-51IE and > > STARRY 2082109QFH040022-50E. Both panels use the HX83102 IC, so > > add the compatible to the hx83102 bindings file. > > Your subject does not fit at all at any reasonable limit. Keep it > simple: > Add KD110N11-51IE and 2082109QFH040022-50E > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Adjusted the subject line and pushed to drm-misc-next: [1/3] dt-bindings: display: panel: Add KD110N11-51IE and 2082109QFH040022-50E commit: a8505237066d054cd6ad63b52e7219ce41731753
diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml index d876269e1fac..e4c1aa5deab9 100644 --- a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml +++ b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml @@ -22,6 +22,10 @@ properties: - csot,pna957qt1-1 # IVO t109nw41 11.0" WUXGA TFT LCD panel - ivo,t109nw41 + # KINGDISPLAY KD110N11-51IE 10.95" WUXGA TFT LCD panel + - kingdisplay,kd110n11-51ie + # STARRY 2082109QFH040022-50E 10.95" WUXGA TFT LCD panel + - starry,2082109qfh040022-50e # STARRY himax83102-j02 10.51" WUXGA TFT LCD panel - starry,himax83102-j02 - const: himax,hx83102
Add a new compatible for the panels KINGDISPLAY KD110N11-51IE and STARRY 2082109QFH040022-50E. Both panels use the HX83102 IC, so add the compatible to the hx83102 bindings file. Signed-off-by: Langyan Ye <yelangyan@huaqin.corp-partner.google.com> --- .../devicetree/bindings/display/panel/himax,hx83102.yaml | 4 ++++ 1 file changed, 4 insertions(+)