projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6abb22
)
dt-bindings: PCI: fsl,imx6q-pcie: Add missing type for 'reset-gpio-active-high'
author
Rob Herring
<robh@kernel.org>
Tue, 19 Jul 2022 21:50:31 +0000
(15:50 -0600)
committer
Rob Herring
<robh@kernel.org>
Fri, 22 Jul 2022 21:58:59 +0000
(15:58 -0600)
'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
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
index 252e5b72aee047c779bed6566d1266e86d88c250..376e739bcad40a89083067f18d7837a5b64af43e 100644
(file)
--- a/
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
+++ b/
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
@@
-144,6
+144,7
@@
properties:
description: If present then the reset sequence using the GPIO
specified in the "reset-gpio" property is reversed (H=reset state,
L=operation state) (optional required).
+ type: boolean
vpcie-supply:
description: Should specify the regulator in charge of PCIe port power.