Skip to content
  • Stephen Warren's avatar
    ARM: bcm2835: fix clock node aliasing in device tree · 9692c191
    Stephen Warren authored
    
    
    Both clock nodes in the current device tree are named "clock" and hence
    end up being the same node. Rename the nodes to different names to avoid
    this. In fact, fixed-clock uses the node name as the clock name, so name
    the nodes after the clock they represent. Move the clocks into a
    "clocks" sub-node to group them and avoid any possible naming conflicts
    with other nodes also named after the device type.
    
    Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
    9692c191