]> git.baikalelectronics.ru Git - kernel.git/commit
dtc: update warning settings for new bus and node/property name checks
authorRob Herring <robh@kernel.org>
Tue, 21 Mar 2017 14:14:20 +0000 (09:14 -0500)
committerRob Herring <robh@kernel.org>
Wed, 29 Mar 2017 21:49:41 +0000 (16:49 -0500)
commite6dafdedca56f385fdf10c78de5ba067b7a62ea6
treec18d8ad29f5bef597ac32dd2b98c2431a9dc8238
parent259445814c3228f5a0ed5bf15290c039af0c56a6
dtc: update warning settings for new bus and node/property name checks

dtc gained new warnings checking PCI and simple buses, unit address
formatting, and stricter node and property name checking. Disable the
new dtc warnings by default as there are 1000s. As before, warnings are
enabled with W=1 or W=2. The strict node and property name checks are a
bit subjective, so they are only enabled for W=2.

Signed-off-by: Rob Herring <robh@kernel.org>
scripts/Makefile.lib
scripts/dtc/update-dtc-source.sh