linux_dsm_epyc7002/Documentation/devicetree/bindings/net
Linus Torvalds b7badd1d7a ARM: Device-tree updates
As usual, this is where the bulk of our changes end up landing each
 merge window.
 
 The individual updates are too many to enumerate, many many platforms
 have seen additions of device descriptions such that they are
 functionally more complete (in fact, this is often the bulk of updates
 we see).
 
 Instead I've mostly focused on highlighting the new platforms below as
 they are introduced. Sometimes the introduction is of mostly a fragment,
 that later gets filled in on later releases, and in some cases it's
 near-complete platform support. The latter is more common for derivative
 platforms that already has similar support in-tree.
 
 Two SoCs are slight outliers from the usual range of additions. Allwinner
 support for F1C100s, a quite old SoC (ARMv5-based) shipping in the
 Lychee Pi Nano platform. At the other end is NXP Layerscape LX2160A,
 a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O aimed at
 infrastructure/networking.
 
 TI updates stick out in the diff stats too, in particular because they
 have moved the description of their L4 on-chip interconnect to devicetree,
 which opens up for removal of even more of their platform-specific
 'hwmod' description tables over the next few releases.
 
 SoCs:
  - Qualcomm QCS404 (4x Cortex-A53)
  - Allwinner T3 (rebranded R40) and f1c100s (armv5)
  - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
  - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)
 
 New platforms:
  - Rockchip: Gru Scarlet (RK3188 Tablet)
  - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
  - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
  - Qualcomm: QCS404 base platform and EVB
  - Qualcomm: Remove of Arrow SD600
  - PXA: First PXA3xx DT board: Raumfeld
  - Aspeed: Facebook Backpack-CMM BMC
  - Renesas iWave G20D-Q7 (RZ/G1N)
  - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
  - Allwinner Emlid Neutis N5, Mapleboard MP130
  - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
  - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
  - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
  - i.MX7D PICO Hobbit baseboard
  - i.MX7ULP EVK board
  - NXP LX2160AQDS and LX2160ARDB boards
 
 Other:
  - Coresight binding updates across the board
  - CPU cooling maps updates across the board
 -----BEGIN PGP SIGNATURE-----
 
 iQJDBAABCAAtFiEElf+HevZ4QCAJmMQ+jBrnPN6EHHcFAlwqgVYPHG9sb2ZAbGl4
 b20ubmV0AAoJEIwa5zzehBx3ybAQAKAhd7XI5oY/wgdZZmxwcX+p7sU6LXeIlpWU
 XsPN1c14KU0siQv/znVA5OpF+fgn9eRqfWnMoDPlvdScTq07FM2NBmOJfVJYDPJa
 uvsll5m+84FCYanIR//YybS0tCM0b0BHoHo2DoyIxWeAwmw7BBVslddBdNg6R7hG
 S9rU9rUeqfCj7HbcPLqVn0DecMtEe7R8zmDtG1CSMqrhncifmoV4gtUnbYAg0GGT
 cSvj/zT8A1j0oJcU2Upl/Fr+7WJ7XB9pnku91nUOSXLv5VkyctLGomKq5F7O2/Xs
 2DhpH2yKwQt7S7TDiDd0jy64Of6+Xup35wEHevCeKrzGXcVRqqHwCkanLz9FdjVt
 yg4UrI/P1nY7h4ifZPplgigv+kA+IjRGiMrTRIEgSE5YK9U5AYkgembTWksRDikd
 5EpeJcMj2tBv4SDellNNtzh6GGTPBf3GJw3P9uRuxnQY/T31N2eX0XGeRikL+Lzf
 9nbQdJealmql3rCa5oFEJwSxrSaAv/ub7/294kPdEmXj8+3qUuH3hZAZOI9LSXGW
 GCuxsgccB2GF1M48x48/QpHgxb93okyXmndONZnU8uN8ba0zS4b8QLwvIY5rqv5Z
 kqD1VPBQf9kGVyzDyABRjFmGCDJcoOJf4QrzvNk9+xo8fXVk1xNtxu4MUsHvc2lS
 cU2RYWm/
 =sFVi
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull ARM Device-tree updates from Olof Johansson:
 "As usual, this is where the bulk of our changes end up landing each
  merge window.

  The individual updates are too many to enumerate, many many platforms
  have seen additions of device descriptions such that they are
  functionally more complete (in fact, this is often the bulk of updates
  we see).

  Instead I've mostly focused on highlighting the new platforms below as
  they are introduced. Sometimes the introduction is of mostly a
  fragment, that later gets filled in on later releases, and in some
  cases it's near-complete platform support. The latter is more common
  for derivative platforms that already has similar support in-tree.

  Two SoCs are slight outliers from the usual range of additions.
  Allwinner support for F1C100s, a quite old SoC (ARMv5-based) shipping
  in the Lychee Pi Nano platform. At the other end is NXP Layerscape
  LX2160A, a 16-core 2.2GHz Cortex-A72 SoC with a large amount of I/O
  aimed at infrastructure/networking.

  TI updates stick out in the diff stats too, in particular because they
  have moved the description of their L4 on-chip interconnect to
  devicetree, which opens up for removal of even more of their
  platform-specific 'hwmod' description tables over the next few
  releases.

  SoCs:
   - Qualcomm QCS404 (4x Cortex-A53)
   - Allwinner T3 (rebranded R40) and f1c100s (armv5)
   - NXP i.MX7ULP (1x Cortex-A7 + 1x Cortex-M4)
   - NXP LS1028A (2x Cortex-A72), LX2160A (16x Cortex-A72)

  New platforms:
   - Rockchip: Gru Scarlet (RK3188 Tablet)
   - Amlogic: Phicomm N1 (S905D), Libretech S805-AC
   - Broadcom: Linksys EA6500 v2 Wi-Fi router (BCM4708)
   - Qualcomm: QCS404 base platform and EVB
   - Qualcomm: Remove of Arrow SD600
   - PXA: First PXA3xx DT board: Raumfeld
   - Aspeed: Facebook Backpack-CMM BMC
   - Renesas iWave G20D-Q7 (RZ/G1N)
   - Allwinner t3-cqa3t-bv3 (T3/R40) and Lichee Pi Nano (F1C100s)
   - Allwinner Emlid Neutis N5, Mapleboard MP130
   - Marvell Macchiatobin Single Shot (Armada 8040, no 10GbE)
   - i.MX: mtrion emCON-MX6, imx6ul-pico-pi, imx7d-sdb-reva
   - VF610: Liebherr's BK4 device, ZII SCU4 AIB board
   - i.MX7D PICO Hobbit baseboard
   - i.MX7ULP EVK board
   - NXP LX2160AQDS and LX2160ARDB boards

  Other:
   - Coresight binding updates across the board
   - CPU cooling maps updates across the board"

* tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (648 commits)
  ARM: dts: suniv: Fix improper bindings include patch
  ARM: dts: sunxi: Enable Broadcom-based Bluetooth for multiple boards
  arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node
  ARM: dts: suniv: Fix improper bindings include patch
  arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  arm64: dts: Remove unused properties from FSL QSPI driver nodes
  ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
  ARM: dts: Remove unused properties from FSL QSPI driver nodes
  arm64: dts: ti: k3-am654: Enable main domain McSPI0
  arm64: dts: ti: k3-am654: Add McSPI DT nodes
  arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
  arm64: dts: ti: k3-am654-base-board: Enable ECAP PWM
  arm64: dts: ti: k3-am65-main: Add ECAP PWM node
  arm64: dts: ti: k3-am654-base-board: Add I2C nodes
  arm64: dts: ti: am654-base-board: Add pinmux for main uart0
  arm64: dts: ti: k3-am65: Add pinctrl regions
  dt-bindings: pinctrl: k3: Introduce pinmux definitions
  ARM: dts: exynos: Specify I2S assigned clocks in proper node
  ARM: dts: exynos: Add missing CPUs in cooling maps for Odroid X2
  ...
2018-12-31 17:36:02 -08:00
..
can dt-bindings: can: flexcan: add stop mode property to device tree 2018-11-28 16:51:43 +01:00
dsa net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding 2018-12-10 12:07:56 -08:00
ieee802154 ieee802154: Add device tree documentation for MCR20A 2018-02-21 09:08:15 +01:00
nfc treewide: convert ISO_8859-1 text comments to utf-8 2018-08-23 18:48:43 -07:00
wireless dt-bindings: net: ath10k: add new dt entry to identify external FEM 2018-12-20 19:09:51 +02:00
allwinner,sun4i-emac.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
allwinner,sun4i-mdio.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
allwinner,sun7i-a20-gmac.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
altera_tse.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
amd-xgbe.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
anarion-gmac.txt dt-bindings: net: Document bindings for anarion-gmac 2017-08-06 21:31:32 -07:00
apm-xgene-enet.txt
apm-xgene-mdio.txt
arc_emac.txt
bluetooth.txt dt-bindings: net: document Bluetooth bindings in one place 2017-10-06 20:35:47 +02:00
brcm,amac.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
brcm,bcm7445-switch-v4.0.txt net: dsa: bcm_sf2: Update compatible string for 7278B0 2017-12-15 10:57:04 -05:00
brcm,bcmgenet.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
brcm,iproc-mdio.txt
brcm,mdio-mux-iproc.txt dt-bindings: net: Add clock handle to Broadcom iProc mdio mux 2018-08-02 14:36:49 -07:00
brcm,systemport.txt net: systemport: Add support for SYSTEMPORT Lite 2017-01-22 16:56:06 -05:00
brcm,unimac-mdio.txt net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider 2018-09-21 19:08:24 -07:00
broadcom-bcm87xx.txt
broadcom-bluetooth.txt dt-bindings: net: broadcom-bluetooth: Add BCM4330 compatible string 2018-12-19 00:28:38 +01:00
btusb.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
calxeda-xgmac.txt
cavium-mdio.txt
cavium-mix.txt
cavium-pip.txt
cirrus,cs89x0.txt
cortina,gemini-ethernet.txt net: ethernet: Add DT bindings for the Gemini ethernet 2018-01-15 14:38:55 -05:00
cortina.txt dt-bindings: net: Add Cortina device tree bindings 2017-05-30 12:42:27 -04:00
cpsw-phy-sel.txt
cpsw.txt dt-bindings: net: ti: cpsw: switch to use phy-gmii-sel phy 2018-12-12 10:01:41 +05:30
davicom-dm9000.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
davinci_emac.txt
davinci-mdio.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
dwmac-sun8i.txt dt-binding: dwmac-sun8i: add H6 compatible string (w/ A64 fallback) 2018-11-05 10:00:23 +01:00
emac_rockchip.txt
ethernet.txt of_net: Implement of_get_nvmem_mac_address helper 2018-03-30 10:40:18 -04:00
ezchip_enet.txt
faraday,ftmac.txt dt-bindings: net: generalize moxart-mac to support all faraday based ftmac IP 2017-03-21 14:45:38 -05:00
fixed-link.txt
fsl-fec.txt dt-bindings: fec: Make the phy-reset-gpio polarity explicit 2017-12-11 11:26:59 -05:00
fsl-fman.txt Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
fsl-tsec-phy.txt dt-bindings: ptp: add ptp-qoriq.txt 2018-05-28 23:05:12 -04:00
ftgmac100.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
gpmc-eth.txt dt-bindings: gpmc: Correct location of generic gpmc binding 2017-06-22 21:12:15 +02:00
hisilicon-femac-mdio.txt
hisilicon-femac.txt
hisilicon-hip04-net.txt
hisilicon-hix5hd2-gmac.txt net: hix5hd2_gmac: fix compatible strings name 2016-12-20 14:12:29 -05:00
hisilicon-hns-dsaf.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
hisilicon-hns-mdio.txt
hisilicon-hns-nic.txt
ibm,emac.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
icplus-ip101ag.txt dt-bindings: net: phy: add bindings for the IC Plus Corp. IP101A/G PHYs 2018-11-18 16:16:20 -08:00
ipq806x-dwmac.txt
keystone-netcp.txt
lantiq,xrx200-net.txt dt-bindings: net: lantiq, xrx200-net: Use lower case in hex 2018-09-17 08:12:11 -07:00
lpc-eth.txt
macb.txt ARM: dts: at91: add new compatibility string for macb on sama5d3 2018-09-17 07:54:40 -07:00
marvell-armada-370-neta.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
marvell-bt-8xxx.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
marvell-neta-bm.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
marvell-orion-mdio.txt dt-bindings: orion-mdio: document the new xmdio compatible 2017-06-16 12:27:13 -04:00
marvell-orion-net.txt net: mv643xx_eth: Fetch the phy connection type from DT 2016-10-29 15:11:36 -04:00
marvell-pp2.txt Documentation/bindings: net: marvell-pp2: update the IRQs description 2018-09-19 21:09:53 -07:00
marvell-pxa168.txt
marvell,prestera.txt dt-bindings: marvell,prestera: Add common compatible string 2018-09-24 17:16:54 +02:00
maxim,ds26522.txt
mdio-gpio.txt
mdio-mux-gpio.txt
mdio-mux-mmioreg.txt net: mdio-mux-mmioreg: Add support for 16bit and 32bit register sizes 2016-11-09 12:50:55 -05:00
mdio-mux.txt
mdio.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
mediatek-bluetooth.txt dt-bindings: net: bluetooth: Add mediatek-bluetooth 2018-08-07 21:32:01 +02:00
mediatek-dwmac.txt net-next: dt-binding: dwmac-mediatek: remove fine-tune property 2018-12-19 16:24:58 -08:00
mediatek-net.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mediatek,mt7620-gsw.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
meson-dwmac.txt dt-bindings: net: meson-dwmac: new compatible name for AXG SoC 2018-05-01 11:29:59 -04:00
micrel-ks8851.txt
micrel-ks8995.txt
micrel-ksz90x1.txt dt-bindings: net: add support for Microchip KSZ9131 2018-10-19 17:02:23 -07:00
micrel.txt
microchip,enc28j60.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
microchip,lan78xx.txt dt-bindings: Document the DT bindings for lan78xx 2018-04-20 11:39:09 -04:00
mscc-miim.txt dt-bindings: net: add DT bindings for Microsemi MIIM 2018-05-15 16:41:14 -04:00
mscc-ocelot.txt dt-bindings: net: ocelot: remove hsio from the list of register address spaces 2018-10-05 14:36:43 -07:00
mscc-phy-vsc8531.txt dt-bindings: net: phy: mscc: vsc8531: factorize vsc8531, led-N-mode 2018-09-04 10:47:53 -07:00
nixge.txt dt-bindings: net: Add bindings for National Instruments XGE netdev 2018-03-29 11:50:59 -04:00
nokia-bluetooth.txt dt-bindings: net: bluetooth: Add nokia-bluetooth 2017-04-13 10:32:23 +02:00
nxp,lpc1850-dwmac.txt
opencores-ethoc.txt
oxnas-dwmac.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
phy.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
qca,qca7000.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
qcom-emac.txt
qualcomm-bluetooth.txt dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990 2018-08-03 14:44:06 +02:00
ralink,rt2880-net.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ralink,rt3050-esw.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
renesas,ravb.txt dt-bindings: net: ravb: Add support for r8a774c0 SoC 2018-12-15 13:04:55 -08:00
rockchip-dwmac.txt net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30 2018-06-29 22:19:05 +09:00
samsung-sxgbe.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
sff,sfp.txt Documentation/bindings: net: the sfp i2c-bus property is now mandatory 2018-05-23 14:34:27 -04:00
sh_eth.txt sh_eth: Add R7S9210 support 2018-08-29 18:10:28 -07:00
smsc911x.txt dt-bindings: net: sms911x: Add missing optional VDD regulators 2017-06-20 15:14:56 -04:00
smsc-lan87xx.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
smsc-lan91c111.txt net: smsc91x: add u16 workaround for pxa platforms 2016-10-18 14:14:21 -04:00
snps,dwc-qos-ethernet.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
socfpga-dwmac.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
socionext-netsec.txt dt-bindings: net: Add DT bindings for Socionext Netsec 2018-01-10 14:50:29 -05:00
socionext,uniphier-ave4.txt dt-bindings: net: ave: add syscon-phy-mode property to configure phy-mode setting 2018-04-20 10:49:40 -04:00
sti-dwmac.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
stm32-dwmac.txt dt-bindings: stm32-dwmac: add support of MPU families 2018-05-28 23:08:29 -04:00
stmmac.txt Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-08-15 15:04:25 -07:00
ti-bluetooth.txt dt-bindings: net: add TI CC2560 Bluetooth chip 2017-12-13 09:38:34 +01:00
ti,dp83867.txt net: phy: dp83867: Add documentation for CLK_OUT pin muxing 2018-02-14 15:33:43 -05:00
via-rhine.txt
via-velocity.txt
xilinx_axienet.txt net: axienet: add support for standard phy-mode binding 2017-07-17 08:51:57 -07:00
xilinx_gmii2rgmii.txt