On Thu, Oct 12, 2023 at 2:53 PM Rob Herring <robh@xxxxxxxxxx> wrote: > > On Tue, Oct 10, 2023 at 07:27:19PM +0200, Duje Mihanović wrote: > > Add the "marvell,pxa1908-padconf" compatible to allow migrating to a > > separate pinctrl driver later. > > > > Signed-off-by: Duje Mihanović <duje.mihanovic@xxxxxxxx> > > --- > > Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > > index 45a307d3ce16..0f7e16a28990 100644 > > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml > > @@ -32,6 +32,10 @@ properties: > > - ti,omap4-padconf > > - ti,omap5-padconf > > - const: pinctrl-single > > + - items: > > + - enum: > > + - marvell,pxa1908-padconf > > Just add this to the existing enum above. NM, I see it's pinconf-single, not pinctrl-single. Reviewed-by: Rob Herring <robh@xxxxxxxxxx>