dts: sd: Simplify the description of the binding

Remove redundant descriptions in SD bindings, such
as "... node".

Signed-off-by: James Roy <rruuaanng@outlook.com>
This commit is contained in:
James Roy 2025-04-02 09:55:48 +08:00 committed by Benjamin Cabé
parent 0b239bc95a
commit 63dcf4e299
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
description: |
Zephyr MMC disk node. A binding with this compatible present within an SD
Zephyr MMC disk.
A binding with this compatible present within an SD
host controller device node indicates that an MMC chip is attached to that
SD bus. This binding will enable that to be used with the disk driver
API and any subsystems that utilize it.

View File

@ -1,5 +1,7 @@
description: |
Zephyr SDMMC disk node. A binding with this compatible present within an SD
Zephyr SDMMC disk.
A binding with this compatible present within an SD
host controller device node indicates that an SDMMC disk is attached to that
SD bus. This binding will enable that disk to be used with the disk driver
API and any subsystems that utilize it.