On 14/06/2024 02:02, Dmitry Baryshkov wrote: > The panel-edp-legacy.yaml includes legacy bindings for several eDP > panels which were never used in DT files present in Linux tree and most > likely have never been used with the upstream kernel. Drop compatibles > for these panels in favour of using a generic "edp-panel" device on the > AUX bus. > > Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Please reverse the order of patches - you cannot have undocumented compatible, so first you remove driver support, then bindings. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof