Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1371266 > unrolled thread

[PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx

Started byRobert Jarzmik <robert.jarzmik@free.fr>
First post2016-04-05 08:40 +0200
Last post2016-04-05 08:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx Robert Jarzmik <robert.jarzmik@free.fr> - 2016-04-05 08:40 +0200

#1371266 — [PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2016-04-05 08:40 +0200
Subject[PATCH 4/6] ARM: dts: pxa: fix the ohci clock for pxa3xx
Message-ID<rksOC-7th-27@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web