0064-ar71xx-add-kernel-support-for-the-OpenMesh-OM5P-AC-board.patch 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. From: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  2. Date: Sat, 9 Apr 2016 10:25:47 +0000
  3. Subject: ar71xx: add kernel support for the OpenMesh OM5P-AC board
  4. Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
  5. Backport of r49141
  6. Forwarded: https://patchwork.ozlabs.org/patch/624191/
  7. diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18
  8. index c5a3c9a..dd89357 100644
  9. --- a/target/linux/ar71xx/config-3.18
  10. +++ b/target/linux/ar71xx/config-3.18
  11. @@ -91,6 +91,7 @@ CONFIG_ATH79_MACH_NBG460N=y
  12. CONFIG_ATH79_MACH_NBG6716=y
  13. CONFIG_ATH79_MACH_OM2P=y
  14. CONFIG_ATH79_MACH_OM5P=y
  15. +CONFIG_ATH79_MACH_OM5P_AC=y
  16. CONFIG_ATH79_MACH_ONION_OMEGA=y
  17. CONFIG_ATH79_MACH_PB42=y
  18. CONFIG_ATH79_MACH_PB44=y
  19. diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pac.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pac.c
  20. new file mode 100644
  21. index 0000000..f6974af
  22. --- /dev/null
  23. +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-om5pac.c
  24. @@ -0,0 +1,193 @@
  25. +/*
  26. + * OpenMesh OM5P-AC support
  27. + *
  28. + * Copyright (C) 2013 Marek Lindner <marek@open-mesh.com>
  29. + * Copyright (C) 2014 Sven Eckelmann <sven@open-mesh.com>
  30. + *
  31. + * This program is free software; you can redistribute it and/or modify it
  32. + * under the terms of the GNU General Public License version 2 as published
  33. + * by the Free Software Foundation.
  34. + */
  35. +
  36. +#include <linux/gpio.h>
  37. +#include <linux/mtd/mtd.h>
  38. +#include <linux/mtd/partitions.h>
  39. +#include <linux/platform_device.h>
  40. +#include <linux/i2c.h>
  41. +#include <linux/i2c-algo-bit.h>
  42. +#include <linux/i2c-gpio.h>
  43. +#include <linux/platform_data/phy-at803x.h>
  44. +
  45. +#include <asm/mach-ath79/ar71xx_regs.h>
  46. +#include <asm/mach-ath79/ath79.h>
  47. +
  48. +#include "common.h"
  49. +#include "dev-ap9x-pci.h"
  50. +#include "dev-eth.h"
  51. +#include "dev-leds-gpio.h"
  52. +#include "dev-m25p80.h"
  53. +#include "dev-wmac.h"
  54. +#include "machtypes.h"
  55. +#include "pci.h"
  56. +
  57. +#define OM5PAC_GPIO_LED_POWER 18
  58. +#define OM5PAC_GPIO_LED_GREEN 21
  59. +#define OM5PAC_GPIO_LED_RED 23
  60. +#define OM5PAC_GPIO_LED_YELLOW 22
  61. +#define OM5PAC_GPIO_LED_LAN 20
  62. +#define OM5PAC_GPIO_LED_WAN 19
  63. +#define OM5PAC_GPIO_I2C_SCL 12
  64. +#define OM5PAC_GPIO_I2C_SDA 11
  65. +
  66. +#define OM5PAC_KEYS_POLL_INTERVAL 20 /* msecs */
  67. +#define OM5PAC_KEYS_DEBOUNCE_INTERVAL (3 * OM5PAC_KEYS_POLL_INTERVAL)
  68. +
  69. +#define OM5PAC_WMAC_CALDATA_OFFSET 0x1000
  70. +
  71. +static struct gpio_led om5pac_leds_gpio[] __initdata = {
  72. + {
  73. + .name = "om5pac:blue:power",
  74. + .gpio = OM5PAC_GPIO_LED_POWER,
  75. + .active_low = 1,
  76. + }, {
  77. + .name = "om5pac:red:wifi",
  78. + .gpio = OM5PAC_GPIO_LED_RED,
  79. + .active_low = 1,
  80. + }, {
  81. + .name = "om5pac:yellow:wifi",
  82. + .gpio = OM5PAC_GPIO_LED_YELLOW,
  83. + .active_low = 1,
  84. + }, {
  85. + .name = "om5pac:green:wifi",
  86. + .gpio = OM5PAC_GPIO_LED_GREEN,
  87. + .active_low = 1,
  88. + }, {
  89. + .name = "om5pac:blue:lan",
  90. + .gpio = OM5PAC_GPIO_LED_LAN,
  91. + .active_low = 1,
  92. + }, {
  93. + .name = "om5pac:blue:wan",
  94. + .gpio = OM5PAC_GPIO_LED_WAN,
  95. + .active_low = 1,
  96. + }
  97. +};
  98. +
  99. +static struct flash_platform_data om5pac_flash_data = {
  100. + .type = "mx25l12805d",
  101. +};
  102. +
  103. +static struct i2c_gpio_platform_data om5pac_i2c_device_platdata = {
  104. + .sda_pin = OM5PAC_GPIO_I2C_SDA,
  105. + .scl_pin = OM5PAC_GPIO_I2C_SCL,
  106. + .udelay = 10,
  107. + .sda_is_open_drain = 1,
  108. + .scl_is_open_drain = 1,
  109. +};
  110. +
  111. +static struct platform_device om5pac_i2c_device = {
  112. + .name = "i2c-gpio",
  113. + .id = 0,
  114. + .dev = {
  115. + .platform_data = &om5pac_i2c_device_platdata,
  116. + },
  117. +};
  118. +
  119. +static struct i2c_board_info om5pac_i2c_devs[] __initdata = {
  120. + {
  121. + I2C_BOARD_INFO("tmp423", 0x4c),
  122. + },
  123. +};
  124. +
  125. +static struct at803x_platform_data om5pac_at803x_data = {
  126. + .disable_smarteee = 1,
  127. + .enable_rgmii_rx_delay = 1,
  128. + .enable_rgmii_tx_delay = 1,
  129. +};
  130. +
  131. +static struct mdio_board_info om5pac_mdio0_info[] = {
  132. + {
  133. + .bus_id = "ag71xx-mdio.0",
  134. + .phy_addr = 1,
  135. + .platform_data = &om5pac_at803x_data,
  136. + },
  137. + {
  138. + .bus_id = "ag71xx-mdio.0",
  139. + .phy_addr = 2,
  140. + .platform_data = &om5pac_at803x_data,
  141. + },
  142. +};
  143. +
  144. +static void __init om5p_ac_setup_qca955x_eth_cfg(u32 mask,
  145. + unsigned int rxd,
  146. + unsigned int rxdv,
  147. + unsigned int txd,
  148. + unsigned int txe)
  149. +{
  150. + void __iomem *base;
  151. + u32 t;
  152. +
  153. + base = ioremap(QCA955X_GMAC_BASE, QCA955X_GMAC_SIZE);
  154. +
  155. + t = mask;
  156. + t |= rxd << QCA955X_ETH_CFG_RXD_DELAY_SHIFT;
  157. + t |= rxdv << QCA955X_ETH_CFG_RDV_DELAY_SHIFT;
  158. + t |= txd << QCA955X_ETH_CFG_TXD_DELAY_SHIFT;
  159. + t |= txe << QCA955X_ETH_CFG_TXE_DELAY_SHIFT;
  160. +
  161. + __raw_writel(t, base + QCA955X_GMAC_REG_ETH_CFG);
  162. +
  163. + iounmap(base);
  164. +}
  165. +
  166. +static void __init om5p_ac_setup(void)
  167. +{
  168. + u8 *art = (u8 *)KSEG1ADDR(0x1fff0000);
  169. + u8 mac[6];
  170. +
  171. + /* temperature sensor */
  172. + platform_device_register(&om5pac_i2c_device);
  173. + i2c_register_board_info(0, om5pac_i2c_devs,
  174. + ARRAY_SIZE(om5pac_i2c_devs));
  175. +
  176. + ath79_gpio_output_select(OM5PAC_GPIO_LED_WAN, QCA955X_GPIO_OUT_GPIO);
  177. +
  178. + ath79_register_m25p80(&om5pac_flash_data);
  179. + ath79_register_leds_gpio(-1, ARRAY_SIZE(om5pac_leds_gpio),
  180. + om5pac_leds_gpio);
  181. +
  182. + ath79_init_mac(mac, art, 0x02);
  183. + ath79_register_wmac(art + OM5PAC_WMAC_CALDATA_OFFSET, mac);
  184. +
  185. + om5p_ac_setup_qca955x_eth_cfg(QCA955X_ETH_CFG_RGMII_EN, 3, 3, 0, 0);
  186. + ath79_register_mdio(0, 0x0);
  187. +
  188. + mdiobus_register_board_info(om5pac_mdio0_info,
  189. + ARRAY_SIZE(om5pac_mdio0_info));
  190. +
  191. + ath79_init_mac(ath79_eth0_data.mac_addr, art, 0x00);
  192. + ath79_init_mac(ath79_eth1_data.mac_addr, art, 0x01);
  193. +
  194. + /* GMAC0 is connected to the PHY1 */
  195. + ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
  196. + ath79_eth0_data.mii_bus_dev = &ath79_mdio0_device.dev;
  197. + ath79_eth0_data.phy_mask = BIT(1);
  198. + ath79_eth0_pll_data.pll_1000 = 0x82000101;
  199. + ath79_eth0_pll_data.pll_100 = 0x80000101;
  200. + ath79_eth0_pll_data.pll_10 = 0x80001313;
  201. + ath79_register_eth(0);
  202. +
  203. + /* GMAC1 is connected to MDIO1 in SGMII mode */
  204. + ath79_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_SGMII;
  205. + ath79_eth1_data.mii_bus_dev = &ath79_mdio0_device.dev;
  206. + ath79_eth1_data.phy_mask = BIT(2);
  207. + ath79_eth1_pll_data.pll_1000 = 0x03000101;
  208. + ath79_eth1_pll_data.pll_100 = 0x80000101;
  209. + ath79_eth1_pll_data.pll_10 = 0x80001313;
  210. + ath79_eth1_data.speed = SPEED_1000;
  211. + ath79_eth1_data.duplex = DUPLEX_FULL;
  212. + ath79_register_eth(1);
  213. +
  214. + ath79_register_pci();
  215. +}
  216. +
  217. +MIPS_MACHINE(ATH79_MACH_OM5P_AC, "OM5P-AC", "OpenMesh OM5P AC", om5p_ac_setup);
  218. diff --git a/target/linux/ar71xx/patches-3.18/815-MIPS-ath79-add-om5pac-support.patch b/target/linux/ar71xx/patches-3.18/815-MIPS-ath79-add-om5pac-support.patch
  219. new file mode 100644
  220. index 0000000..4accd03
  221. --- /dev/null
  222. +++ b/target/linux/ar71xx/patches-3.18/815-MIPS-ath79-add-om5pac-support.patch
  223. @@ -0,0 +1,38 @@
  224. +--- a/arch/mips/ath79/Kconfig
  225. ++++ b/arch/mips/ath79/Kconfig
  226. +@@ -799,6 +799,15 @@ config ATH79_MACH_OM5P
  227. + select ATH79_DEV_M25P80
  228. + select ATH79_DEV_WMAC
  229. +
  230. ++config ATH79_MACH_OM5P_AC
  231. ++ bool "OpenMesh OM5P-AC board support"
  232. ++ select SOC_QCA955X
  233. ++ select ATH79_DEV_AP9X_PCI if PCI
  234. ++ select ATH79_DEV_ETH
  235. ++ select ATH79_DEV_LEDS_GPIO
  236. ++ select ATH79_DEV_M25P80
  237. ++ select ATH79_DEV_WMAC
  238. ++
  239. + config ATH79_MACH_ONION_OMEGA
  240. + bool "ONION OMEGA support"
  241. + select SOC_AR933X
  242. +--- a/arch/mips/ath79/Makefile
  243. ++++ b/arch/mips/ath79/Makefile
  244. +@@ -100,6 +100,7 @@ obj-$(CONFIG_ATH79_MACH_MZK_W300NH) += m
  245. + obj-$(CONFIG_ATH79_MACH_NBG460N) += mach-nbg460n.o
  246. + obj-$(CONFIG_ATH79_MACH_OM2P) += mach-om2p.o
  247. + obj-$(CONFIG_ATH79_MACH_OM5P) += mach-om5p.o
  248. ++obj-$(CONFIG_ATH79_MACH_OM5P_AC) += mach-om5pac.o
  249. + obj-$(CONFIG_ATH79_MACH_ONION_OMEGA) += mach-onion-omega.o
  250. + obj-$(CONFIG_ATH79_MACH_PB42) += mach-pb42.o
  251. + obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o
  252. +--- a/arch/mips/ath79/machtypes.h
  253. ++++ b/arch/mips/ath79/machtypes.h
  254. +@@ -95,6 +95,7 @@ enum ath79_mach_type {
  255. + ATH79_MACH_OM2P_LC, /* OpenMesh OM2P-LC */
  256. + ATH79_MACH_OM2Pv2, /* OpenMesh OM2Pv2 */
  257. + ATH79_MACH_OM2P, /* OpenMesh OM2P */
  258. ++ ATH79_MACH_OM5P_AC, /* OpenMesh OM5P-AC */
  259. + ATH79_MACH_OM5P_AN, /* OpenMesh OM5P-AN */
  260. + ATH79_MACH_OM5P, /* OpenMesh OM5P */
  261. + ATH79_MACH_ONION_OMEGA, /* ONION OMEGA */