diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-03-16 07:16:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 21:18:13 +0100 |
commit | f57f27bc6ed7106276004dd224aaeeb160a5b4b8 (patch) | |
tree | 91467ef4a24198697de7074b45d7eaa9553bf443 /net | |
parent | memory: emif: errata i743: Prohibit usage of Power-Down mode (diff) | |
download | linux-f57f27bc6ed7106276004dd224aaeeb160a5b4b8.tar.xz linux-f57f27bc6ed7106276004dd224aaeeb160a5b4b8.zip |
memory: emif: Load the correct custom config values from dt
of_get_property returns value in Big Endian format.
Before using this value it should be converted to little endian
using be32_to_cpup().
Custom configs of emif are read from dt using of_get_property,
but these are not converted to litte endian format.
Correcting the same here.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions