-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable modem on Pegatron Chagall #98
Comments
Modem won't be detected if it's powered off. You should use hogs only if you want to disable pins. There are no Tegra devices that have a working modem so far. Maybe something will work if you will model power such that it will be turned by the PHY, although those modems may require a special reset sequence. Couple days ago I saw patches on ML proposing new subsystem for power sequencer drivers, which could be relevant here. For now you could try to hack something to bring modem up. If you will replicate what downstream driver does in regards to power and reset, then it should start to work. |
Hmm, so it needs a dedicated driver. |
Something dedicated is needed, but it's unimportant at this point. You should hack code to get it working. |
Agreed! Thanks a lot, will try :) |
@cunidev I have added hsic mode into tegra-phy driver but was not able yet to get any response form modem. P.S. Controller detects smth |
According to downstream sources, it looks like the chagall 3G modem is on an internal USB bus, plus needing plenty of initialization pins and a custom driver.
From what I understand, in order to achieve the following I should:
Is there any other Tegra device with working USB modem in mainline? I see that tilapia had something similar (https://kernel.googlesource.com/pub/scm/linux/kernel/git/linusw/linux-integrator/+/apq8060-dragonboard-pm8901-stab/arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi#26), but it was never really enabled.
The text was updated successfully, but these errors were encountered: