ARM: bcm2835: fix clock DT node names
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 14 Feb 2014 06:12:39 +0000 (23:12 -0700)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 25 Feb 2014 02:40:27 +0000 (19:40 -0700)
commitb7c6c1760685f7d3a3eecc19f4b792881bf1d907
tree132ba91833ff939ec87da77c4857600117f3088b
parent25b2f1bd0b7e060b1671c28be40b63cc9fed2b4e
ARM: bcm2835: fix clock DT node names

DT nodes should be named according to the type of object that they
represent rather than the identity. DT nodes that contain a reg
property should include a unit address in their name. Fix these issues.

Add clock-output-names properties to the nodes so that the clocks get
named something meaningful. This works around the fact that the fixed
clock driver names clocks after the short node name, i.e. not including
the unit address.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/boot/dts/bcm2835.dtsi