Commit ff1450f6 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: imx27: Sort entries by address

Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a392d044
...@@ -382,11 +382,6 @@ fec: ethernet@1002b000 { ...@@ -382,11 +382,6 @@ fec: ethernet@1002b000 {
}; };
}; };
iram: iram@ffff4c00 {
compatible = "mmio-sram";
reg = <0xffff4c00 0xb400>;
};
nfc: nand@d8000000 { nfc: nand@d8000000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -396,5 +391,10 @@ nfc: nand@d8000000 { ...@@ -396,5 +391,10 @@ nfc: nand@d8000000 {
clocks = <&clks 54>; clocks = <&clks 54>;
status = "disabled"; status = "disabled";
}; };
iram: iram@ffff4c00 {
compatible = "mmio-sram";
reg = <0xffff4c00 0xb400>;
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment