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>
This commit is contained in:
Kumar Gala 2018-07-05 13:55:36 -05:00 committed by Kumar Gala
parent 54fbcc08a9
commit db1075e4e5
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: ARMv6-M NVIC Interrupt Controller
id: arm,v6m-nvic
version: 0.1
description: >

View File

@ -1,5 +1,6 @@
---
title: ARMv7-M NVIC Interrupt Controller
id: arm,v7m-nvic
version: 0.1
description: >

View File

@ -1,5 +1,6 @@
---
title: ARMv8-M NVIC Interrupt Controller
id: arm,v8m-nvic
version: 0.1
description: >