Document mmc-slot because used by amlogic,meson-mx-sdio.txt and cavium-mmc.txt, so make it common. Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> --- Changes in v3: - Revert and insteads move common properties between slot and controller into mmc-controller-common.yaml - Fix other comments on patch 2 & 3 - Link to v2: https://lore.kernel.org/r/20240920-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-v2-0-5aa8bdfe01af@xxxxxxxxxx Changes in v2: - Fixed description, limited to 3 slots - Moved out mmc-slot in a separate common schema - Link to v1: https://lore.kernel.org/r/20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-v1-1-b7bfae886211@xxxxxxxxxx --- Neil Armstrong (3): dt-bindings: mmc: controller: move properties common with slot out to mmc-controller-common dt-bindings: mmc: document mmc-slot dt-bindings: mmc: convert amlogic,meson-mx-sdio.txt to dtschema .../bindings/mmc/amlogic,meson-mx-sdio.txt | 54 ---- .../bindings/mmc/amlogic,meson-mx-sdio.yaml | 94 ++++++ .../bindings/mmc/mmc-controller-common.yaml | 357 +++++++++++++++++++++ .../devicetree/bindings/mmc/mmc-controller.yaml | 344 +------------------- .../devicetree/bindings/mmc/mmc-slot.yaml | 49 +++ 5 files changed, 503 insertions(+), 395 deletions(-) --- base-commit: 47ac09b91befbb6a235ab620c32af719f8208399 change-id: 20240911-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-6fa70546ebb8 Best regards, -- Neil Armstrong <neil.armstrong@xxxxxxxxxx>