-
Notifications
You must be signed in to change notification settings - Fork 7
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
FAN53555 #1
Comments
Thanks, however this doesn't solve the issue I have with the pwm_regulator module on my board. Was your patch enough to solve all issues with your board on boot? |
https://lkml.org/lkml/2018/6/4/781 is sufficient to boot. The following error messages are shown by dmesg:
For iommu I have seen a patch in linux next https://patchwork.kernel.org/patch/10250747/ . You can find how I build the v4.17 kernel at https://github.com/xypron/kernel-firefly-rk3399. |
Have you succeded with pwm_regulator? |
I have not touched the board since 2018. My kernel patch was rejected. |
@xypron |
I have a working kernel and device tree spec for my FireFly 2GB RK3399 board, but without WiFi or Bluetooth. I found that the WiFi+BT additions made to the DTS on mainline a while back caused my board to hang on boot. I investigated a little but I was too far out of my depth to resolve the issues and ended up just pulling those bits out of the DTS to get a bootable board again. I also suspect there to be variants of the FireFly RK3399 board, so I can't guarantee what I've done will work for everyone. For instance, xypron's patches did not work for my board. The last kernel + DTS I compiled for my board was for kernel 5.3. You can find a DTS and some compiled images that worked for me here: https://github.com/VenKamikaze/firefly-rk3399-build/tree/master/kernel/configs/working-5.3-mainline/ I haven't checked recently, but it should be possible to get newer kernels going as well - the changes needed for the 4.16 DTS (when I first got something going) to the 5.3 DTS were quite similar, other than having to remove the extra WiFi+BT changes. |
@VenKemikaze |
That's great! I'm happy that this helped someone. Did you happen to get a custom u-boot going with the board? Thanks for letting me know about the wifi too. |
Yes, i used mainline u-boot tpl/spl but it had a bug which i have fixed with help of kevery and this is my patch. I have also newest arm trusted firmware working with it with op-tee 3.7.0. |
I'm sorry the wifi driver name is AP6XXX. My mistake. |
@VenKamikaze
To fix the issue with the FAN53555 driver the following patch is sufficient in the 4.16.13 kernel:
https://lkml.org/lkml/2018/6/4/781
Best regards
Heinrich
The text was updated successfully, but these errors were encountered: