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: qcom: lpass-lpi-common: add reserved GPIOs property

There can be reserved GPIOs on the LPASS LPI pin controller to possibly
control sensors. Add the property for reserved GPIOs so they can be
avoided appropriately.

Adapted from the same entry in qcom,tlmm-common.yaml.

Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>

authored by

Richard Acayan and committed by
Linus Walleij
a22d2598 a549fe22

+8
+8
Documentation/devicetree/bindings/pinctrl/qcom,lpass-lpi-common.yaml
··· 27 27 gpio-ranges: 28 28 maxItems: 1 29 29 30 + gpio-reserved-ranges: 31 + minItems: 1 32 + maxItems: 30 33 + description: 34 + Pins can be reserved for trusted applications or for LPASS, thereby 35 + inaccessible from the OS. This property can be used to mark the pins 36 + which resources should not be accessed by the OS. 37 + 30 38 required: 31 39 - gpio-controller 32 40 - "#gpio-cells"