[PATCH 1/2] dt-bindings: display: panel: Fork Waveshare panels into separate document

Marek Vasut marek.vasut at mailbox.org
Thu Jan 15 11:20:03 PST 2026


On 1/15/26 6:40 PM, Rob Herring wrote:
> On Tue, Jan 13, 2026 at 01:05:30AM +0100, Marek Vasut wrote:
>> Move the Waveshare panels description into separate document, so they
>> can be properly described with compatible = "waveshare,...", "panel-dpi"
>> and attached to "waveshare,dsi2dpi" bridge.
> 
> But why do we need "panel-dpi"? Adding that requires changing a DT.
> Can't you make the kernel handle these compatible strings as a
> "panel-dpi" without the compatible?
I can, but wouldn't we then miss the more specific compatible strings in 
the DT ?

compatible = "waveshare,13.3inch-panel", "panel-dpi";
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
              this ... would be removed. Do we want that ?

The other option would be to add the timings into panel-simple driver, 
then we wouldn't have to change the bindings at all. Maybe that would be 
preferable ?



More information about the linux-arm-kernel mailing list