commit | 5bda6c0eb7cddc9e109c9f79d500288af0704e7a | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Oct 29 16:27:14 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Wed Nov 23 01:23:36 2016 -0600 |
tree | 09aaed794c0ec0c6330e41763e2f7ad13e6b7bf4 | |
parent | 00b6cfc4c4ee32c6031d1645548f1bf4e6104c45 [diff] |
powerpc/fsl_soc: improve and simplify fsl_get_sys_freq Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of sysfreq into fsl_get_sys_freq because it's private to this function. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Scott Wood <oss@buserror.net>