summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-10-01 13:39:47 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-10-01 15:08:04 +0200
commit91b0280a042739ffb9fe88a592c8909bce267b7d (patch)
tree4bb25b82f6281d944a82de6fab65a94f8c158b6f /arch
parent1d5ce763de286f81388844d42bcbf77498d4b740 (diff)
ARM64: fsl-imx8qm-apalis: remove redundant usbphy declaration
the link to the respective phy usbphynop1 is done a level higher in fsl-imx8qm-device.dtsi. Remove that redundant decalaration and add vbus-regulator to the carrier-board-level DT. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi4
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi
index c8dea232d24e..21494be1f2a0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis-eval.dtsi
@@ -445,8 +445,8 @@
/* Apalis USBH4 SuperSpeed */
&usbotg3 {
- cdns3,usbphy = <&usbphynop1>;
dr_mode = "host";
+ vbus-supply = <&reg_usb_host_vbus>;
status = "okay";
};
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi
index 42545f34cb77..52c785bcf0a1 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-apalis.dtsi
@@ -1382,10 +1382,6 @@
srp-disable;
};
-&usbphynop1 {
- vbus-regulator = <&reg_usb_host_vbus>;
-};
-
/* On-module eMMC */
&usdhc1 {
pinctrl-names = "default", "state_100mhz", "state_200mhz";