Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1371266
| From | Robert Jarzmik <robert.jarzmik@free.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx |
| Date | 2016-04-05 08:40 +0200 |
| Message-ID | <rksOC-7th-27@gated-at.bofh.it> (permalink) |
| References | <rksOC-7th-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix the USB host clock, which is CLK_USBH. CLK_USBHOST is the clock of the usb host of pxa27x SoCs. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> --- arch/arm/boot/dts/pxa3xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 5767ed4957ae..5e2dea0f1436 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -92,7 +92,7 @@ compatible = "marvell,pxa-ohci"; reg = <0x4c000000 0x10000>; interrupts = <3>; - clocks = <&clks CLK_USBHOST>; + clocks = <&clks CLK_USBH>; status = "disabled"; }; -- 2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-05 08:40 +0200
csiph-web