ARM: dts: mx35: USB block requires only one clock

Like other imx SoCs only one USB clock is needed on mx35.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
Fabio Estevam 2014-03-13 10:18:40 +01:00 committed by Shawn Guo
parent 3937f66b9f
commit 056c5a598f
1 changed files with 2 additions and 4 deletions

View File

@ -296,8 +296,7 @@
compatible = "fsl,imx35-usb", "fsl,imx27-usb";
reg = <0x53ff4000 0x0200>;
interrupts = <37>;
clocks = <&clks 9>, <&clks 73>, <&clks 28>;
clock-names = "ipg", "ahb", "per";
clocks = <&clks 73>;
fsl,usbmisc = <&usbmisc 0>;
status = "disabled";
};
@ -306,8 +305,7 @@
compatible = "fsl,imx35-usb", "fsl,imx27-usb";
reg = <0x53ff4400 0x0200>;
interrupts = <35>;
clocks = <&clks 9>, <&clks 73>, <&clks 28>;
clock-names = "ipg", "ahb", "per";
clocks = <&clks 73>;
fsl,usbmisc = <&usbmisc 1>;
status = "disabled";
};