Commit fba48662 authored by Rob Herring's avatar Rob Herring

dt-bindings: PCI: fsl,imx6q-pcie: Add missing type for 'reset-gpio-active-high'

'reset-gpio-active-high' is missing a type definition and is not a common
property. The type is boolean.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarRichard Zhu <hongxing.zhu@nxp.com>
Link: https://lore.kernel.org/r/20220719215031.1875860-1-robh@kernel.org
parent d6abb228
...@@ -144,6 +144,7 @@ properties: ...@@ -144,6 +144,7 @@ properties:
description: If present then the reset sequence using the GPIO description: If present then the reset sequence using the GPIO
specified in the "reset-gpio" property is reversed (H=reset state, specified in the "reset-gpio" property is reversed (H=reset state,
L=operation state) (optional required). L=operation state) (optional required).
type: boolean
vpcie-supply: vpcie-supply:
description: Should specify the regulator in charge of PCIe port power. description: Should specify the regulator in charge of PCIe port power.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment