linux icon indicating copy to clipboard operation
linux copied to clipboard

arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree

Open myryk31415 opened this issue 9 months ago • 7 comments

This adds a devicetree for wiko-chuppito aka Wiko Pulp 4g with following features:

  • [x] uart (not tested)
  • [x] basic usb connection
  • [x] eMMC
  • [x] SD card
  • [x] buttons
  • [x] wifi / bluetooth
  • [x] display
    • [x] touchscreen
    • [x] panel
    • [x] backlight
  • [x] GPU
  • [ ] audio
  • [ ] camera
  • [x] sensors
    • [x] hall
    • [x] imu
    • [x] magnetometer (need to test orientation)
    • [x] proximity
  • [ ] USB OTG
  • [ ] charging
  • [x] Vibrator
  • [ ] Calls + SMS
  • [ ] mobile data

myryk31415 avatar Feb 25 '25 15:02 myryk31415

What about the WCN3620 module? You do need firmware for that but the drivers are in the kernel right? So it doesn't need an extra commit?

myryk31415 avatar Mar 01 '25 09:03 myryk31415

What about the WCN3620 module? You do need firmware for that but the drivers are in the kernel right? So it doesn't need an extra commit?

With a few exceptions, only display panel is non-upstreamable. You can check upstream msm8916 devices for examples of what's "upstreamable" and git history of this repo for examples of something that we didn't/couldn't upstream yet.

TravMurav avatar Mar 01 '25 09:03 TravMurav

Oh sorry the incorrect formating and notes I left, I'm gonna clean them up but right now I'm still struggling with the audio

myryk31415 avatar Mar 10 '25 23:03 myryk31415

@myryk31415 What is the current state of this? Are you still working on more features for the device? Could you rebase and re-test this on top of the latest msm8916/v6.17-rc6 branch so we can merge it?

stephan-gh avatar Sep 15 '25 13:09 stephan-gh

I tried to get audio working but rarely spend time on it. Will try to rebase and test this week.

myryk31415 avatar Sep 15 '25 20:09 myryk31415

Can i change the branch I want to merge to? Since its rebased to 6.17

Edit: nvm found it

myryk31415 avatar Sep 25 '25 16:09 myryk31415

Also I have a proximity sensor with compatible string "stk,stk3x1x" in the downstream devicetree, I set it to "sensortek,stk3310" for now. Is there a way to find out the exact model withouth the schematics / taking it apart?

myryk31415 avatar Sep 25 '25 16:09 myryk31415