commit | 0f236988e9ec13d0ee49f580f945d594bd7989a7 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Oct 29 16:29:04 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Wed Nov 23 01:23:37 2016 -0600 |
tree | 2abf752f7a982638d434b6ce2c99ea605f48801b | |
parent | 47a48a92102b7e5a33356f87ca1b4873d2fce2f1 [diff] |
powerpc/fsl_soc: improve and simplify get_baudrate Use of_property_read_u32 instead of the generic of_get_property to simplify the code. In addition move the declaration of fs_baudrate into get_baudrate because it's private to this function. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Scott Wood <oss@buserror.net>