Commit 20b1f8a6 authored by James Roy's avatar James Roy Committed by Benjamin Cabé
Browse files

dts: misc: Simplify the description of the binding



Remove redundant descriptions in MISC bindings, such
as "This is a representation of" and "... node".

Signed-off-by: default avatarJames Roy <rruuaanng@outlook.com>
parent 37defe44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2024 ENE Technology Inc.
# SPDX-License-Identifier: Apache-2.0

description: ENE, General Configuration node
description: ENE, General Configuration

compatible: "ene,kb1200-gcfg"

+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2024 ENE Technology Inc.
# SPDX-License-Identifier: Apache-2.0

description: ENE, Power Manager node
description: ENE, Power Manager

compatible: "ene,kb1200-pmu"

+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

description: Intel TGPIO node
description: Intel TGPIO

compatible: "intel,timeaware-gpio"

+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2021 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0

description: Nuvoton, NPCX soc ID node
description: Nuvoton, NPCX soc ID

compatible: "nuvoton,npcx-soc-id"

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

description: |
  NXP i.MX Resource Domain Controller (RDC) node.
  NXP i.MX Resource Domain Controller (RDC).
  The RDC provides robust support for the isolation of destination
  memory mapped locations such as peripherals and memory to a single
  core, a bus master, or set of cores and bus masters.
Loading