Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Eddie James and committed by
Joel Stanley
b3e10b5e 33f466ee

+3 -2
+3 -2
arch/arm/boot/dts/aspeed-g5.dtsi
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 #include <dt-bindings/clock/aspeed-clock.h> 3 + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 3 4 4 5 / { 5 6 model = "Aspeed BMC"; ··· 268 267 reg = <0x1e6e7000 0x100>; 269 268 clocks = <&syscon ASPEED_CLK_GATE_BCLK>; 270 269 resets = <&syscon ASPEED_RESET_XDMA>; 271 - interrupts-extended = <&vic 6>, <&scu_ic 2>; 272 - pcie-device = "bmc"; 270 + interrupts-extended = <&vic 6>, <&scu_ic ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI>; 271 + aspeed,pcie-device = "bmc"; 273 272 aspeed,scu = <&syscon>; 274 273 status = "disabled"; 275 274 };