Le 05/12/2014 15:16, Alexander Stein a écrit : > The clock node specifying 'ac97_clk' was missing. > > Signed-off-by: Alexander Stein <alexanders83@xxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html