2
0

503-board-CPVA642.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
  2. +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
  3. @@ -401,6 +401,25 @@ static struct board_info __initdata boar
  4. .num_usbh_ports = 2,
  5. };
  6. +static struct board_info __initdata board_CPVA642 = {
  7. + .name = "CPVA642",
  8. + .expected_cpu_id = 0x6358,
  9. +
  10. + .has_enet1 = 1,
  11. + .has_pci = 1,
  12. +
  13. + .enet1 = {
  14. + .has_phy = 1,
  15. + .phy_id = 0,
  16. + .force_speed_100 = 1,
  17. + .force_duplex_full = 1,
  18. + },
  19. +
  20. + .has_ohci0 = 1,
  21. + .has_ehci0 = 1,
  22. +};
  23. +
  24. +
  25. static struct board_info __initdata board_AGPFS0 = {
  26. .name = "AGPF-S0",
  27. .expected_cpu_id = 0x6358,
  28. @@ -538,6 +557,7 @@ static const struct board_info __initcon
  29. &board_96358vw,
  30. &board_96358vw2,
  31. &board_AGPFS0,
  32. + &board_CPVA642,
  33. &board_DWVS0,
  34. &board_nb4_ser_r0,
  35. &board_nb4_fxc_r1,
  36. @@ -585,6 +605,7 @@ static struct of_device_id const bcm963x
  37. { .compatible = "pirelli,agpf-s0", .data = &board_AGPFS0, },
  38. { .compatible = "sfr,nb4-ser-r0", .data = &board_nb4_ser_r0, },
  39. { .compatible = "sfr,nb4-fxc-r1", .data = &board_nb4_fxc_r1, },
  40. + { .compatible = "telsey,cpva642", .data = &board_CPVA642, },
  41. #endif
  42. #ifdef CONFIG_BCM63XX_CPU_6368
  43. #endif