Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6473be47 authored by Alok Chauhan's avatar Alok Chauhan
Browse files

i2c-msm-v2: Update bus scaling voting value



Update bus scaling voting value for i2c.

Change-Id: Iac9baf59adbf01cb38dca1d1c76ee85eb7103cd6
Signed-off-by: default avatarAlok Chauhan <alokc@codeaurora.org>
parent 408d933c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ enum msm_spi_clk_path_vec_idx {
	I2C_MSM_CLK_PATH_RESUME_VEC,
};
#define I2C_MSM_CLK_PATH_AVRG_BW(ctrl) (0)
#define I2C_MSM_CLK_PATH_BRST_BW(ctrl) (ctrl->rsrcs.clk_freq_in * 8)
#define I2C_MSM_CLK_PATH_BRST_BW(ctrl) (76800000)

static char const * const i2c_msm_gpio_names[] = {"i2c_clk", "i2c_sda"};