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

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: Rob Herring <robh@kernel.org>
Acked-by: Richard Zhu <hongxing.zhu@nxp.com>
Link: https://lore.kernel.org/r/20220719215031.1875860-1-robh@kernel.org

+1
+1
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
··· 144 144 description: If present then the reset sequence using the GPIO 145 145 specified in the "reset-gpio" property is reversed (H=reset state, 146 146 L=operation state) (optional required). 147 + type: boolean 147 148 148 149 vpcie-supply: 149 150 description: Should specify the regulator in charge of PCIe port power.