From bdcc35295292b31c8b2ba4c525e41cdcfe5706bd Mon Sep 17 00:00:00 2001 From: James Roy Date: Thu, 27 Feb 2025 10:28:01 +0800 Subject: [PATCH] dts: mbox: Simplify the description of the binding Remove redundant descriptions in MBOX bindings, such as "This is a representation of", "... node" and "... binding". Signed-off-by: James Roy --- dts/bindings/mbox/andestech,mbox-plic-sw.yaml | 3 +-- dts/bindings/mbox/espressif,mbox-esp32.yaml | 2 +- dts/bindings/mbox/linaro,ivshmem-mbox.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dts/bindings/mbox/andestech,mbox-plic-sw.yaml b/dts/bindings/mbox/andestech,mbox-plic-sw.yaml index 3aa45bfd3b6..0352f6a8e93 100644 --- a/dts/bindings/mbox/andestech,mbox-plic-sw.yaml +++ b/dts/bindings/mbox/andestech,mbox-plic-sw.yaml @@ -4,8 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -description: | - This is a representation of AndesTech MBOX PLIC-SW node +description: AndesTech MBOX PLIC-SW compatible: "andestech,mbox-plic-sw" diff --git a/dts/bindings/mbox/espressif,mbox-esp32.yaml b/dts/bindings/mbox/espressif,mbox-esp32.yaml index 7b2065db554..31020d23c1d 100644 --- a/dts/bindings/mbox/espressif,mbox-esp32.yaml +++ b/dts/bindings/mbox/espressif,mbox-esp32.yaml @@ -1,7 +1,7 @@ # Copyright (c) 2024 Felipe Neves # SPDX-License-Identifier: Apache-2.0 -description: ESP32 soft mailbox bindings +description: ESP32 soft mailbox compatible: "espressif,mbox-esp32" diff --git a/dts/bindings/mbox/linaro,ivshmem-mbox.yaml b/dts/bindings/mbox/linaro,ivshmem-mbox.yaml index d3b42c597db..977fd515d85 100644 --- a/dts/bindings/mbox/linaro,ivshmem-mbox.yaml +++ b/dts/bindings/mbox/linaro,ivshmem-mbox.yaml @@ -1,7 +1,7 @@ # Copyright (c) 2024 Felipe Neves # SPDX-License-Identifier: Apache-2.0 -description: Inter VM shared memory based mailbox binding +description: Inter VM shared memory based mailbox compatible: "linaro,ivshmem-mbox"