On Mon, Dec 16, 2013 at 9:00 AM, Rob Clark <robdclark@xxxxxxxxx> wrote: > + > +/ { > + model = "Qualcomm APQ8064/IFC6410"; > + compatible = "qcom,apq8064-ifc6410", "qcom,apq8064"; > + interrupt-parent = <&intc>; [...] > diff --git a/arch/arm/mach-msm/board-dt.c b/arch/arm/mach-msm/board-dt.c > index 1f11d93..00796d1 100644 > --- a/arch/arm/mach-msm/board-dt.c > +++ b/arch/arm/mach-msm/board-dt.c > @@ -23,6 +23,7 @@ static const char * const msm_dt_match[] __initconst = { > "qcom,msm8660-fluid", > "qcom,msm8660-surf", > "qcom,msm8960-cdp", > + "qcom,apq8064-ifc6410", We shouldn't enumerate boards here, it should probably list the second-level compatible instead. I.e. "qcom,apq8064" in this case. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html