linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: fix lcdck declaration
@ 2015-03-04 16:26 Boris Brezillon
  2015-03-04 16:42 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Boris Brezillon @ 2015-03-04 16:26 UTC (permalink / raw)
  To: linux-arm-kernel

lcdck clk is assigned id 3 and not 4.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 arch/arm/boot/dts/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index aa4b829..1273af4 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -461,7 +461,7 @@
 
 					lcdck: lcdck {
 						#clock-cells = <0>;
-						reg = <4>;
+						reg = <3>;
 						clocks = <&mck>;
 					};
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: at91/dt: fix lcdck declaration
  2015-03-04 16:26 [PATCH] ARM: at91/dt: fix lcdck declaration Boris Brezillon
@ 2015-03-04 16:42 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2015-03-04 16:42 UTC (permalink / raw)
  To: linux-arm-kernel

Le 04/03/2015 17:26, Boris Brezillon a ?crit :
> lcdck clk is assigned id 3 and not 4.
> 
> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
and squashed into previous one.

Thanks!

> ---
>  arch/arm/boot/dts/sama5d4.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index aa4b829..1273af4 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -461,7 +461,7 @@
>  
>  					lcdck: lcdck {
>  						#clock-cells = <0>;
> -						reg = <4>;
> +						reg = <3>;
>  						clocks = <&mck>;
>  					};
>  
> 


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-04 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 16:26 [PATCH] ARM: at91/dt: fix lcdck declaration Boris Brezillon
2015-03-04 16:42 ` 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).