linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] convert Atmel's PIO4 bindings to json-schema
@ 2024-02-29 11:39 Balakrishnan Sambath
  2024-02-29 11:39 ` [PATCH 1/3] ARM: dts: microchip: sama5d2: Move pinfunc.h headers Balakrishnan Sambath
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Balakrishnan Sambath @ 2024-02-29 11:39 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Nicolas Ferre,
	Alexandre Belloni, Claudiu Beznea, Linus Walleij
  Cc: devicetree, linux-arm-kernel, linux-kernel, linux-gpio,
	Balakrishnan Sambath

- Convert Atmel's PIO4 pin controller Device Tree bindings to a
YAML-based DT schema.

- Move sama5d2-pinfunc.h and sama7g5-pinfunc.h files to the
include/dt-bindings/pinctrl directory to enable their inclusion in YAML
DT-binding examples.

- The bindings are tested with make dt_binding_check dtbs_check

Note:
- The patch "[PATCH 3/3] dt-bindings: pinctrl: at91-pio4: convert
Atmel's PIO4 bindings to json-schema" has dependency on "[PATCH 1/3]
ARM: dts: microchip: sama5d2: Move pinfunc.h headers [PATCH 2/3] ARM:
dts: microchip: sama7g5: Move pinfunc.h headers"  

Signed-off-by: Balakrishnan Sambath <balakrishnan.s@microchip.com>
---
Balakrishnan Sambath (3):
      ARM: dts: microchip: sama5d2: Move pinfunc.h headers
      ARM: dts: microchip: sama7g5: Move pinfunc.h headers
      dt-bindings: pinctrl: at91-pio4: convert Atmel's PIO4 bindings to json-schema

 .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt   |  98 ---------------
 .../bindings/pinctrl/atmel,sama5d2-pinctrl.yaml    | 140 +++++++++++++++++++++
 .../boot/dts/microchip/at91-kizbox3_common.dtsi    |   2 +-
 .../arm/boot/dts/microchip/at91-sama5d27_som1.dtsi |   2 +-
 .../boot/dts/microchip/at91-sama5d27_wlsom1.dtsi   |   2 +-
 .../boot/dts/microchip/at91-sama5d29_curiosity.dts |   2 +-
 arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts   |   2 +-
 .../arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts |   2 +-
 .../boot/dts/microchip/at91-sama5d2_xplained.dts   |   2 +-
 arch/arm/boot/dts/microchip/at91-sama7g5ek.dts     |   2 +-
 .../dt-bindings/pinctrl}/sama5d2-pinfunc.h         |   0
 .../dt-bindings/pinctrl}/sama7g5-pinfunc.h         |   0
 12 files changed, 148 insertions(+), 106 deletions(-)
---
base-commit: 805d849d7c3cc1f38efefd48b2480d62b7b5dcb7
change-id: 20240223-pio4-pinctrl-yaml-c06c10200395

Best regards,
-- 
Balakrishnan Sambath <balakrishnan.s@microchip.com>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-29 17:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 11:39 [PATCH 0/3] convert Atmel's PIO4 bindings to json-schema Balakrishnan Sambath
2024-02-29 11:39 ` [PATCH 1/3] ARM: dts: microchip: sama5d2: Move pinfunc.h headers Balakrishnan Sambath
2024-02-29 17:43   ` Krzysztof Kozlowski
2024-02-29 11:39 ` [PATCH 2/3] ARM: dts: microchip: sama7g5: " Balakrishnan Sambath
2024-02-29 17:43   ` Krzysztof Kozlowski
2024-02-29 11:39 ` [PATCH 3/3] dt-bindings: pinctrl: at91-pio4: convert Atmel's PIO4 bindings to json-schema Balakrishnan Sambath
2024-02-29 12:45   ` Rob Herring
2024-02-29 17:41   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).