From: Bhadram Varka <vbhad...@nvidia.com> Date: Thu, 2 Nov 2017 12:52:13 +0530
> Numbers in DT are stored in “cells” which are 32-bits > in size. of_property_read_u8 does not work properly > because of endianness problem. > > This causes it to always return 0 with little-endian > architectures. > > Fix it by using of_property_read_u32() OF API. > > Signed-off-by: Bhadram Varka <vbhad...@nvidia.com> Applied, thank you.