MLK-13178-1 arm: imx6qp: turn on vgen3 power up pcie ext osc
authorRichard Zhu <hongxing.zhu@nxp.com>
Fri, 2 Sep 2016 05:02:01 +0000 (13:02 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000 (02:31 +0300)
On imx6qp sabresd rev b board, there is a standalone
external oscilator, used to provided the clks for
imx6qp pcie.
Add one regulator into pcie node, let the ext osc work.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx6qp-sabresd.dts

index aa8bc7e..ab27f02 100644 (file)
 };
 
 &pcie {
+       pcie-bus-supply = <&vgen3_reg>; /* 1.8v pwr up pcie ext osc on revb */
        reset-gpio = <&gpio7 12 0>;
        status = "okay";
 };