commit | db1075e4e5930d2c651660d4a975c930935fd661 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Jul 05 13:55:36 2018 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jul 05 15:24:31 2018 -0500 |
tree | 12c589a1c77235a948437c90ffb68fbad2b254f9 | |
parent | 54fbcc08a98acfbc1108bcfd485a3d11fd1a7c80 [diff] |
dts: Fix warning related to arm,v{6,7,8}m-nvic yaml files The nvic yaml files were missing an id property. So we'd get a warning like: extract_dts_includes.py: 'id' property missing in 'ARMv7-M NVIC Interrupt Controller' binding. Using '<unknown id> Add the id to fix this warning. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>