This patch series modifies the property status of "compatible" (required/optional). Signed-off-by: Dharma Balasubiramani <dharma.b@xxxxxxxxxxxxx> --- Changes in v3: - Add compatible as required property in meson binding. - Include the dependent patch that converts txt to yaml for clarity in patch series. - Refer the mmc-slot binding in the hsmci binding. - Explain "why" the property is made optional in commit description. - Link to v2: https://lore.kernel.org/r/20250205-mmc-slot-v2-1-da3c5f30e2d9@xxxxxxxxxxxxx Changes in v2: - Instead of moving the compatible string to the other binding, just make it optional (remove from required list). - Link to v1: https://lore.kernel.org/r/20241219-mmc-slot-v1-1-dfc747a3d3fb@xxxxxxxxxxxxx --- Dharma Balasubiramani (2): dt-bindings: mmc: mmc-slot: Make compatible property optional dt-bindings: mmc: atmel,hsmci: Convert to json schema .../bindings/mmc/amlogic,meson-mx-sdio.yaml | 3 + .../devicetree/bindings/mmc/atmel,hsmci.yaml | 106 +++++++++++++++++++++ .../devicetree/bindings/mmc/atmel-hsmci.txt | 73 -------------- .../devicetree/bindings/mmc/mmc-slot.yaml | 1 - 4 files changed, 109 insertions(+), 74 deletions(-) --- base-commit: c674aa7c289e51659e40dda0f954886ef7f80042 change-id: 20241219-mmc-slot-0574889daea3 Best regards, -- Dharma Balasubiramani <dharma.b@xxxxxxxxxxxxx>