There is a error in i.MX7D RM RevB.
Actually the register of SRC_MIPIPHY_RCR(src offset 0x28)
bit 1 for MIPI PHY Master Reset
bit 2 for MIPI PHY Slave Reset.
Signed-off-by: Sandor Yu <R01008@freescale.com>
(cherry picked from commit
4f3128a79c023319c9e21690be866dc46a9d6816)
<&clks IMX7D_MIPI_DPHY_ROOT_CLK>;
clock-names = "mipi_clk", "phy_clk";
mipi-phy-supply = <®_1p0d>;
- csis-phy-reset = <&src 0x28 1>;
+ csis-phy-reset = <&src 0x28 2>;
bus-width = <4>;
status = "disabled";
};