提交 b3e10b5e 编写于 作者: E Eddie James 提交者: Joel Stanley

ARM: dts: aspeed: ast2500: Update XDMA engine node

Correct the pcie-device property, and add the Aspeed SCU interrupt
controller include.
Signed-off-by: NEddie James <eajames@linux.ibm.com>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
上级 33f466ee
// SPDX-License-Identifier: GPL-2.0+ // SPDX-License-Identifier: GPL-2.0+
#include <dt-bindings/clock/aspeed-clock.h> #include <dt-bindings/clock/aspeed-clock.h>
#include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>
/ { / {
model = "Aspeed BMC"; model = "Aspeed BMC";
...@@ -267,8 +268,8 @@ ...@@ -267,8 +268,8 @@
reg = <0x1e6e7000 0x100>; reg = <0x1e6e7000 0x100>;
clocks = <&syscon ASPEED_CLK_GATE_BCLK>; clocks = <&syscon ASPEED_CLK_GATE_BCLK>;
resets = <&syscon ASPEED_RESET_XDMA>; resets = <&syscon ASPEED_RESET_XDMA>;
interrupts-extended = <&vic 6>, <&scu_ic 2>; interrupts-extended = <&vic 6>, <&scu_ic ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI>;
pcie-device = "bmc"; aspeed,pcie-device = "bmc";
aspeed,scu = <&syscon>; aspeed,scu = <&syscon>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册