562-board_VR-3025u.patch 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
  2. +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
  3. @@ -1718,6 +1718,60 @@ static struct board_info __initdata boar
  4. .has_ehci0 = 1,
  5. };
  6. +static struct sprom_fixup __initdata vr3025u_fixups[] = {
  7. + { .offset = 97, .value = 0xfeb3 },
  8. + { .offset = 98, .value = 0x1618 },
  9. + { .offset = 99, .value = 0xfab0 },
  10. + { .offset = 113, .value = 0xfed1 },
  11. + { .offset = 114, .value = 0x1609 },
  12. + { .offset = 115, .value = 0xfad9 },
  13. +};
  14. +
  15. +static struct board_info __initdata board_VR3025u = {
  16. + .name = "96368M-1541N",
  17. + .expected_cpu_id = 0x6368,
  18. +
  19. + .has_uart0 = 1,
  20. + .has_pci = 1,
  21. + .use_fallback_sprom = 1,
  22. + .has_ohci0 = 1,
  23. + .has_ehci0 = 1,
  24. +
  25. + .has_enetsw = 1,
  26. + .enetsw = {
  27. + .used_ports = {
  28. + [0] = {
  29. + .used = 1,
  30. + .phy_id = 1,
  31. + .name = "port1",
  32. + },
  33. + [1] = {
  34. + .used = 1,
  35. + .phy_id = 2,
  36. + .name = "port2",
  37. + },
  38. + [2] = {
  39. + .used = 1,
  40. + .phy_id = 3,
  41. + .name = "port3",
  42. + },
  43. + [3] = {
  44. + .used = 1,
  45. + .phy_id = 4,
  46. + .name = "port4",
  47. + },
  48. + },
  49. + },
  50. +
  51. + .fallback_sprom = {
  52. + .type = SPROM_BCM43222,
  53. + .pci_bus = 0,
  54. + .pci_dev = 1,
  55. + .board_fixups = vr3025u_fixups,
  56. + .num_board_fixups = ARRAY_SIZE(vr3025u_fixups),
  57. + },
  58. +};
  59. +
  60. static struct b53_platform_data WAP5813n_b53_pdata = {
  61. .alias = "eth0",
  62. };
  63. @@ -2012,6 +2066,7 @@ static const struct board_info __initcon
  64. #ifdef CONFIG_BCM63XX_CPU_6368
  65. &board_96368mvwg,
  66. &board_96368mvngr,
  67. + &board_VR3025u,
  68. &board_WAP5813n,
  69. #endif
  70. #ifdef CONFIG_BCM63XX_CPU_63268
  71. @@ -2105,6 +2160,7 @@ static struct of_device_id const bcm963x
  72. #ifdef CONFIG_BCM63XX_CPU_6368
  73. { .compatible = "brcm,bcm96368mvngr", .data = &board_96368mvngr, },
  74. { .compatible = "brcm,bcm96368mvwg", .data = &board_96368mvwg, },
  75. + { .compatible = "comtrend,vr-3025u", .data = &board_VR3025u, },
  76. { .compatible = "comtrend,wap-5813n", .data = &board_WAP5813n, },
  77. #endif
  78. #ifdef CONFIG_BCM63XX_CPU_63268