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>
This commit is contained in:
parent
0034e12599
commit
18b5c740e4
9 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-A53 CPU.
|
||||
description: ARM Cortex-A53 CPU
|
||||
|
||||
compatible: "arm,cortex-a53"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2022 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-A55 CPU.
|
||||
description: ARM Cortex-A55 CPU
|
||||
|
||||
compatible: "arm,cortex-a55"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-A72 CPU.
|
||||
description: ARM Cortex-A72 CPU
|
||||
|
||||
compatible: "arm,cortex-a72"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2022 Intel Corp.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-A76 CPU.
|
||||
description: ARM Cortex-A76 CPU
|
||||
|
||||
compatible: "arm,cortex-a76"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-R52 CPU.
|
||||
description: ARM Cortex-R52 CPU
|
||||
|
||||
compatible: "arm,cortex-r52"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2021 Arm Limited (or its affiliates). All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: This is a representation of ARM Cortex-R82 CPU.
|
||||
description: ARM Cortex-R82 CPU
|
||||
|
||||
compatible: "arm,cortex-r82"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: A representation for Gaisler LEON3 CPU.
|
||||
description: Gaisler LEON3 CPU
|
||||
|
||||
compatible: "gaisler,leon3"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: QEMU RISC-V virt machine CPU node
|
||||
description: QEMU RISC-V virt machine CPU
|
||||
|
||||
compatible: "qemu,riscv-virt"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: A representation for native_posix CPU.
|
||||
description: native_posix CPU
|
||||
|
||||
compatible: "zephyr,native-posix-cpu"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue