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: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Frank Li 2026-02-02 14:43:18 -05:00
parent a96f415ab5
commit c79cb42baf
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>;