On Fri, 11 Nov 2022 19:40:58 +0000, Biju Das wrote: > Add device tree bindings for the RZ/G2L Port Output Enable for GPT (POEG). > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v3->v4: > * Replaced companion->renesas,gpt for the phandle to gpt instance > * Replaced renesas,id->renesas,poeg-id > * Removed default from renesas,poeg-id as default for a required > property doesn't make much sense. > * Updated the example and required properties with above changes > v2->v3: > * Removed Rb tag from Rob as there are some changes introduced. > * Added companion property, so that poeg can link with gpt device > * Documented renesas,id, as identifier for POEGG{A,B,C,D}. > * Updated the example. > v1->v2: > * Updated the description. > REF->v1: > * Modelled as pincontrol as most of its configuration is intended to be > static. > * Updated reg size in example. > --- > .../bindings/pinctrl/renesas,rzg2l-poeg.yaml | 86 +++++++++++++++++++ > 1 file changed, 86 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rzg2l-poeg.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>