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:
Benjamin Cabé 2025-02-24 10:30:44 +01:00 committed by Benjamin Cabé
commit 18b5c740e4
9 changed files with 9 additions and 9 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"