On Wed, Dec 8, 2021 at 8:41 AM Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > > On Wed, Dec 08, 2021 at 07:44:28AM -0600, Rob Herring wrote: > > On Tue, 07 Dec 2021 16:07:44 +0100, Thierry Reding wrote: > > > From: Thierry Reding <treding@xxxxxxxxxx> > > > > > > Add compatible strings for the NVIDIA Denver and Carmel PMUs. > > > > > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > > > --- > > > Documentation/devicetree/bindings/arm/pmu.yaml | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > > Running 'make dtbs_check' with the schema in this patch gives the > > following warnings. Consider if they are expected or the schema is > > incorrect. These may not be new warnings. > > > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > > This will change in the future. > > > > Full log is available here: https://patchwork.ozlabs.org/patch/1564747 > > Yikes, that's a lot of warnings. I've got local patches to fix up the > Tegra-specific ones, but I could look at fixing up the others as well, > provided that you or anyone else aren't looking at this yet. I sent it because I saw the tegra ones. > On that note: do you know of a simple trick to get the dtbs_check target > to run on all DTB files? The only way I've found so far is to manually > select all Kconfig options that would enable a specific subset, but it'd > be great if we could just run the checks on all irrespective of .config. Yes, there's a config option hidden behind COMPILE_TEST. I just use allmodconfig/allyesconfig when I want to do that. Rob