board: 8226: add aux data for hsic device
User space scripts use "msm_hsic_host" device name to unbind
the driver when no device is attached to the hsic during boot up.
It is working since the HSIC driver changes the device name to
"msm_hsic_host" in probe(). Changing the device name after
the platform device registration leads to memory corruption.
Instead use AUXDATA to solve this problem.
CRs-Fixed: 568103
Change-Id: If080adc238b97964b5499450cd410cf125ff5c18
Signed-off-by:
Pavankumar Kondeti <pkondeti@codeaurora.org>
Loading
Please register or sign in to comment