On 21/04/2022 09:06, Philip Oberfichtner wrote: > > The "operating-points" and "fsl,soc-operating-points" properties are > defined in imx6q.dtsi. We are just overwriting them here. OK, thanks for explanation. (...) >> Please run `make dtbs_check` (see Docs for this) and fix the >> warnings. >> Please fix automated check warnings before using reviewers time. > > I built with W=1 and used checkpatch.pl. But I'm having trouble using > make dtbs_check. Seems like I get all warnings for all possible dts. Is > there a way to get warnings for a single dt only? I think no, it is not possible at the moment. I understand it's a pain and already someone proposed to have a ability to check only subset of DTS files. Workaround is to build imx defconfig, run dtbs_check, touch your files and run dtbs_check again looking for results. Best regards, Krzysztof