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)
commit8654cb8d0371de3f119c657531abf2ee4423cb44
treec18d8ad29f5bef597ac32dd2b98c2431a9dc8238
parent89d123106a97bf412a4c10482044c822f4b069f7
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