diff options
author | Steen Hegelund <steen.hegelund@microchip.com> | 2021-08-19 09:39:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-20 14:28:55 +0100 |
commit | 920c293af8d01942caa10300ad97eabf778e8598 (patch) | |
tree | 4a6e6acbaa2079bfd81bc73b67bcd7eab7523455 /arch/arm64 | |
parent | 10615907e9b51c9ae92f3a6ecabd01c482f20f32 (diff) | |
download | linux-rpi-920c293af8d01942caa10300ad97eabf778e8598.tar.gz linux-rpi-920c293af8d01942caa10300ad97eabf778e8598.tar.bz2 linux-rpi-920c293af8d01942caa10300ad97eabf778e8598.zip |
arm64: dts: sparx5: Add the Sparx5 switch frame DMA support
This adds the interrupt for the Sparx5 Frame DMA.
If this configuration is present the Sparx5 SwitchDev driver will use the
Frame DMA feature, and if not it will use register based injection and
extraction for sending and receiving frames to the CPU.
Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/microchip/sparx5.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/microchip/sparx5.dtsi b/arch/arm64/boot/dts/microchip/sparx5.dtsi index ad07fff40544..787ebcec121d 100644 --- a/arch/arm64/boot/dts/microchip/sparx5.dtsi +++ b/arch/arm64/boot/dts/microchip/sparx5.dtsi @@ -471,8 +471,9 @@ <0x6 0x10004000 0x7fc000>, <0x6 0x11010000 0xaf0000>; reg-names = "cpu", "dev", "gcb"; - interrupt-names = "xtr"; - interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "xtr", "fdma"; + interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; resets = <&reset 0>; reset-names = "switch"; }; |