We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec21523 commit b952f96Copy full SHA for b952f96
Documentation/devicetree/bindings/pci/rcar-pci-host.yaml
@@ -68,6 +68,15 @@ properties:
68
phy-names:
69
const: pcie
70
71
+ vpcie1v5-supply:
72
+ description: The 1.5v regulator to use for PCIe.
73
+
74
+ vpcie3v3-supply:
75
+ description: The 3.3v regulator to use for PCIe.
76
77
+ vpcie12v-supply:
78
+ description: The 12v regulator to use for PCIe.
79
80
required:
81
- compatible
82
- reg
@@ -121,5 +130,7 @@ examples:
121
130
clock-names = "pcie", "pcie_bus";
122
131
power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
123
132
resets = <&cpg 319>;
133
+ vpcie3v3-supply = <&pcie_3v3>;
134
+ vpcie12v-supply = <&pcie_12v>;
124
135
};
125
136
0 commit comments