Re: [PATCH v4 5/9] dt-bindings: net: Add Tegra234 MGBE
From: Rob Herring <robh@kernel.org>
Date: 2022-07-11 19:09:53
Also in:
linux-devicetree, linux-tegra
From: Rob Herring <robh@kernel.org>
Date: 2022-07-11 19:09:53
Also in:
linux-devicetree, linux-tegra
On Thu, 07 Jul 2022 09:48:14 +0200, Thierry Reding wrote:
From: Bhadram Varka <redacted> Add device-tree binding documentation for the Multi-Gigabit Ethernet (MGBE) controller found on NVIDIA Tegra234 SoCs. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Bhadram Varka <redacted> Signed-off-by: Thierry Reding <redacted> --- Changes in v4: - uses fixed lists of items for clock-names and reset-names - add missing maxItems to interrupts property - drop minItems where it equals maxItems - drop unnecessary blank lines - drop redundant comment Changes in v3: - add macsec and macsec-ns interrupt names - improve mdio bus node description - drop power-domains description - improve bindings title Changes in v2: - add supported PHY modes - change to dual license .../bindings/net/nvidia,tegra234-mgbe.yaml | 162 ++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml
Reviewed-by: Rob Herring <robh@kernel.org>