[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties
authorTimur Tabi <timur@freescale.com>
Mon, 3 Dec 2007 21:17:59 +0000 (15:17 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Dec 2007 07:16:58 +0000 (01:16 -0600)
commit9fb1e350e16164d56990dde036ae9c0a2fd3f634
tree0a30b62b987e5d17c3bc3cc1f6d2a321bb8b715c
parent174b0da23199c4ae1ed06263dafd9a2e85e97d34
[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree properties

Updates the ucc_geth device driver to check the new rx-clock-name and
tx-clock-name properties first.  If present, it uses the new function
qe_clock_source() to obtain the clock source.  Otherwise, it checks the
deprecated rx-clock and tx-clock properties.

Update the device trees for 832x, 836x, and 8568 to contain the new property
names only.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc832x_mds.dts
arch/powerpc/boot/dts/mpc832x_rdb.dts
arch/powerpc/boot/dts/mpc836x_mds.dts
arch/powerpc/boot/dts/mpc8568mds.dts
drivers/net/ucc_geth.c