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) patch#1 is just added to avoid bot errors. Patch#3 depend upon [1] [1] https://lore.kernel.org/linux-renesas-soc/20221028104231.220426-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 | 397 ++++++++++++++++++ drivers/pwm/pwm-rzg2l-gpt.c | 69 +++ 2 files changed, 466 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml base-commit: 0cdb3579f1ee4c1e55acf8dfb0697b660067b1f8 prerequisite-patch-id: 7fc6823735fb2b0b321ece8ee749e9a987ca0da6 -- 2.25.1