Skip to content

Commit 18b5c74

Browse files
committed
dts: cpu: Make descriptions consistent
Streamline the description field for CPU bindings by removing inappropriate use of terminology such as "This is a representation of...", or mentions to "node". Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 0034e12 commit 18b5c74

9 files changed

+9
-9
lines changed

dts/bindings/cpu/arm,cortex-a53.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: This is a representation of ARM Cortex-A53 CPU.
4+
description: ARM Cortex-A53 CPU
55

66
compatible: "arm,cortex-a53"
77

dts/bindings/cpu/arm,cortex-a55.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2022 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: This is a representation of ARM Cortex-A55 CPU.
4+
description: ARM Cortex-A55 CPU
55

66
compatible: "arm,cortex-a55"
77

dts/bindings/cpu/arm,cortex-a72.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
description: This is a representation of ARM Cortex-A72 CPU.
3+
description: ARM Cortex-A72 CPU
44

55
compatible: "arm,cortex-a72"
66

dts/bindings/cpu/arm,cortex-a76.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2022 Intel Corp.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: This is a representation of ARM Cortex-A76 CPU.
4+
description: ARM Cortex-A76 CPU
55

66
compatible: "arm,cortex-a76"
77

dts/bindings/cpu/arm,cortex-r52.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: This is a representation of ARM Cortex-R52 CPU.
4+
description: ARM Cortex-R52 CPU
55

66
compatible: "arm,cortex-r52"
77

dts/bindings/cpu/arm,cortex-r82.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: This is a representation of ARM Cortex-R82 CPU.
4+
description: ARM Cortex-R82 CPU
55

66
compatible: "arm,cortex-r82"
77

dts/bindings/cpu/gaisler,leon3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: A representation for Gaisler LEON3 CPU.
4+
description: Gaisler LEON3 CPU
55

66
compatible: "gaisler,leon3"
77

dts/bindings/cpu/qemu,riscv-virt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
description: QEMU RISC-V virt machine CPU node
5+
description: QEMU RISC-V virt machine CPU
66

77
compatible: "qemu,riscv-virt"
88

dts/bindings/cpu/zephyr,native-posix-cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: A representation for native_posix CPU.
4+
description: native_posix CPU
55

66
compatible: "zephyr,native-posix-cpu"
77

0 commit comments

Comments
 (0)