On 2/17/26 11:57 AM, Paul Adam wrote:
> On 26/02/16 12:18, Konrad Dybcio wrote:
>> Hello, just a couple comments below
>
> Thanks for the feedback!
>
>>> +// make sure gcc is probed with display disabled.
>>> +&gcc {
>>> + clocks = <&xo_board>, <&sleep_clk>, <0>, <0>, <0>, <0>, <0>;
>>> +};
>>
>> Do things break if you remove this line?
>
> I tested it without and it still works. I just included it because
> it was on the pmos msm8916 mainlining wiki page.
If nothing breaks, let's remove it :)
>>> +
>>> +&gpu {
>>> + status = "okay";
>>> +};
>>> +
>>> +&mdss {
>>> + status = "okay";
>>> +};
>>> +
>>> +&mpss_mem {
>>> + reg = <0x0 0x86800000 0x0 0x5600000>;
>>> +};
>>> +
>>> +&pm8916_l6 {
>>> + regulator-always-on;
>>
>> Is there a reason for this?
>
> I removed the always-on property, it was for testing purposes.
> mpss_mem is needed for audio to work.
> I removed mdss since it is only needed for the panel.
> Should the gpu only be enabled when the panel is added?
Ah, I only meant the regulator-always-on part specifically
The rest is OK, including the GPU and MDSS
> Also should I wait some time for additional comments or immediatly
> send a new version when all remarks are addressed?
Normally one would wait some 2-3 days after sending. Because we're now in
the special part of the cycle (post stable release, pre -rc1 release where no
new patches are accepted yet), some people will be grumpy and actively refuse
to review your changes but I wouldn't pay too much attention to that
Konrad