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 <rruuaanng@outlook.com>
This commit is contained in:
James Roy 2025-04-02 09:55:34 +08:00 committed by Benjamin Cabé
parent 74df208bf2
commit 0b239bc95a
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@
include: base.yaml
description: RTC (real-time clock) device common bindings
description: RTC (real-time clock) device
properties:
alarms-count:

View File

@ -1,4 +1,4 @@
description: Xilinx AXI Timer IP node
description: Xilinx AXI Timer IP
compatible: "xlnx,xps-timer-1.00.a"

View File

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