From: Stephen Warren Date: Wed, 12 Feb 2014 04:48:47 +0000 (-0700) Subject: ARM: bcm2835: node name unit address cleanup X-Git-Tag: v3.15-rc1~77^2~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b2f1bd0b7e060b1671c28be40b63cc9fed2b4e;p=pandora-kernel.git ARM: bcm2835: node name unit address cleanup DT nodes that contain a reg property should include a unit address in their name. Add the missing unit addresses. The unit address in a node name must match the value in the reg property. Fix the cases where they don't match. Don't fix the /clocks/* node names yet; that causes problems the clock driver to attempt to register multiple clocks with the same name, which fails. Signed-off-by: Stephen Warren --- Reading git-diff-tree failed