Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> writes: > Enable clock binding for Hi3620 common clock driver. > > Signed-off-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxx> > --- > arch/arm/boot/dts/hi3620.dtsi | 79 ++++++++++++++++++++++++------------------- > arch/arm/boot/dts/hi4511.dts | 3 +- > 2 files changed, 46 insertions(+), 36 deletions(-) > > diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi > index e311937..ab1116d 100644 > --- a/arch/arm/boot/dts/hi3620.dtsi > +++ b/arch/arm/boot/dts/hi3620.dtsi > @@ -11,7 +11,8 @@ > * publishhed by the Free Software Foundation. > */ > > -/include/ "skeleton.dtsi" > +#include "skeleton.dtsi" > +#include <dt-bindings/clock/hi3620-clock.h> This file doesn't exist in this series, so fails to build. This appears to depend on the clock series that Mike has merged into his clk-next branch, so I tested the build with clk-next and it works. In the future, please be sure to mention external dependencies like this. Maintainers don't like to be surprised by this kind of thing. I'll just merge this as is now, but builds for hi3xxx_defconfig will be broken until everything hits -next. Kevin -- 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