[PATCH 1/4] ARM: socfpga: dts: Move common nodes to cyclone5 dtsi
From: Dinh Nguyen <hidden>
Date: 2013-10-03 18:29:47
Also in:
linux-devicetree
On Thu, 2013-10-03 at 18:37 +0200, Steffen Trumtrar wrote:
Hi Dinh, On Thu, Oct 03, 2013 at 09:58:41AM -0500, Dinh Nguyen wrote:quoted
On Wed, 2013-10-02 at 09:35 +0200, Steffen Trumtrar wrote:quoted
+/include/ "socfpga_cyclone5.dtsi" + +/ { + model = "Altera SOCFPGA Cyclone V SoC Development Kit"; + compatible = "altr,socfpga-cyclone5", "altr,socfpga"; + + chosen { + bootargs = "console=ttyS0,57600";Thanks for doing this. It looks good. While you're at it can you make this 115200? 57600 was early in the bring-up stage.I can also completely remove this. The question is: does u-boot need this line or does it add this line itself? We added basic support for SoCFPGA to barebox (well, it will go live with the october release AFAIK. With SoCKit and SoCrates boards) and we normally do not need to put the bootargs in the DT. So, I would be okay to remove this line OR if u-boot uses it, change it to 115200. What do you think?
If bootargs is not specified in uboot, then this dts bootargs will be used. So yes, please change it to 115200. Thanks, Dinh
quoted
quoted
+ }; + + memory { + name = "memory"; + device_type = "memory"; + reg = <0x0 0x40000000>; /* 1GB */ + }; + + aliases { + /* this allow the ethaddr uboot environmnet variable contents + * to be added to the gmac1 device tree blob. + */ + ethernet0 = &gmac1; + }; +};With the change to 115200, Acked-by: Dinh Nguyen <redacted>Thanks. Regards, Steffen