The wrong IRQ trigger type for the macirq was causing the connection speed to drop after a few hours when stress testing the DUT. The fix seems also to fix another long standing issue with EEE. The fixes are tested on a AXG board but we think that the same fix is valid also for all the others Amlogic SoC families. Changelog: V2: - Merge arm64 patches in one single patch - Merge arm patches in a different patch - Added T/R/A to the arm64 patch Carlo Caione (2): arm64: dts: meson: Fix IRQ trigger type for macirq arm: dts: meson: Fix IRQ trigger type for macirq arch/arm/boot/dts/meson.dtsi | 2 +- arch/arm/boot/dts/meson8b-odroidc1.dts | 1 - arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 1 - arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +- arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 1 - arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 1 - 7 files changed, 3 insertions(+), 7 deletions(-) -- 2.19.1