mbox series

[0/1] dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property

Message ID 20240809154638.394091-1-j-mcarthur@ti.com (mailing list archive)
Headers show
Series dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property | expand

Message

Jared McArthur Aug. 9, 2024, 3:46 p.m. UTC
Hi,

This patch adds the gpio-reserved-ranges property to
gpio-davinci.yaml. This allows davinci gpio controllers (compatible
fields: "ti,keystone-gpio", "ti,am654-gpio", and "ti,dm6441-gpio") to
use the gpio-reserved-ranges property.

This property will prevent users from trying to access gpios that
don't exist.

Best,
Jared

Jared McArthur (1):
  dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property

 Documentation/devicetree/bindings/gpio/gpio-davinci.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bartosz Golaszewski Aug. 10, 2024, 7:33 p.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Fri, 09 Aug 2024 10:46:37 -0500, Jared McArthur wrote:
> This patch adds the gpio-reserved-ranges property to
> gpio-davinci.yaml. This allows davinci gpio controllers (compatible
> fields: "ti,keystone-gpio", "ti,am654-gpio", and "ti,dm6441-gpio") to
> use the gpio-reserved-ranges property.
> 
> This property will prevent users from trying to access gpios that
> don't exist.
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property
      commit: 789ce0f6028f9e68fc27f6748acefbd2e23f4716

Best regards,