aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared McArthur <[email protected]>2024-08-09 10:46:38 -0500
committerBartosz Golaszewski <[email protected]>2024-08-10 21:33:30 +0200
commit789ce0f6028f9e68fc27f6748acefbd2e23f4716 (patch)
treeb2c274a1e6b2ebc3084e594d069a3748254f44e1
parent26b95b7b588d70b5075b597ff808543503d36ac6 (diff)
dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property
Current definition of the davinci gpio controller doesn't include the gpio-reserved-ranges property. Add the gpio-reserved-ranges property so it can be used within device tree files. Will prevent users from trying to access gpios that don't exist. Signed-off-by: Jared McArthur <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/gpio/gpio-davinci.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-davinci.yaml b/Documentation/devicetree/bindings/gpio/gpio-davinci.yaml
index 10e56cf306db..1434d08f8b74 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-davinci.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-davinci.yaml
@@ -32,6 +32,8 @@ properties:
gpio-ranges: true
+ gpio-reserved-ranges: true
+
gpio-line-names:
description: strings describing the names of each gpio line.
minItems: 1