On Wed, Oct 01, 2025 at 11:43:44AM +0200, Konrad Dybcio wrote: > On 9/26/25 3:53 PM, Dmitry Baryshkov wrote: > > On Fri, Sep 26, 2025 at 02:29:55PM +0530, Mani Chandana Ballary Kuntumalla > > wrote: > >> This change enables display1 clock controller. > >> > >> Signed-off-by: Mani Chandana Ballary Kuntumalla <[email protected]> > >> --- > >> arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi | 4 ++++ > >> 1 file changed, 4 insertions(+) > >> > >> diff --git a/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi > >> b/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi > >> index c69aa2f41ce2..d4436bc473ba 100644 > >> --- a/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi > >> +++ b/arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi > >> @@ -436,6 +436,10 @@ vreg_l8e: ldo8 { > >> }; > >> }; > >> > >> +&dispcc1 { > >> + status = "okay"; > > > > I think this one should be enabled by default. Unless Konrad or Bjorn > > disagrees, please fix lemans.dtsi. > > Of course there is no reason for clock controllers to be disabled >
On SC8280XP we have the same setup (two MDSS), there the clock controller was left disabled because not all SKUs had that IP-block accessible. Whether this is the case of not for Lemans I don't know, if it is then the commit message should have stated that. Regards, Bjorn > Konrad
