mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
f57f27bc6e
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> |
||
---|---|---|
.. | ||
emif.c | ||
emif.h | ||
Kconfig | ||
Makefile | ||
of_memory.c | ||
of_memory.h | ||
tegra20-mc.c | ||
tegra30-mc.c |