* Cousson, Benoit <b-cousson@xxxxxx> [111215 12:56]: > > Nit: The convention is without the 0x prefix. OK will post an updated version as a reply to this email. > Beside that, that looks good top me. But I'll not be able to try it :-) Boots fine with the following n8x0.dts patch. Currently MMC of course won't mount and the file should be separate for n800 and and n810.. So this patch is not yet quite ready to go. Regards, Tony From: Tony Lindgren <tony@xxxxxxxxxxx> Date: Thu, 15 Dec 2011 13:04:31 -0800 Subject: [PATCH] arm/dts: Add minimal n8x0 device tree support Add minimal n8x0 device tree support Not-Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> --- /dev/null +++ b/arch/arm/boot/dts/nokia-n8x0.dts @@ -0,0 +1,17 @@ +/dts-v1/; + +/include/ "omap2.dtsi" + +/ { + model = "Nokia N8x0"; + compatible = "nokia,n8x0", "ti,omap2420", "ti,omap2"; + + chosen { + bootargs = "root=/dev/mmcblk2p2 rw console=ttyO2,115200n8 debug earlyprintk"; + }; + + memory { + device_type = "memory"; + reg = <0x80000000 0x08000000>; /* 128 MB */ + }; +}; -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html