Skip to content
  • Stephen Warren's avatar
    ARM: bcm2835: fix clock DT node names · b7c6c176
    Stephen Warren authored
    
    
    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>
    b7c6c176