For output disable operation, POEG group needs to be linked with GPT. Document renesas,poeg-group property for linking both GPT and POEG devices. Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> --- .../devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml b/Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml index b57c1b256a86..94be441d742c 100644 --- a/Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml +++ b/Documentation/devicetree/bindings/pwm/renesas,rzg2l-gpt.yaml @@ -89,6 +89,14 @@ properties: resets: maxItems: 1 + renesas,poeg-group: + $ref: "/schemas/types.yaml#/definitions/phandle-array" + items: + maxItems: 1 + description: + phandle to the POEGGroup instance present in the SoC, one for each + available GPT channel. + required: - compatible - reg -- 2.25.1