cc3220sf: Update "baud-rate" dts property to "current-speed"

This to align with previous patch:
"dts: Align uart "baud-rate" property to device tree spec "current-speed""

Jira: ZEP-1958

Change-Id: I65328cf63e25b0378f270b5f60deb9d6a1f49b8c
Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
This commit is contained in:
Gil Pitney 2017-04-21 14:02:47 -07:00 committed by Kumar Gala
commit 98cdbc4e32

View file

@ -19,5 +19,5 @@
&uart0 {
status = "ok";
baud-rate = <115200>;
current-speed = <115200>;
};