commit | 47a48a92102b7e5a33356f87ca1b4873d2fce2f1 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Oct 29 16:28:25 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Wed Nov 23 01:23:36 2016 -0600 |
tree | f46328f41352d32450de396f4a06d754790c41d7 | |
parent | 5bda6c0eb7cddc9e109c9f79d500288af0704e7a [diff] |
powerpc/fsl_soc: improve and simplify get_brgfreq Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of brgfreq into get_brgfreq because it's private to this function. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> [scottwood: minor whitespace fixes] Signed-off-by: Scott Wood <oss@buserror.net>