msm8953-mainline / linux

Linux mainline kernel with WIP patches for msm8953 devices
Other
111 stars 59 forks source link

HACK arm64: dts: qcom: msm8953-xiaom-tissot: remove power-domains from gcc node #139

Closed barni2000 closed 11 months ago

barni2000 commented 11 months ago

This hack helps tissot to boot without this tissot will stuck at boot in most cases, it should be removed after we find a proper fix.

z3ntu commented 11 months ago

So the phone just crashes during boot when touching this power domain?

barni2000 commented 11 months ago

So the phone just crashes during boot when touching this power domain?

Yes, https://gist.github.com/barni2000/c49f32f3b1791fe2b3199b84c8434112

z3ntu commented 11 months ago

Did you try adding pd_ignore_unused to cmdline? I'm curious if the problem is related to touching the power domain at all, or turning it off, or turning it on.

barni2000 commented 11 months ago

Did you try adding pd_ignore_unused to cmdline? I'm curious if the problem is related to touching the power domain at all, or turning it off, or turning it on.

I have tried unfortunately it did not help.

barni2000 commented 11 months ago

There is a better solution now.