525-board_96348w3.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
  2. +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
  3. @@ -830,6 +830,25 @@ static struct board_info __initdata boar
  4. .has_ohci0 = 1,
  5. };
  6. +/* NetGear DG834G v4 */
  7. +static struct board_info __initdata board_96348W3 = {
  8. + .name = "96348W3",
  9. + .expected_cpu_id = 0x6348,
  10. +
  11. + .has_uart0 = 1,
  12. + .has_enet1 = 1,
  13. + .has_pci = 1,
  14. +
  15. + .enet1 = {
  16. + .has_phy = 1,
  17. + .phy_id = 0,
  18. + .force_speed_100 = 1,
  19. + .force_duplex_full = 1,
  20. + },
  21. +
  22. + .has_ohci0 = 1,
  23. +};
  24. +
  25. static struct board_info __initdata board_96348_D4PW = {
  26. .name = "D-4P-W",
  27. .expected_cpu_id = 0x6348,
  28. @@ -1374,6 +1393,7 @@ static const struct board_info __initcon
  29. &board_ct536_ct5621,
  30. &board_96348A_122,
  31. &board_CPVA502plus,
  32. + &board_96348W3,
  33. #endif
  34. #ifdef CONFIG_BCM63XX_CPU_6358
  35. @@ -1429,6 +1449,7 @@ static struct of_device_id const bcm963x
  36. { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, },
  37. { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, },
  38. { .compatible = "netgear,dg834gtpn", .data = &board_96348gw_10, },
  39. + { .compatible = "netgear,dg834g-v4", .data = &board_96348W3, },
  40. { .compatible = "sagem,f@st2404", .data = &board_FAST2404, },
  41. { .compatible = "t-com,spw500v", .data = &board_spw500v, },
  42. { .compatible = "tecom,gw6000", .data = &board_gw6000, },