[PATCH 2/2] ARM: at91/dt: sam9263: Add missing clocks to ac97 node
Nicolas Ferre
nicolas.ferre at atmel.com
Wed Dec 10 02:05:49 PST 2014
Le 05/12/2014 15:16, Alexander Stein a écrit :
> The clock node specifying 'ac97_clk' was missing.
>
> Signed-off-by: Alexander Stein <alexanders83 at web.de>
> ---
> arch/arm/boot/dts/at91sam9263.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
> index 5ed2810..2d9d0ad 100644
> --- a/arch/arm/boot/dts/at91sam9263.dtsi
> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
> @@ -821,6 +821,8 @@
> interrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>;
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_ac97>;
> + clocks = <&ac97_clk>;
> + clock-names = "ac97_clk";
> status = "disabled";
> };
I see, this one comes after the addition of the node itself. I ignore it.
Bye,
--
Nicolas Ferre
More information about the linux-arm-kernel
mailing list