Skip to content
Commit b7c6c176 authored by Stephen Warren's avatar Stephen Warren
Browse files

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: default avatarStephen Warren <swarren@wwwdotorg.org>
parent 25b2f1bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment