[PATCH v4 1/7] video: xilinxfb: Fix OF probing on little-endian systems

2013-06-03 Thread Michal Simek
From: Michal Simek DTB is always big-endian that's why it is necessary to properly convert value (*p). It is automatically done in of_property_read_u32(). Signed-off-by: Michal Simek --- Changes in v4: None Changes in v3: - fix commit message Changes in v2: - use of_property_read_u32 helper

[PATCH v4 1/7] video: xilinxfb: Fix OF probing on little-endian systems

2013-06-03 Thread Michal Simek
From: Michal Simek mon...@monstr.eu DTB is always big-endian that's why it is necessary to properly convert value (*p). It is automatically done in of_property_read_u32(). Signed-off-by: Michal Simek michal.si...@xilinx.com --- Changes in v4: None Changes in v3: - fix commit message Changes in