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

ARM: dts: HR2: Fixed iProc PCIe MSI sub-node

Rename the msi controller unit name to 'msi' to avoid collisions with
the 'msi-controller' boolean property.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

+2 -2
+2 -2
arch/arm/boot/dts/bcm-hr2.dtsi
··· 318 318 status = "disabled"; 319 319 320 320 msi-parent = <&msi0>; 321 - msi0: msi-controller { 321 + msi0: msi { 322 322 compatible = "brcm,iproc-msi"; 323 323 msi-controller; 324 324 interrupt-parent = <&gic>; ··· 354 354 status = "disabled"; 355 355 356 356 msi-parent = <&msi1>; 357 - msi1: msi-controller { 357 + msi1: msi { 358 358 compatible = "brcm,iproc-msi"; 359 359 msi-controller; 360 360 interrupt-parent = <&gic>;