The SC8280XP TLMM GPIO controller exposes 230 GPIO lines. Allow boards to provide descriptive names for these lines and constrain the list to the number of GPIOs exposed by the controller.
Signed-off-by: Xilin Wu <[email protected]> --- Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml index ed344deaf8b9..ebc3a8b34a4c 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-tlmm.yaml @@ -27,6 +27,9 @@ properties: gpio-reserved-ranges: true + gpio-line-names: + maxItems: 230 + patternProperties: "-state$": oneOf: -- 2.55.0
