]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
misc: tegra_cec: add DT matching entry
authorXia Yang <xiay@nvidia.com>
Wed, 2 Jul 2014 22:39:38 +0000 (15:39 -0700)
committerLaxman Dewangan <ldewangan@nvidia.com>
Tue, 15 Jul 2014 07:11:20 +0000 (00:11 -0700)
commitdb3c6f819c5cc0f2f289d61edca34480e24af812
treee3891da891e79ce3ae90f8847f549a22c343f407
parent3ffd67b5ee1c18bbac4348b0356a8eaf53cb0c05
misc: tegra_cec: add DT matching entry

Auxdata still have to be provided in of_platform_populate()
during early boot device detection to get the device correctly
named as "tegra_cec".  Failing to do so will result in device
probe failure as of_device_make_bus_id() will name the device
as "[phys_base].tegra_cec" and cause clock assignment failure.

Bug 200013561

Change-Id: Ib0f898f89146cba7f02cffb768c6a2eb558400ce
Signed-off-by: Xia Yang <xiay@nvidia.com>
Reviewed-on: http://git-master/r/433871
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/misc/tegra-cec/tegra_cec.c