Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: gpio: mpfs-gpio: permit resets

Both CoreGPIO and the hardened versions of it on mpfs and pic64gx have a
reset pin. For the former, usually this is wired to a common fabric
reset not managed by software and for the latter two the platform
firmware takes them out of reset on first-party boards (or those using
modified versions of the vendor firmware), but not all boards may take
this approach. Permit providing a reset in devicetree for Linux, or
other devicetree-consuming software, to use.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260303-irate-hungry-b54cda817e42@spud
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

authored by

Conor Dooley and committed by
Bartosz Golaszewski
b678676b fdfe3e72

+3
+3
Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
··· 33 33 clocks: 34 34 maxItems: 1 35 35 36 + resets: 37 + maxItems: 1 38 + 36 39 "#gpio-cells": 37 40 const: 2 38 41