Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: i.MX51: Move usbphy0 node from AIPS1

usbphy0 is not a part of AIPS1, so move this node under root.
Additionally this patch removes useless "status" property.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Alexander Shiyan and committed by
Shawn Guo
4e942303 c896238c

+13 -7
+13 -7
arch/arm/boot/dts/imx51.dtsi
··· 82 82 }; 83 83 }; 84 84 85 + usbphy { 86 + #address-cells = <1>; 87 + #size-cells = <0>; 88 + compatible = "simple-bus"; 89 + 90 + usbphy0: usbphy@0 { 91 + compatible = "usb-nop-xceiv"; 92 + reg = <0>; 93 + clocks = <&clks IMX5_CLK_USB_PHY_GATE>; 94 + clock-names = "main_clk"; 95 + }; 96 + }; 97 + 85 98 soc { 86 99 #address-cells = <1>; 87 100 #size-cells = <1>; ··· 214 201 bus-width = <4>; 215 202 status = "disabled"; 216 203 }; 217 - }; 218 - 219 - usbphy0: usbphy@0 { 220 - compatible = "usb-nop-xceiv"; 221 - clocks = <&clks IMX5_CLK_USB_PHY_GATE>; 222 - clock-names = "main_clk"; 223 - status = "okay"; 224 204 }; 225 205 226 206 usbotg: usb@73f80000 {