Go to file
Vladimir Oltean f3c8168fdd dt-bindings: net: dsa: rzn1-a5psw: add missing CPU port phy-mode to example
To prevent warnings during "make dt_bindings_check" after dsa-port.yaml
will make phylink properties mandatory, add phy-mode = "internal" to the
example.

This new property is taken straight out of the SoC dtsi at
arch/arm/boot/dts/r9a06g032.dtsi, so it seems likely that only the
example needs to be fixed, rather than DT blobs in circulation.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-08-22 17:45:46 -07:00
Documentation dt-bindings: net: dsa: rzn1-a5psw: add missing CPU port phy-mode to example 2022-08-22 17:45:46 -07:00
LICENSES
arch Remove DECnet support from kernel 2022-08-22 14:26:30 +01:00
block
certs
crypto
drivers net: prestera: cache port state for non-phylink ports too 2022-08-22 14:56:45 +01:00
fs
include Remove DECnet support from kernel 2022-08-22 14:26:30 +01:00
init
io_uring
ipc
kernel
lib
mm
net Remove DECnet support from kernel 2022-08-22 14:26:30 +01:00
samples
scripts
security
sound
tools selftests/net: test l2 tunnel TOS/TTL inheriting 2022-08-19 16:48:41 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Remove DECnet support from kernel 2022-08-22 14:26:30 +01:00
Makefile
README

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.