Go to file
Grygorii Strashko f998dc45e4 arm64: dts: ti: k3-j721e-common-proc-board: add mcu cpsw nuss pinmux and phy defs
The TI J721E EVM base board has TI DP83867 PHY connected to external CPSW
NUSS Port 1 in rgmii-rxid mode.

Hence, add pinmux and Ethernet PHY configuration for TI j721e SoC MCU
Gigabit Ethernet two ports Switch subsystem (CPSW NUSS).

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Tested-by: Murali Karicheri <m-karicheri2@ti.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-26 20:01:14 -07:00
arch arm64: dts: ti: k3-j721e-common-proc-board: add mcu cpsw nuss pinmux and phy defs 2020-03-26 20:01:14 -07:00
block
certs
crypto
Documentation dt-binding: ti: am65x: document mcu cpsw nuss 2020-03-26 20:01:14 -07:00
drivers net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver 2020-03-26 20:01:14 -07:00
fs
include net: sched: refine extack messages in tcf_change_indev 2020-03-26 19:52:31 -07:00
init
ipc
kernel
lib
LICENSES
mm
net cls_flower: Add extack support for flags key 2020-03-26 19:52:31 -07:00
samples
scripts
security
sound
tools netdevsim: support taking immediate snapshot via devlink 2020-03-26 19:39:26 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: add marvell usb to mdio controller 2020-03-26 19:49:34 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.