From 63dcf4e299d2f34eaf580507dc67513b19d20191 Mon Sep 17 00:00:00 2001 From: James Roy Date: Wed, 2 Apr 2025 09:55:48 +0800 Subject: [PATCH] dts: sd: Simplify the description of the binding Remove redundant descriptions in SD bindings, such as "... node". Signed-off-by: James Roy --- dts/bindings/sd/zephyr,mmc-disk.yaml | 4 +++- dts/bindings/sd/zephyr,sdmmc-disk.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dts/bindings/sd/zephyr,mmc-disk.yaml b/dts/bindings/sd/zephyr,mmc-disk.yaml index 4246a994e2e..164af1159a4 100644 --- a/dts/bindings/sd/zephyr,mmc-disk.yaml +++ b/dts/bindings/sd/zephyr,mmc-disk.yaml @@ -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. diff --git a/dts/bindings/sd/zephyr,sdmmc-disk.yaml b/dts/bindings/sd/zephyr,sdmmc-disk.yaml index 866e99da7c9..bd55fa8a966 100644 --- a/dts/bindings/sd/zephyr,sdmmc-disk.yaml +++ b/dts/bindings/sd/zephyr,sdmmc-disk.yaml @@ -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.