diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2022-03-16 10:52:06 +1300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-03-17 10:49:26 +0100 |
commit | 270a95966881f25c17590e9702860fd1101cfb66 (patch) | |
tree | 21e5167fee3749052d9cca5de15bc05c62ba6568 /Documentation/devicetree | |
parent | 05fc65f3f5e45e8194e16b8e43e92133ada06e26 (diff) | |
download | linux-270a95966881f25c17590e9702860fd1101cfb66.tar.bz2 |
dt-bindings: net: mvneta: Add marvell,armada-ac5-neta
The out of band port on the 98DX2530 SoC is similar to the armada-3700
except it requires a slightly different MBUS window configuration. Add a
new compatible string so this difference can be accounted for.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt index 691f886cfc4a..2bf31572b08d 100644 --- a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt +++ b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt @@ -5,6 +5,7 @@ Required properties: "marvell,armada-370-neta" "marvell,armada-xp-neta" "marvell,armada-3700-neta" + "marvell,armada-ac5-neta" - reg: address and length of the register set for the device. - interrupts: interrupt for the device - phy: See ethernet.txt file in the same directory. |