On Wed, 2014-05-07 at 16:48 -0500, Rob Herring wrote: > From: Rob Herring <[email protected]> > > Using non-translatable addresses in platform device names is wrong > because they may not be globally unique. Just use the default naming with > a global index if the address cannot be translated instead. > > of_can_translate_address has the same checks as of_translate_address, so > we can remove it here as well. > > Reported-by: "Ivan T. Ivanov" <[email protected]> > Cc: Josh Cartwright <[email protected]> > Cc: Courtney Cavin <[email protected]> > Cc: Bjorn Andersson <[email protected]> > Cc: Frank Rowand <[email protected]> > Cc: Grant Likely <[email protected]> > Signed-off-by: Rob Herring <[email protected]>
Thanks. It works for me. Tested-by: Ivan T. Ivanov <[email protected]> Regards. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

