Skip to content

Commit 4005921

Browse files
nmenonBartosz Golaszewski
authored andcommitted
dt-bindings: gpio: gpio-davinci: Increase maxItems in gpio-line-names
gpio-line-names really depends on ti,ngpios. However, the maximum value we have seen across the board is on K2G and da850 platforms where it can be upto 144. Link: https://lore.kernel.org/linux-arm-kernel/20221115200357.qa2rvw3clbz7unzq@symptom/T/#u Fixes: c830b87 ("dt-bindings: gpio: gpio-davinci: Convert to json-schema") Reported-by: Robert Nelson <robertcnelson@gmail.com> Signed-off-by: Nishanth Menon <nm@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 8fd3f7b commit 4005921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/gpio/gpio-davinci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ properties:
3535
gpio-line-names:
3636
description: strings describing the names of each gpio line.
3737
minItems: 1
38-
maxItems: 100
38+
maxItems: 144
3939

4040
"#gpio-cells":
4141
const: 2

0 commit comments

Comments
 (0)