mbox series

[v3,0/2] dt-bindings: mmc: Fix the mmc-slot and Convert atmel,hsmci to json schema

Message ID 20250212-mmc-slot-v3-0-2bf288207040@microchip.com (mailing list archive)
Headers show
Series dt-bindings: mmc: Fix the mmc-slot and Convert atmel,hsmci to json schema | expand

Message

Dharma Balasubiramani Feb. 12, 2025, 9:22 a.m. UTC
This patch series modifies the property status of "compatible"
(required/optional).

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
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@microchip.com

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@microchip.com

---
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,

Comments

Krzysztof Kozlowski Feb. 16, 2025, 1:13 p.m. UTC | #1
On 12/02/2025 10:22, Dharma Balasubiramani wrote:
> This patch series modifies the property status of "compatible"
> (required/optional).
> 
> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>

Are you sure you run checkpatch before sending?

Best regards,
Krzysztof