[PATCH] ARM: at91/dt: fix lcdck declaration
Nicolas Ferre
nicolas.ferre at atmel.com
Wed Mar 4 08:42:51 PST 2015
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 at free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre at 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
More information about the linux-arm-kernel
mailing list