Re: [PATCH 2/4] clk: qcom: videocc-sm8150: Update the videocc resets

From: Bryan O'Donoghue
Date: Wed Nov 15 2023 - 12:09:20 EST


On 15/11/2023 16:48, Konrad Dybcio wrote:
+    [VIDEO_CC_INTERFACE_BCR] = { 0x9ac },
+    [VIDEO_CC_MVS0_BCR] = { 0x870 },
+    [VIDEO_CC_MVS1_BCR] = { 0x8b0 },
+    [VIDEO_CC_MVSC_BCR] = { 0x810 },
FWIW this seems to be a copypaste from

https://git.codelinaro.org/clo/la/kernel/msm-5.4/-/blame/92b31370d31d22e910120f6a875bf0919b3f1773/drivers/clk/qcom/videocc-sm8150.c

so if it's an issue, it should probably be fixed downstream too

More of a question than a gotcha - 0x9ac is valid for sm8250 so curious to me that its a different address on sm8150.

---
bod