Re: [PATCH v5 3/4] dt-bindings: pps: pps-gpio: document optional pinctrl states
From: Rodolfo Giometti
Date: Tue Sep 22 2026 - 09:04:53 EST
On Tue, Sep 22, 2026 at 10:30:50AM +0000, Eliav Farber wrote:
+ minItems: 1
+ items:
+ - const: default
+ - const: inactive
One observation while testing the series, entirely a devicetree call:
dtschema derives maxItems from the items list, so this also caps
pinctrl-names at two and fixes the order --
"default", "inactive", "sleep" -> 'is too long'
"default", "sleep" -> 'inactive' was expected
I have no opinion on whether that matters for this binding, I just
wanted it on the record.
Ciao,
Rodolfo