Commit bd71af3c authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Tony Lindgren

ARM: dts: omap4-devkit8000: fix gpmc ranges property

With two separate &gpmc nodes the second ranges property overwrites the
first. So put nand and ethernet in a single node and merge the ranges.

While at it also fix the ethernet suffix.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5c73cdf2
...@@ -201,7 +201,8 @@ &mcbsp2 { ...@@ -201,7 +201,8 @@ &mcbsp2 {
}; };
&gpmc { &gpmc {
ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */ ranges = <0 0 0x30000000 0x1000000 /* CS0: 16MB for NAND */
6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
nand@0,0 { nand@0,0 {
compatible = "ti,omap2-nand"; compatible = "ti,omap2-nand";
...@@ -256,12 +257,8 @@ filesystem@680000 { ...@@ -256,12 +257,8 @@ filesystem@680000 {
reg = <0x680000 0xf980000>; reg = <0x680000 0xf980000>;
}; };
}; };
};
&gpmc {
ranges = <6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
ethernet@0,0 { ethernet@6,0 {
compatible = "davicom,dm9000"; compatible = "davicom,dm9000";
reg = <6 0x000 2 reg = <6 0x000 2
6 0x400 2>; /* CS6, offset 0 and 0x400, IO size 2 */ 6 0x400 2>; /* CS6, offset 0 and 0x400, IO size 2 */
......
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