summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-novena.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-10-15 18:53:57 -0200
committerShawn Guo <shawnguo@kernel.org>2017-10-23 08:19:38 +0800
commitb038b881dd5121f7f5a9b3a430c5e5ef5c2d2e18 (patch)
treeb962e6a2c05f4f268949c1d6da90ed72c18e3dae /arch/arm/boot/dts/imx6q-novena.dts
parent2067b757e97213ca50cf221a46ae1c71510e35ac (diff)
ARM: dts: imx6q-novena: Use the 'vpcie-supply' property
Since commit c26ebe98a103 ("PCI: imx6: Add regulator support"), it is possible to pass the 'vpcie-supply' property to describe the PCIE supply. This way we can remove the 'regulator-always-on' property from the regulator and have a better device tree description. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-novena.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-novena.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-novena.dts b/arch/arm/boot/dts/imx6q-novena.dts
index d83cfb6ec598..eadc371c5c55 100644
--- a/arch/arm/boot/dts/imx6q-novena.dts
+++ b/arch/arm/boot/dts/imx6q-novena.dts
@@ -158,7 +158,6 @@
regulator-max-microvolt = <1500000>;
gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>;
enable-active-high;
- regulator-always-on;
};
reg_sata: regulator-sata {
@@ -447,6 +446,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie_novena>;
reset-gpio = <&gpio3 29 GPIO_ACTIVE_LOW>;
+ vpcie-supply = <&reg_pcie>;
status = "okay";
};