arch: arm: minor style fixes in dts binding .yaml files
This commit updates the title and the description of the ARMv6-M, ARMv7-M NVIC dts bindings, so that both the title and the description reference the respective ARM architecture and not the Cortex M cores. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
0d6fa4db0a
commit
cf36cb2cdb
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: ARM Cortex M0+ NVIC Interrupt Controller
|
||||
title: ARMv6-M NVIC Interrupt Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding describes the ARM Cortex M0+ NVIC IRQ controller
|
||||
This binding describes the ARMv6-M Nested Vectored Interrupt Controller.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: ARM Cortex M4 NVIC Interrupt Controller
|
||||
title: ARMv7-M NVIC Interrupt Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding describes the ARM Cortex M4 NVIC IRQ controller
|
||||
This binding describes the ARMv7-M Nested Vectored Interrupt Controller.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue