Skip to content

Commit cf36cb2

Browse files
ioannisggalak
authored andcommitted
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 <[email protected]>
1 parent 0d6fa4d commit cf36cb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dts/bindings/interrupt-controller/arm,v6m-nvic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: ARM Cortex M0+ NVIC Interrupt Controller
2+
title: ARMv6-M NVIC Interrupt Controller
33
version: 0.1
44

55
description: >
6-
This binding describes the ARM Cortex M0+ NVIC IRQ controller
6+
This binding describes the ARMv6-M Nested Vectored Interrupt Controller.
77
88
properties:
99
compatible:

dts/bindings/interrupt-controller/arm,v7m-nvic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: ARM Cortex M4 NVIC Interrupt Controller
2+
title: ARMv7-M NVIC Interrupt Controller
33
version: 0.1
44

55
description: >
6-
This binding describes the ARM Cortex M4 NVIC IRQ controller
6+
This binding describes the ARMv7-M Nested Vectored Interrupt Controller.
77
88
properties:
99
compatible:

0 commit comments

Comments
 (0)