mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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:
parent
a96f415ab5
commit
c79cb42baf
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user