yup, saw, consider it solved in next version! :)
Also hopefully I'll fire ut the dt_bindings_check and dtbs_check in our CI.
David
On 18/11/2025 13:33, Konrad Dybcio wrote:
On 11/18/25 1:29 PM, Rob Herring (Arm) wrote:
On Tue, 18 Nov 2025 12:30:37 +0100, David Heidelberg wrote:
Add compatible for used LG panel.
SW43408 is not panel, but DDIC. The panel itself is the
LG LH546WF1-ED01, so introduce combined compatible for it.
Signed-off-by: David Heidelberg <[email protected]>
---
.../devicetree/bindings/display/panel/lg,sw43408.yaml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/lg,sw43408.example.dtb:
panel@0 (lg,sw43408): compatible:0: 'lg,sw43408' is not one of
['lg,sw43408-lh546wf1-ed01']
from schema $id:
http://devicetree.org/schemas/display/panel/lg,sw43408.yaml
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/panel/lg,sw43408.example.dtb:
panel@0 (lg,sw43408): compatible: ['lg,sw43408'] is too short
You got this error because you didn't fix the example DT (which would be
validated with `make dt_binding_check`
Konrad
--
David Heidelberg