aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_mds.dts
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2007-12-03 16:17:59 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-12-14 02:16:58 -0500
commit9fb1e350e16164d56990dde036ae9c0a2fd3f634 (patch)
tree0a30b62b987e5d17c3bc3cc1f6d2a321bb8b715c /arch/powerpc/boot/dts/mpc832x_mds.dts
parent174b0da23199c4ae1ed06263dafd9a2e85e97d34 (diff)
[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>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_mds.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index 5a88187fe6be..26ac467b10ea 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -228,8 +228,8 @@
228 interrupts = <22>; 228 interrupts = <22>;
229 interrupt-parent = < &qeic >; 229 interrupt-parent = < &qeic >;
230 local-mac-address = [ 00 00 00 00 00 00 ]; 230 local-mac-address = [ 00 00 00 00 00 00 ];
231 rx-clock = <19>; 231 rx-clock-name = "clk9";
232 tx-clock = <1a>; 232 tx-clock-name = "clk10";
233 phy-handle = < &phy3 >; 233 phy-handle = < &phy3 >;
234 pio-handle = < &pio3 >; 234 pio-handle = < &pio3 >;
235 }; 235 };
@@ -244,8 +244,8 @@
244 interrupts = <23>; 244 interrupts = <23>;
245 interrupt-parent = < &qeic >; 245 interrupt-parent = < &qeic >;
246 local-mac-address = [ 00 00 00 00 00 00 ]; 246 local-mac-address = [ 00 00 00 00 00 00 ];
247 rx-clock = <17>; 247 rx-clock-name = "clk7";
248 tx-clock = <18>; 248 tx-clock-name = "clk8";
249 phy-handle = < &phy4 >; 249 phy-handle = < &phy4 >;
250 pio-handle = < &pio4 >; 250 pio-handle = < &pio4 >;
251 }; 251 };