ARM: dts: aspeed: ast2500: Update XDMA engine node
authorEddie James <eajames@linux.ibm.com>
Tue, 5 May 2020 16:58:23 +0000 (11:58 -0500)
committerJoel Stanley <joel@jms.id.au>
Mon, 20 Jul 2020 04:58:02 +0000 (14:28 +0930)
Correct the pcie-device property, and add the Aspeed SCU interrupt
controller include.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g5.dtsi

index de7fd80..9c91afb 100644 (file)
@@ -1,5 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 #include <dt-bindings/clock/aspeed-clock.h>
+#include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>
 
 / {
        model = "Aspeed BMC";
                                reg = <0x1e6e7000 0x100>;
                                clocks = <&syscon ASPEED_CLK_GATE_BCLK>;
                                resets = <&syscon ASPEED_RESET_XDMA>;
-                               interrupts-extended = <&vic 6>, <&scu_ic 2>;
-                               pcie-device = "bmc";
+                               interrupts-extended = <&vic 6>, <&scu_ic ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI>;
+                               aspeed,pcie-device = "bmc";
                                aspeed,scu = <&syscon>;
                                status = "disabled";
                        };