Re: [PATCH 1/2] clk: gcc-msm8996: Fix pcie 2 pipe register offset

2016-08-25 Thread Stephen Boyd
On 08/25, Srinivas Kandagatla wrote: > This patch corrects the register offset for pcie2 pipe clock. > Offset according to datasheet is 0x6e018 instead of 0x6e108. > > Signed-off-by: Srinivas Kandagatla > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Fo

[PATCH 1/2] clk: gcc-msm8996: Fix pcie 2 pipe register offset

2016-08-25 Thread Srinivas Kandagatla
This patch corrects the register offset for pcie2 pipe clock. Offset according to datasheet is 0x6e018 instead of 0x6e108. Signed-off-by: Srinivas Kandagatla --- drivers/clk/qcom/gcc-msm8996.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/qcom/gcc-msm8996.c