Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f11736d authored by Rob Herring's avatar Rob Herring Committed by Florian Fainelli
Browse files

ARM: dts: bcm: fix msi-controller name and unit address



The unit address for the msi controller is not valid as there is no reg
property, so remove it. Also, msi-controller is the preferred node name.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: Jon Mason <jonmason@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Acked-by: default avatarRay Jui <ray.jui@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 3a599e0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@
			status = "disabled";

			msi-parent = <&msi0>;
			msi0: msi@18012000 {
			msi0: msi-controller {
				compatible = "brcm,iproc-msi";
				msi-controller;
				interrupt-parent = <&gic>;
@@ -240,7 +240,7 @@
			status = "disabled";

			msi-parent = <&msi1>;
			msi1: msi@18013000 {
			msi1: msi-controller {
				compatible = "brcm,iproc-msi";
				msi-controller;
				interrupt-parent = <&gic>;
+3 −3
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@
		status = "disabled";

		msi-parent = <&msi0>;
		msi0: msi@18012000 {
		msi0: msi-controller {
			compatible = "brcm,iproc-msi";
			msi-controller;
			interrupt-parent = <&gic>;
@@ -516,7 +516,7 @@
		status = "disabled";

		msi-parent = <&msi1>;
		msi1: msi@18013000 {
		msi1: msi-controller {
			compatible = "brcm,iproc-msi";
			msi-controller;
			interrupt-parent = <&gic>;
@@ -552,7 +552,7 @@
		status = "disabled";

		msi-parent = <&msi2>;
		msi2: msi@18014000 {
		msi2: msi-controller {
			compatible = "brcm,iproc-msi";
			msi-controller;
			interrupt-parent = <&gic>;