summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-05-03 23:26:22 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-05-07 08:09:07 +0200
commita494144b9bd155e9405015a15d044375df509cc1 (patch)
tree7eac26c53fe5635e0c784c070e9340e1d6c20350
parent8e5fc93ec26f1a0667b7fd717f2beeddd46bcfb3 (diff)
ARM: dts: imx8: apalis-imx8qm: rename regulators
Rename regulators according to schematics and to be more consistent with how we do this on our other modules. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
index ad11f3cbfa07..5a94461a074d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dts
@@ -69,14 +69,14 @@
reg_module_3v3_avdd: regulator-module-3v3-avdd {
compatible = "regulator-fixed";
- regulator-name = "+V3.3_AVDD_AUDIO";
+ regulator-name = "+V3.3_AUDIO";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
reg_vref_1v8: regulator-vref-1v8 {
compatible = "regulator-fixed";
- regulator-name = "vref-1v8";
+ regulator-name = "+V1.8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
@@ -85,7 +85,7 @@
compatible = "regulator-fixed";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbh_en>;
- regulator-name = "usb_host_vbus";
+ regulator-name = "VCC_USBH(2A|2C|2D|3|4)";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio4 4 GPIO_ACTIVE_HIGH>;