* [PATCH] ARM: at91: at91sam9x5: correct typo error for ohci clock @ 2014-07-14 3:08 Bo Shen [not found] ` <1405307294-17708-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Bo Shen @ 2014-07-14 3:08 UTC (permalink / raw) To: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w Cc: boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, Bo Shen Correct the typo error for the second "uhphs_clk". Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> --- arch/arm/boot/dts/at91sam9x5.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 2ebc421..727d3a4 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi @@ -1155,8 +1155,7 @@ compatible = "atmel,at91rm9200-ohci", "usb-ohci"; reg = <0x00600000 0x100000>; interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; - clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, - <&uhpck>; + clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; status = "disabled"; }; -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1405307294-17708-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] ARM: at91: at91sam9x5: correct typo error for ohci clock [not found] ` <1405307294-17708-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> @ 2014-07-14 6:14 ` Boris BREZILLON 2014-07-18 13:50 ` Nicolas Ferre 0 siblings, 1 reply; 3+ messages in thread From: Boris BREZILLON @ 2014-07-14 6:14 UTC (permalink / raw) To: Bo Shen Cc: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA On Mon, 14 Jul 2014 11:08:14 +0800 Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> wrote: > Correct the typo error for the second "uhphs_clk". > > Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Acked-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> sam9n12 dtsi has the same bug, I'll fix it And sorry for the mess when moving sam9n12 and sam9x5 to the CCF, I should have checked my clock definitions more carefully :-(. Best Regards, Bros > --- > arch/arm/boot/dts/at91sam9x5.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi > index 2ebc421..727d3a4 100644 > --- a/arch/arm/boot/dts/at91sam9x5.dtsi > +++ b/arch/arm/boot/dts/at91sam9x5.dtsi > @@ -1155,8 +1155,7 @@ > compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > reg = <0x00600000 0x100000>; > interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; > - clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, > - <&uhpck>; > + clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; > clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; > status = "disabled"; > }; -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: at91: at91sam9x5: correct typo error for ohci clock 2014-07-14 6:14 ` Boris BREZILLON @ 2014-07-18 13:50 ` Nicolas Ferre 0 siblings, 0 replies; 3+ messages in thread From: Nicolas Ferre @ 2014-07-18 13:50 UTC (permalink / raw) To: Boris BREZILLON, Bo Shen; +Cc: linux-arm-kernel, linux-kernel, devicetree On 14/07/2014 08:14, Boris BREZILLON : > On Mon, 14 Jul 2014 11:08:14 +0800 > Bo Shen <voice.shen@atmel.com> wrote: > >> Correct the typo error for the second "uhphs_clk". >> >> Signed-off-by: Bo Shen <voice.shen@atmel.com> > > Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > sam9n12 dtsi has the same bug, I'll fix it Ok, thanks to Voice and you: I try to queue them for 3.16-fixes. Bye, > And sorry for the mess when moving sam9n12 and sam9x5 to the CCF, I > should have checked my clock definitions more carefully :-(. I admit that these values are pretty hard to read: the eye get bored quite quickly ;-) Bye, >> --- >> arch/arm/boot/dts/at91sam9x5.dtsi | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi >> index 2ebc421..727d3a4 100644 >> --- a/arch/arm/boot/dts/at91sam9x5.dtsi >> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi >> @@ -1155,8 +1155,7 @@ >> compatible = "atmel,at91rm9200-ohci", "usb-ohci"; >> reg = <0x00600000 0x100000>; >> interrupts = <22 IRQ_TYPE_LEVEL_HIGH 2>; >> - clocks = <&usb>, <&uhphs_clk>, <&udphs_clk>, >> - <&uhpck>; >> + clocks = <&usb>, <&uhphs_clk>, <&uhphs_clk>, <&uhpck>; >> clock-names = "usb_clk", "ohci_clk", "hclk", "uhpck"; >> status = "disabled"; >> }; > > > -- Nicolas Ferre ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-18 13:50 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-14 3:08 [PATCH] ARM: at91: at91sam9x5: correct typo error for ohci clock Bo Shen [not found] ` <1405307294-17708-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 2014-07-14 6:14 ` Boris BREZILLON 2014-07-18 13:50 ` Nicolas Ferre
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).