arm64: dts: zii-ultra: add PCIe PHY supply
authorLucas Stach <l.stach@pengutronix.de>
Fri, 20 Aug 2021 22:44:02 +0000 (00:44 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 22 Sep 2021 05:05:10 +0000 (13:05 +0800)
The ZII Ultra board uses the same design as the EVK board supplying
PCIE_VPH with 3.3V. Add this connection to the DT to allow the PCIe
driver to enable the internal PHY regulator, as required by the
reference manual.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi

index a08a568..2222ef7 100644 (file)
                 <&clk IMX8MQ_CLK_PCIE1_PHY>,
                 <&pcie0_refclk>;
        clock-names = "pcie", "pcie_aux", "pcie_phy", "pcie_bus";
+       vph-supply = <&vgen5_reg>;
        status = "okay";
 };
 
                 <&clk IMX8MQ_CLK_PCIE2_PHY>,
                 <&pcie1_refclk>;
        clock-names = "pcie", "pcie_aux", "pcie_phy", "pcie_bus";
+       vph-supply = <&vgen5_reg>;
        status = "okay";
 };