summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-10-31 04:14:31 -0500
committerYe Li <ye.li@nxp.com>2017-11-02 05:49:17 -0500
commit9adf328f62ae5df84fd47eb3b77971ef7c5deaa3 (patch)
tree4f0e9131f4e1d5549dcfb08131ab770bcf2af60c
parent3f57e94a392c67280106789e87ae8fed4e7d176a (diff)
MLK-16758-1 DTS: imx8qxp: Remove duplicated nodes for USB OTG1 and phy
There are duplicated nodes for USBOTG1 and its PHY in imx8qxp DTSi, remove them. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 58f4ff9c2f2a028d9140d9045374b4134ed25a44)
-rw-r--r--arch/arm/dts/fsl-imx8qxp.dtsi26
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp.dtsi b/arch/arm/dts/fsl-imx8qxp.dtsi
index 81faf29cc1..64ccb197ed 100644
--- a/arch/arm/dts/fsl-imx8qxp.dtsi
+++ b/arch/arm/dts/fsl-imx8qxp.dtsi
@@ -2145,32 +2145,6 @@
compatible = "fsl,mxc-ion";
fsl,heap-id = <0>;
};
-
- usbmisc1: usbmisc@5b0d0200 {
- #index-cells = <1>;
- compatible = "fsl,imx7d-usbmisc", "fsl,imx6q-usbmisc";
- reg = <0x0 0x5b0d0200 0x0 0x200>;
- };
-
- usbphy1: usbphy@0x5b100000 {
- compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy", "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
- reg = <0x0 0x5b100000 0x0 0x200>;
- clocks = <&clk IMX8QXP_USB2_PHY_IPG_CLK>;
- power-domains = <&pd_conn_usbotg0_phy>;
- };
-
- usbotg1: usb@5b0d0000 {
- compatible = "fsl,imx7d-usb", "fsl,imx27-usb";
- reg = <0x0 0x5b0d0000 0x0 0x200>;
- interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
- fsl,usbphy = <&usbphy1>;
- fsl,usbmisc = <&usbmisc1 0>;
- clocks = <&clk IMX8QXP_USB2_OH_AHB_CLK>;
- phy-clkgate-delay-us = <400>;
- status = "disabled";
- #stream-id-cells = <1>;
- power-domains = <&pd_conn_usbotg0>;
- };
};
&A35_0 {