commit | 29e91a6013f325287369972111a496cf9cb0d192 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Apr 28 11:15:57 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 30 04:46:59 2020 -0500 |
tree | 8461cefb3f9a05b4719f40126258758191cf1daa | |
parent | bf44f62b60c285348c185b81b6ee063d8e7db934 [diff] |
soc: snps_arc_iot: replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY w/new macros Replace DT_SNPS_ARCEM_0_CLOCK_FREQUENCY with a PATH based reference to cpu@0 (DT_PATH(cpus, cpu_0)) and than getting the clock_frequency property: DT_SNPS_ARCEM_0_CLOCK_FREQUENCY -> DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) Signed-off-by: Kumar Gala <kumar.gala@linaro.org>