[PATCH v5 0/3] Add wiko-chuppito devictree

Paul Adam via B4 Relay posted 3 patches 3 weeks, 1 day ago
Documentation/devicetree/bindings/arm/qcom.yaml    |   1 +
.../devicetree/bindings/vendor-prefixes.yaml       |   2 +
arch/arm64/boot/dts/qcom/Makefile                  |   1 +
arch/arm64/boot/dts/qcom/msm8916-wiko-chuppito.dts | 314 +++++++++++++++++++++
4 files changed, 318 insertions(+)
[PATCH v5 0/3] Add wiko-chuppito devictree
Posted by Paul Adam via B4 Relay 3 weeks, 1 day ago
Add bindings vor Wiko SAS and wiko-chuppito
which are used in the devicetree.

Then introduce an initial device tree for Wiko PULP 4G.
Includes support for:
- UART
- USB (no OTG)
- Internal storage
- MicroSD
- Volume keys + Power button
- Touchscreen
- Backlight
- Accelerometer: Invensense MPU6880
- Magnetometer: Asahi Kasei AK09911
- Hall sensor: Rohm BU52021HFV
- Proximity sensor
- Vibrator
- Earpiece
- Microphone 1
- Headphones
- Wifi
- Bluetooth
- GPU

Signed-off-by: Paul Adam <adamp@posteo.de>
---
Changes in v5:
- remove AMIC3 from audio-routing
- Link to v4: https://lore.kernel.org/r/20260307-wiko-chuppito-v4-0-325ac66ae338@posteo.de

Changes in v4:
- remove unused suspend pinctrl states
- remove regulator-always-on for l6
- Link to v3:
https://lore.kernel.org/r/20260301-wiko-chuppito-v3-0-9b36a2a7aed5@posteo.de

Changes in v3:
- add a short description of the device to the patch adding the binding
- removed unused backlight pinctrl state
- readd gpio prefix for some nodes, instead remove it from the labels
- add newline before status properties
- reorder nodes alphabetically
- rename rmi4 node to touchscreen
- Link to v2:
https://lore.kernel.org/r/20260221-wiko-chuppito-v2-0-6336b1b12389@posteo.de

Changes in v2:
- changed company website link to wiko.com (which is just the chinese
version, changing the language redirects to wikomobile.com)
- fix minor dts styling issues
- drop gpio prefix for some nodes
- confirmed stk3310 to be correct
- remove l6: regulator-always-on
- remove gcc node
- Link to v1:
https://lore.kernel.org/r/20260215-wiko-chuppito-v1-0-9ee6b89606a0@posteo.de

---
Paul Adam (3):
      dt-bindings: vendor-prefixes: add WIKO SAS
      dt-bindings: arm: qcom: add wiko,chuppito compatible string
      arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree

 Documentation/devicetree/bindings/arm/qcom.yaml    |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/qcom/Makefile                  |   1 +
 arch/arm64/boot/dts/qcom/msm8916-wiko-chuppito.dts | 314 +++++++++++++++++++++
 4 files changed, 318 insertions(+)
---
base-commit: cee73b1e840c154f64ace682cb477c1ae2e29cc4
change-id: 20260215-wiko-chuppito-ae8af4843e67

Best regards,
-- 
Paul Adam <adamp@posteo.de>
Re: [PATCH v5 0/3] Add wiko-chuppito devictree
Posted by Bjorn Andersson 2 weeks ago
On Wed, 11 Mar 2026 19:46:04 +0100, Paul Adam wrote:
> Add bindings vor Wiko SAS and wiko-chuppito
> which are used in the devicetree.
> 
> Then introduce an initial device tree for Wiko PULP 4G.
> Includes support for:
> - UART
> - USB (no OTG)
> - Internal storage
> - MicroSD
> - Volume keys + Power button
> - Touchscreen
> - Backlight
> - Accelerometer: Invensense MPU6880
> - Magnetometer: Asahi Kasei AK09911
> - Hall sensor: Rohm BU52021HFV
> - Proximity sensor
> - Vibrator
> - Earpiece
> - Microphone 1
> - Headphones
> - Wifi
> - Bluetooth
> - GPU
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: vendor-prefixes: add WIKO SAS
      commit: 4d829608e382770606525150bbdcc2fad16d3027
[2/3] dt-bindings: arm: qcom: add wiko,chuppito compatible string
      commit: a770fc0ff7f65cdfe130976e07e755310c590d3c
[3/3] arm64: dts: qcom: msm8916-wiko-chuppito: add initial devicetree
      commit: a7a064c0c0cfe15a9f96e62c17cdb640286272bc

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>