diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:05:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:05:55 -0400 |
commit | c548f08a4f7b89b93c805e0c4024b8302afa7121 (patch) | |
tree | 5cf791db4912831469b70390aa58376f1c724386 /arch/powerpc/boot/dts/lite5200b.dts | |
parent | 347c53dca73fca317d57781f510f5ff4f6c0d0d7 (diff) | |
parent | 4acadb965c4aa587aac29a0a91203c4745d6fb4e (diff) |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (24 commits)
[POWERPC] Fix vmemmap warning in init_64.c
[POWERPC] Fix 64 bits vDSO DWARF info for CR register
[POWERPC] Add 1TB workaround for PA6T
[POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configs
[POWERPC] Quieten cache information at boot
[POWERPC] Quieten clockevent printk
[POWERPC] Enable SLUB in *_defconfig
[POWERPC] Fix 1TB segment detection
[POWERPC] Fix iSeries_hpte_insert prototype
[POWERPC] Fix copyright symbol
[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers
[POWERPC] ibmebus: Add device creation and bus probing based on of_device
[POWERPC] ibmebus: Remove bus match/probe/remove functions
[POWERPC] Move of_device allocation into of_device.[ch]
[POWERPC] mpc52xx: device tree changes for FEC and MDIO
[POWERPC] bestcomm: GenBD task support
[POWERPC] bestcomm: FEC task support
[POWERPC] bestcomm: ATA task support
[POWERPC] bestcomm: core bestcomm support for Freescale MPC5200
[POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes
...
Diffstat (limited to 'arch/powerpc/boot/dts/lite5200b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200b.dts | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index a6bb1d0558ef..6582c9a39b27 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -277,10 +277,26 @@ | |||
277 | ethernet@3000 { | 277 | ethernet@3000 { |
278 | device_type = "network"; | 278 | device_type = "network"; |
279 | compatible = "mpc5200b-fec","mpc5200-fec"; | 279 | compatible = "mpc5200b-fec","mpc5200-fec"; |
280 | reg = <3000 800>; | 280 | reg = <3000 400>; |
281 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! | 281 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! |
282 | interrupts = <2 5 0>; | 282 | interrupts = <2 5 0>; |
283 | interrupt-parent = <&mpc5200_pic>; | 283 | interrupt-parent = <&mpc5200_pic>; |
284 | phy-handle = <&phy0>; | ||
285 | }; | ||
286 | |||
287 | mdio@3000 { | ||
288 | #address-cells = <1>; | ||
289 | #size-cells = <0>; | ||
290 | device_type = "mdio"; | ||
291 | compatible = "mpc5200b-fec-phy"; | ||
292 | reg = <3000 400>; // fec range, since we need to setup fec interrupts | ||
293 | interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. | ||
294 | interrupt-parent = <&mpc5200_pic>; | ||
295 | |||
296 | phy0:ethernet-phy@0 { | ||
297 | device_type = "ethernet-phy"; | ||
298 | reg = <0>; | ||
299 | }; | ||
284 | }; | 300 | }; |
285 | 301 | ||
286 | ata@3a00 { | 302 | ata@3a00 { |