Commit b357ffd8 authored by Adam Ford's avatar Adam Ford Committed by Shawn Guo
Browse files

ARM: dts: imx: Change spba to spba-bus



With the updated dt-bindings for the spba-bus, rename spba@xxxx
to spba-bus@xxxx.  There are no functional changes.

Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0de4ab81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ audmux: audmux@43fb0000 {
			};
		};

		spba@50000000 {
		spba-bus@50000000 {
			compatible = "fsl,spba-bus", "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ uart5: serial@43fb4000 {
			};
		};

		spba@50000000 {
		spba-bus@50000000 {
			compatible = "fsl,spba-bus", "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ bus@50000000 { /* AIPS1 */
			reg = <0x50000000 0x10000000>;
			ranges;

			spba@50000000 {
			spba-bus@50000000 {
				compatible = "fsl,spba-bus", "simple-bus";
				#address-cells = <1>;
				#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ bus@70000000 { /* AIPS1 */
			reg = <0x70000000 0x10000000>;
			ranges;

			spba@70000000 {
			spba-bus@70000000 {
				compatible = "fsl,spba-bus", "simple-bus";
				#address-cells = <1>;
				#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ bus@50000000 { /* AIPS1 */
			reg = <0x50000000 0x10000000>;
			ranges;

			spba@50000000 {
			spba-bus@50000000 {
				compatible = "fsl,spba-bus", "simple-bus";
				#address-cells = <1>;
				#size-cells = <1>;
Loading