amba-clcd: Remove check for 'reg' value in clcdfb_probe
authorJon Medhurst <tixy@linaro.org>
Wed, 10 Oct 2012 12:27:25 +0000 (13:27 +0100)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:30 +0000 (11:04 +0100)
commit95c8041c5018e75c58968f0ca2251482fe6b22d6
tree80e2177df8e152c8ca1475fa6c15419a78b59101
parent778a02466db200a8a3f2875ff64f991b70440107
amba-clcd: Remove check for 'reg' value in clcdfb_probe

This check was attempting to ensure only one clcd device in the
device-tree was probed, however the check fails in the valid case where
the device is a child of another device and the 'reg' value is a offset
from the start of that other device, not an absolute address. This
occurs on vexpress with the motherboard clcd being a child of iofga.

For now, we will just have to rely on there only being one display
device specified in device-tree.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
drivers/video/amba-clcd.c