aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/amlogic
diff options
context:
space:
mode:
authorGravatar Vinod Koul <vkoul@kernel.org> 2023-05-19 23:16:43 +0530
committerGravatar Vinod Koul <vkoul@kernel.org> 2023-05-19 23:16:43 +0530
commit940797d6d53fb5ce2f83b3fa56dd47a66ee912a4 (patch)
tree956fec3b42900a5d6d1f12c19424306044a79485 /drivers/phy/amlogic
parentdt-bindings: phy: cdns,salvo: add property cdns,usb2-disconnect-threshold-mic... (diff)
parentphy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc (diff)
downloadlinux-940797d6d53fb5ce2f83b3fa56dd47a66ee912a4.tar.gz
linux-940797d6d53fb5ce2f83b3fa56dd47a66ee912a4.tar.bz2
linux-940797d6d53fb5ce2f83b3fa56dd47a66ee912a4.zip
Merge branch 'fixes' into next
This brings in the Qcom qmp patch fixes into next as well
Diffstat (limited to 'drivers/phy/amlogic')
-rw-r--r--drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c b/drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c
index c14089fa7db4..cabdddbbabfd 100644
--- a/drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c
+++ b/drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c
@@ -70,7 +70,7 @@ static int phy_g12a_mipi_dphy_analog_power_on(struct phy *phy)
HHI_MIPI_CNTL1_BANDGAP);
regmap_write(priv->regmap, HHI_MIPI_CNTL2,
- FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL0, 0x459) |
+ FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL0, 0x45a) |
FIELD_PREP(HHI_MIPI_CNTL2_DIF_TX_CTL1, 0x2680));
reg = DSI_LANE_CLK;