This patch series modifies the property status of "compatible" (required/optional). Signed-off-by: Dharma Balasubiramani <dharma.b@xxxxxxxxxxxxx> --- Changes in v4: - Rewrapped the commit message with textwidth=75 - Allow slot pattern property to match only 0 to 2 as per reg. - Add Reviewed-by tags from Rob. - Link to v3: https://lore.kernel.org/r/20250212-mmc-slot-v3-0-2bf288207040@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: d4b0fd87ff0d4338b259dc79b2b3c6f7e70e8afa change-id: 20241219-mmc-slot-0574889daea3 Best regards, -- Dharma Balasubiramani <dharma.b@xxxxxxxxxxxxx>