commit | 62bf267bb2763d4666ebe648c4985be6286aceba | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Aug 09 14:51:58 2019 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Sep 07 10:25:02 2019 -0500 |
tree | 6ec77b1b11a6bb23a8716a318539be40321ef0fa | |
parent | 2db8518c9d8443a982a7303e141f99e3c2aeb9ca [diff] |
scripts/dts/edtlib.py: Hoist enum checking before early out Move the enum checking before we early out for '#' and '-map' properties so they can benefit from it. Also make the error messages for failed 'enum' check more informative by including the paths to the .dts file and the binding for the node. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>