Renesas RZ/G2L gpt supports output pin disable function by dead time error and detecting short-circuits between output pins. There are 4 poeg groups shared between gpt channels. This patch adds support for linking poeg group with gpt channel, so that gpt channel can control the output disable function through poeg module(port output enable for gpt) v1->v2: * removed quotes from ref * Added maxItems and minItems for renesas,poegs property * Added enums for gpt index * Replaced id->poeg-id as per poeg bindings in patch#3. patch#1 is just added to avoid bot errors. [1] https://lore.kernel.org/linux-renesas-soc/20221111162325.471963-2-biju.das.jz@xxxxxxxxxxxxxx/T/#u Patch#3 depend upon [2] [2] https://lore.kernel.org/linux-renesas-soc/20221111162325.471963-3-biju.das.jz@xxxxxxxxxxxxxx/T/#u Biju Das (3): dt-bindings: pwm: Add RZ/G2L GPT binding dt-bindings: pwm: rzg2l-gpt: Document renesas,poegs property pwm: rzg2l-gpt: Add support for linking with poeg .../bindings/pwm/renesas,rzg2l-gpt.yaml | 401 ++++++++++++++++++ drivers/pwm/pwm-rzg2l-gpt.c | 69 +++ 2 files changed, 470 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml -- 2.25.1