Vitaly Bordug wrote:
On Tue, 17 Jul 2007 20:35:50 -0500
Scott Wood wrote:
quoted
+ "fsl,cpm-uart";
reg = <11a00 20 8000 100>;
- current-speed = <1c200>;
Hmm, how is it supposed to work without speed? I was testing my u-boot OF bindings for 82xx and spotted into it.
The same way all the other device trees without current-speed work --
one passes console=whatever on the command line.
Feel free to have u-boot add the actual current speed (rather than a
hardcoded default speed) if you want, though.
-Scott