diff options
author | Shenwei Wang <[email protected]> | 2022-08-12 08:30:11 -0500 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2022-08-31 17:20:54 +0200 |
commit | 3bdd1afa3e223f99bfb5fa5051da843dff7eca12 (patch) | |
tree | b789fca43837ca6f0a79de00e063f65021b50619 | |
parent | 2d6f58a1e9a001902a072d8f3d99c96b9c7a1454 (diff) |
dt-bindings: firmware: imx: Add imx-scu gpio node
Add the description for imx-scu gpio subnode.
Signed-off-by: Shenwei Wang <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/firmware/fsl,scu.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml index b40b0ef56978..557e524786c2 100644 --- a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml +++ b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml @@ -30,6 +30,11 @@ properties: Clock controller node that provides the clocks controlled by the SCU $ref: /schemas/clock/fsl,scu-clk.yaml + gpio: + description: + Control the GPIO PINs on SCU domain over the firmware APIs + $ref: /schemas/gpio/fsl,imx8qxp-sc-gpio.yaml + ocotp: description: OCOTP controller node provided by the SCU |