Commit c79cb42b authored by Frank Li's avatar Frank Li
Browse files

ARM: dts: imx35: rename emi to emi-bus to fix CHECK_DTBS warning

Rename emi to emi-bus to fix below CHECK_DTBS warning:
arch/arm/boot/dts/nxp/imx/imx31-bug.dtb: emi@b8000000 (simple-bus): $nodename:0: 'emi@b8000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
        from schema $id: http://devicetree.org/schemas/simple-bus.yaml



Signed-off-by: default avatarFrank Li <Frank.Li@nxp.com>
parent a96f415a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ pwm: pwm@53fe0000 {
			};
		};

		emi@b8000000 { /* External Memory Interface */
		emi-bus@b8000000 { /* External Memory Interface */
			compatible = "simple-bus";
			reg = <0xb8000000 0x5000>;
			ranges;
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ usbmisc: usbmisc@53ff4600 {
			};
		};

		emi@80000000 { /* External Memory Interface */
		emi-bus@80000000 { /* External Memory Interface */
			compatible = "fsl,emi", "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;