Skip to content

Commit b952f96

Browse files
Wolfram Sangkwilczynski
authored andcommitted
dt-bindings: PCI: rcar-pci-host: Add optional regulators
Support regulators found on the KingFisher board for miniPCIe (1.5 and 3.3v). For completeness, describe a 12v regulator while we are here. Link: https://lore.kernel.org/linux-pci/20231105092908.3792-2-wsa+renesas@sang-engineering.com Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent ec21523 commit b952f96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/devicetree/bindings/pci/rcar-pci-host.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ properties:
6868
phy-names:
6969
const: pcie
7070

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+
7180
required:
7281
- compatible
7382
- reg
@@ -121,5 +130,7 @@ examples:
121130
clock-names = "pcie", "pcie_bus";
122131
power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
123132
resets = <&cpg 319>;
133+
vpcie3v3-supply = <&pcie_3v3>;
134+
vpcie12v-supply = <&pcie_12v>;
124135
};
125136
};

0 commit comments

Comments
 (0)