From: Thierry Reding Date: Thu, 26 Jul 2012 19:55:10 +0000 (+0200) Subject: of/address: Handle #address-cells > 2 specially X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38c0a1fbc5803cbacdaac0557c70ac8ca5152e7;p=pandora-kernel.git of/address: Handle #address-cells > 2 specially When a bus specifies #address-cells > 2, of_bus_default_map() now assumes that the mapping isn't for a physical address but rather an identifier that needs to match exactly. This is required by bindings that use multiple cells to translate a resource to the parent bus (device index, type, ...). See here for the discussion: https://lists.ozlabs.org/pipermail/devicetree-discuss/2012-June/016577.html Originally-by: Arnd Bergmann Signed-off-by: Thierry Reding Signed-off-by: Rob Herring --- Reading git-diff-tree failed