mbox series

[v2,0/2] Convert atmel-flexcom to json-schema

Message ID 20240223-b4-sama5d2-flexcom-yaml-v2-0-7e96c60c7701@microchip.com (mailing list archive)
Headers show
Series Convert atmel-flexcom to json-schema | expand

Message

Balakrishnan Sambath Feb. 23, 2024, 9:16 a.m. UTC
The yaml DT bindings for the atmel-flexcom driver were submitted
upstream in a separate patch series in 2022 [1] which was Acked-by
Krzysztof Kozlowski. However, it has been observed recently that the
patch has not been merged into the mainline codebase.When attempting to
apply the patch to the latest upstream kernel,a conflict arose due to a
recent addition to the original device tree binding in text format. The
conflict has now been resolved and we are sending a updated version of
the patch.Also updated the DTS changes as recommended in [2].

[1]https://lore.kernel.org/linux-arm-kernel/22063373-6060-d605-62af-35d82ba1729c@linaro.org/
[2]https://lore.kernel.org/lkml/0798f21e-1ab6-4fd2-b7e3-18f35163fad1@tuxon.dev/

Note: The patch "[PATCH 2/2] dt-bindings: mfd: Convert atmel-flexcom to
json-schema" has dependency on "[PATCH 1/2] ARM: dts:microchip: sama7g5:
add sama7g5 compatible"

Signed-off-by: Balakrishnan Sambath <balakrishnan.s@microchip.com>
---
changes in v2:
--------------
- Added sama7g5 specific compatible in DT with fallbacks.
- Added sam9x7, sama7g5 compatible in DT bindings.
- Replaced "Atmel" with "Microchip" in DT bindings.
- Link to v1:https://lore.kernel.org/lkml/20240214-sama5d2-flexcom-yaml-v1-1-5dedd0eba08e@microchip.com/

---
Balakrishnan Sambath (2):
      ARM: dts: microchip: sama7g5: add sama7g5 compatible
      dt-bindings: mfd: Convert atmel-flexcom to json-schema

 .../bindings/mfd/atmel,sama5d2-flexcom.yaml        | 99 ++++++++++++++++++++++
 .../devicetree/bindings/mfd/atmel-flexcom.txt      | 64 --------------
 arch/arm/boot/dts/microchip/sama7g5.dtsi           | 16 ++--
 3 files changed, 107 insertions(+), 72 deletions(-)
---
base-commit: ffd2cb6b718e189e7e2d5d0c19c25611f92e061a
change-id: 20240223-b4-sama5d2-flexcom-yaml-b071c28da959

Best regards,