From 0b239bc95ab5156cdd698df17b062b8fb50d276e Mon Sep 17 00:00:00 2001 From: James Roy Date: Wed, 2 Apr 2025 09:55:34 +0800 Subject: [PATCH] dts: rtc: Simplify the description of the binding Remove redundant descriptions in RTC bindings, such as "... node", "... common bindings" and "This binding provides". Signed-off-by: James Roy --- dts/bindings/rtc/renesas,smartbond-rtc.yaml | 2 +- dts/bindings/rtc/rtc-device.yaml | 2 +- dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml | 2 +- dts/bindings/rtc/zephyr,fake-rtc.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dts/bindings/rtc/renesas,smartbond-rtc.yaml b/dts/bindings/rtc/renesas,smartbond-rtc.yaml index afe21aef79b..c852a9abcb0 100644 --- a/dts/bindings/rtc/renesas,smartbond-rtc.yaml +++ b/dts/bindings/rtc/renesas,smartbond-rtc.yaml @@ -1,7 +1,7 @@ # Copyright (c) 2023 Renesas Electronics Corporation # SPDX-License-Identifier: Apache-2.0 -description: Renesas SmartBond(tm) RTC node +description: Renesas SmartBond(tm) RTC compatible: "renesas,smartbond-rtc" diff --git a/dts/bindings/rtc/rtc-device.yaml b/dts/bindings/rtc/rtc-device.yaml index cb231a8795b..d4d81959f61 100644 --- a/dts/bindings/rtc/rtc-device.yaml +++ b/dts/bindings/rtc/rtc-device.yaml @@ -3,7 +3,7 @@ include: base.yaml -description: RTC (real-time clock) device common bindings +description: RTC (real-time clock) device properties: alarms-count: diff --git a/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml b/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml index b0b5fb3cc07..0d429f45ad4 100644 --- a/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml +++ b/dts/bindings/rtc/xlnx,xps-timer-1.00.a.yaml @@ -1,4 +1,4 @@ -description: Xilinx AXI Timer IP node +description: Xilinx AXI Timer IP compatible: "xlnx,xps-timer-1.00.a" diff --git a/dts/bindings/rtc/zephyr,fake-rtc.yaml b/dts/bindings/rtc/zephyr,fake-rtc.yaml index 733de7bb07a..62f6cb993f1 100644 --- a/dts/bindings/rtc/zephyr,fake-rtc.yaml +++ b/dts/bindings/rtc/zephyr,fake-rtc.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 description: | - This binding provides a fake RTC controller for use as either a stub or a mock in Zephyr + A Fake RTC controller for use as either a stub or a mock in Zephyr testing. compatible: "zephyr,fake-rtc"