MLK-16715-10 ARM64: dts: fsl-imx8qxp: change properties for USB2
authorPeter Chen <peter.chen@nxp.com>
Tue, 12 Dec 2017 01:34:39 +0000 (09:34 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:51:19 +0000 (14:51 -0500)
The changes include: compatible, performance tuning parameters,
and delete the property which is dedicated to imx7d.

Acked-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi

index d7ea6c4..058f4a6 100644 (file)
        };
 
        usbotg1: usb@5b0d0000 {
-               compatible = "fsl,imx7d-usb", "fsl,imx27-usb";
+               compatible = "fsl,imx8qm-usb", "fsl,imx27-usb";
                reg = <0x0 0x5b0d0000 0x0 0x200>;
                interrupt-parent = <&wu>;
                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";
+               ahb-burst-config = <0x0>;
+               tx-burst-size-dword = <0x10>;
+               rx-burst-size-dword = <0x10>;
                #stream-id-cells = <1>;
                power-domains = <&pd_conn_usbotg0>;
+               status = "disabled";
        };
 
        flexcan1: can@5a8d0000 {