summaryrefslogtreecommitdiff
path: root/scripts/dtc
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-03-21 09:14:20 -0500
committerRob Herring <robh@kernel.org>2017-03-29 16:49:41 -0500
commit8654cb8d0371de3f119c657531abf2ee4423cb44 (patch)
treec18d8ad29f5bef597ac32dd2b98c2431a9dc8238 /scripts/dtc
parent89d123106a97bf412a4c10482044c822f4b069f7 (diff)
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>
Diffstat (limited to 'scripts/dtc')
-rwxr-xr-xscripts/dtc/update-dtc-source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh
index c92e6bd9458d..b8ebcc6722d2 100755
--- a/scripts/dtc/update-dtc-source.sh
+++ b/scripts/dtc/update-dtc-source.sh
@@ -77,4 +77,5 @@ This adds the following commits from upstream:
${dtc_log}
EOF
)
+
git commit -e -v -s -m "${commit_msg}"