mbox series

[RFC,0/3] KingFisher: support regulators for PCIe

Message ID 20230508104557.47889-1-wsa+renesas@sang-engineering.com
Headers show
Series KingFisher: support regulators for PCIe | expand

Message

Wolfram Sang May 8, 2023, 10:45 a.m. UTC
Here are the patches to make PCIe cards work in the slot CN15 on a
KingFisher board. This is still RFC only, so we can agree on all the DT
namings before I send out the patches individually. Looking forward to
comments!

   Wolfram

Wolfram Sang (3):
  dt-bindings: PCI: rcar-pci-host: add optional regulators
  PCI: rcar-host: add support for optional regulators
  arm64: dts: renesas: ulcb-kf: add regulators for PCIe ch1

 .../bindings/pci/rcar-pci-host.yaml           |  8 +++++++
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi      | 21 +++++++++++++++++++
 drivers/pci/controller/pcie-rcar-host.c       |  9 ++++++++
 3 files changed, 38 insertions(+)

Comments

Geert Uytterhoeven May 8, 2023, 1:46 p.m. UTC | #1
On Mon, May 8, 2023 at 12:46 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Without them, no power, so cards do not get recognized.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

LGTM (modulo changes to the bindings), so
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert