On Thu, Jan 30, 2025 at 01:05:45PM +0100, Krzysztof Kozlowski wrote: > On 30/01/2025 12:54, Patrick Wildt wrote: > > + rk806_dvs1_slp: rk806_dvs1_slp { > > No underscores in node names. Missing suffix also suggests this fails > tests, so standard disclaimer: > > It does not look like you tested the DTS against bindings. Please run > `make dtbs_check W=1` (see > Documentation/devicetree/bindings/writing-schema.rst or > https://www.linaro.org/blog/tips-and-tricks-for-validating-devicetree-sources-with-the-devicetree-schema/ > for instructions). > Maybe you need to update your dtschema and yamllint. Don't rely on > distro packages for dtschema and be sure you are using the latest > released dtschema. Hi Krzysztof, You were right, I did not know about that; thanks for bringing that to my attention! I've prepared a v2 that I'll send out now which does seem to be happy with the schema, and hope fix those issues plus a few more. Please let me know if there's anything else that I might have missed. Thanks, Patrick