[PATCH 2/4] ARM: Kirkwood: Switch TWSI1 of 88f6282 to DT
Andrew Lunn
andrew at lunn.ch
Sun Dec 23 10:16:39 EST 2012
> Clock Management of kirkwood has moved to DT clock providers.
> However, TWSI1 has not yet been done.
> This switches TWSI1 of 88f6282 to DT clock providers.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> ---
> arch/arm/boot/dts/kirkwood-6282.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi
> +b/arch/arm/boot/dts/kirkwood-6282.dtsi
> index bc23081..ad63b88 100644
> --- a/arch/arm/boot/dts/kirkwood-6282.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-6282.dtsi
> @@ -45,6 +45,7 @@
> #size-cells = <0>;
> interrupts = <32>;
> clock-frequency = <100000>;
> + clocks = <&gate_clk 7>;
> status = "disabled";
> };
> };
Acked-by: Andrew Lunn <andrew at lunn.ch>
Jason: This patch should be queued up for -rc2.
Andrew
More information about the linux-arm-kernel
mailing list