From: Krzysztof Kozlowski <krzk@kernel.org>
To: Luca Weiss <luca@lucaweiss.eu>
Cc: ~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org,
Neil Armstrong <neil.armstrong@linaro.org>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 2/4] dt-bindings: display: panel: Add Himax HX83112B
Date: Mon, 24 Feb 2025 09:16:25 +0100 [thread overview]
Message-ID: <cf3a0429-0c36-426f-b9b0-ae7749877bf3@kernel.org> (raw)
In-Reply-To: <89cbb27e-414a-472f-8664-db5b4d37ddc1@lucaweiss.eu>
On 23/02/2025 16:29, Luca Weiss wrote:
> Hi Krzysztof,
>
> On 23-02-2025 12:54 p.m., Krzysztof Kozlowski wrote:
>> On Sat, Feb 22, 2025 at 06:58:05PM +0100, Luca Weiss wrote:
>>> Himax HX83112B is a display driver IC used to drive LCD DSI panels.
>>> Describe it and the Fairphone 3 panel from DJN using it.
>>>
>>> Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
>>> ---
>>> .../bindings/display/panel/himax,hx83112b.yaml | 75 ++++++++++++++++++++++
>>> 1 file changed, 75 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx83112b.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx83112b.yaml
>>> new file mode 100644
>>> index 0000000000000000000000000000000000000000..e6bd4b33d40be98e479d84617aea6d2af0df70e4
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/display/panel/himax,hx83112b.yaml
>>> @@ -0,0 +1,75 @@
>>> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
>>> +%YAML 1.2
>>> +---
>>> +$id: http://devicetree.org/schemas/display/panel/himax,hx83112b.yaml#
>>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>>> +
>>> +title: Himax HX83112B-based DSI display panels
>>> +
>>> +maintainers:
>>> + - Luca Weiss <luca@lucaweiss.eu>
>>> +
>>> +description:
>>> + The Himax HX83112B is a generic DSI Panel IC used to control
>>> + LCD panels.
>>> +
>>> +allOf:
>>> + - $ref: panel-common.yaml#
>>> +
>>> +properties:
>>> + compatible:
>>> + contains:
>>> + const: djn,fairphone-fp3-panel
>>
>> Why no himax,hx83112b fallback?
>
> While this is the driver IC for this panel, I don't think there's any
> "generic" init sequence that can successfully configure this panel, so
> generic hx83112b driver could work I'd say.
Hm, indeed usually this would mean no need for unusable fallback alone,
but still drivers could use it for some common pieces of code. I imagine
there could be a piece of init sequence which is generic. Or some piece
of attributes.
We already have examples of both approaches for panels - with generic
fallback (himax,hx83102) and without (himax,hx83112a).
@Rob
what is your generic advice? Which of above (himax,hx83102 vs
himax,hx83112a) should be used, if the fallback compatible cannot be
used alone?
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-02-24 8:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-22 17:58 [PATCH 0/4] Add display support for Fairphone 3 smartphone Luca Weiss
2025-02-22 17:58 ` [PATCH 1/4] dt-bindings: vendor-prefixes: document Shenzhen DJN Optronics Technology Luca Weiss
2025-02-23 11:52 ` Krzysztof Kozlowski
2025-02-22 17:58 ` [PATCH 2/4] dt-bindings: display: panel: Add Himax HX83112B Luca Weiss
2025-02-23 11:54 ` Krzysztof Kozlowski
2025-02-23 15:29 ` Luca Weiss
2025-02-24 8:16 ` Krzysztof Kozlowski [this message]
2025-03-29 13:54 ` Luca Weiss
2025-03-30 9:09 ` Dmitry Baryshkov
2025-02-23 18:25 ` Dmitry Baryshkov
2025-02-24 20:40 ` Luca Weiss
2025-02-25 3:17 ` Dmitry Baryshkov
2025-02-22 17:58 ` [PATCH 3/4] drm/panel: Add driver for DJN HX83112B LCD panel Luca Weiss
2025-02-22 17:58 ` [PATCH 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable display and GPU Luca Weiss
2025-02-24 20:25 ` Konrad Dybcio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cf3a0429-0c36-426f-b9b0-ae7749877bf3@kernel.org \
--to=krzk@kernel.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca@lucaweiss.eu \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=phone-devel@vger.kernel.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®