commit | 25c45d897016bd2c92820abfd59c800aaec7d62b | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Wed Sep 14 12:23:59 2016 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Mon Feb 06 11:28:45 2017 -0500 |
tree | 363f1e49a1878e53bd96878bf1a0e1874bfd0b82 | |
parent | 3a3ff88a0fc18ad45f0f5818a4f3de395da68d47 [diff] |
drm/msm/dsi: Add a PHY op that initializes version specific stuff Create an init() op for dsi_phy which sets up things specific to a given DSI PHY. The dsi_phy driver probe expects every DSI version to get a "dsi_phy_regulator" mmio base. This isn't the case for 8x96. Creating an init() op will allow us to accommodate such differences. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>