summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGil Pitney <gil.pitney@linaro.org>2017-04-21 14:02:47 -0700
committerKumar Gala <kumar.gala@linaro.org>2017-04-28 15:06:41 -0500
commit98cdbc4e32e7327296d819733d661ef25264594d (patch)
treeee481e6ee0b62092be32858cc334ce8147ed9f19
parenta3e8a850f736ea857fc4d49ce506986c59986242 (diff)
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>
-rw-r--r--dts/arm/cc3220sf_launchxl.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/arm/cc3220sf_launchxl.dts b/dts/arm/cc3220sf_launchxl.dts
index 79fe0876e..7093d2739 100644
--- a/dts/arm/cc3220sf_launchxl.dts
+++ b/dts/arm/cc3220sf_launchxl.dts
@@ -19,5 +19,5 @@
&uart0 {
status = "ok";
- baud-rate = <115200>;
+ current-speed = <115200>;
};