diff options
Diffstat (limited to 'drivers/phy/m31/phy-m31-dphy-tx0.c')
-rw-r--r-- | drivers/phy/m31/phy-m31-dphy-tx0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/m31/phy-m31-dphy-tx0.c b/drivers/phy/m31/phy-m31-dphy-tx0.c index 2bd8e43f1338..aa3cfe9d0680 100644 --- a/drivers/phy/m31/phy-m31-dphy-tx0.c +++ b/drivers/phy/m31/phy-m31-dphy-tx0.c @@ -413,7 +413,7 @@ static void polling_dphy_lock(struct sf_dphy *priv) static int sf_dphy_configure(struct phy *phy, union phy_configure_opts *opts) { struct sf_dphy *dphy = phy_get_drvdata(phy); - uint32_t bit_rate = 800000000/1000000UL;//new mipi panel clock setting + uint32_t bit_rate = 700000000/1000000UL;//new mipi panel clock setting dphy_config(dphy, bit_rate); |