[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ff3aebd7-2932-fd9f-3e82-fe123b770a87@linaro.org>
Date: Thu, 26 Jan 2023 16:45:41 +0000
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: Konrad Dybcio <konrad.dybcio@...aro.org>,
Stephan Gerhold <stephan@...hold.net>
Cc: agross@...nel.org, andersson@...nel.org, djakov@...nel.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
linux-arm-msm@...r.kernel.org, linux-pm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
benl@...areup.com, shawn.guo@...aro.org, fabien.parent@...aro.org,
leo.yan@...aro.org, dmitry.baryshkov@...aro.org
Subject: Re: [PATCH v4 0/6] Add MSM8939 SoC support with two devices
On 26/01/2023 16:32, Bryan O'Donoghue wrote:
> The only input clock to GCC is XO or buffered CXO if routed through the
> PMIC.
>
> You can select via GCC::RCGR where dsiX_phy_pll_out_byteclk is *sourced*
> from XO, GPLL0_AUX or P_DSI0_PHYPLL_BYTE.
>
> So, obvs the byte clock can be any one of those input sources.
>
> But the question is, if you select dsi0_phy_pll_out_byteclk - what
> provides it ?
>
> Reviewing the LK bootloader for 3.18, it *looks* to me like the dsi0 pll
> is always switched on. The downstream kernel tree doesn't represent that.
>
> 0x01A9811C MDSS_DSI_0_CLK_CTRL
> Type: RW
> Reset State: 0x00000000 -> BIT(4) -> Turns on/off BYTECLK for the DSI.
> If set to 1, clock is ON.
>
> Hmm. I think actually it must be the case that DSI1 is a slave of DSI0.
* If and only if you set P_DSI0_PHYPLL_BYTE::SRC_SEL = 0x01, using
SRC_SEL = 0 (XO) or SRC_SEL = 0x02 (GPLL0_AUX) should negate the dependency.
I'll review downstream further - perhaps DSI1 in practice doesn't set
P_DSI0_PHYPLL_BYTE as the source clock..
---
bod
Powered by blists - more mailing lists