]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/arm/boot/dts/bcm2835.dtsi
ARM: bcm2835: fix clock node aliasing in device tree
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 15 Jan 2013 04:07:20 +0000 (21:07 -0700)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 15 Jan 2013 04:47:09 +0000 (21:47 -0700)
commit9692c191ffffbd5255bec222b8f0f2854932a408
tree5f4b148adcfb5e16fd263a9698a5e5e19213fb0d
parent232fed4825e832c89b1d47a24c7836918063fb3e
ARM: bcm2835: fix clock node aliasing in device tree

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: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/boot/dts/bcm2835.dtsi