Skip to content

Commit

Permalink
dts: msm8916: Add support for Wiko Pulp 4G
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Adam <adamp@posteo.de>
  • Loading branch information
myryk31415 authored and TravMurav committed Feb 28, 2025
1 parent 2c81fe6 commit 1d5fc10
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- Vivo Y21L
- Vodafone Smart prime 6
- Wileyfox Swift - crackling
- Wiko Pulp 4G
- Xiaomi Mi 4i - ferrari
- Xiaomi Redmi 2 - wt86047, wt88047
- Xiaomi Redmi 3 - ido
Expand Down
15 changes: 15 additions & 0 deletions lk2nd/device/dts/msm8916/msm8916-wiko-chuppito.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// SPDX-License-Identifier: BSD-3-Clause

#include <skeleton64.dtsi>
#include <lk2nd.dtsi>

/ {
qcom,msm-id = <QCOM_ID_MSM8916 0>;
qcom,board-id = <QCOM_BOARD_ID(QRD, 1, 0) 5>;
};

&lk2nd {
model = "Wiko Pulp 4G";
compatible = "wiko,chuppito";
lk2nd,dtb-files = "msm8916-wiko-chuppito";
};
1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8916/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ QCDTBS += \
$(LOCAL_DIR)/msm8916-qrd-skut1.dtb \
$(LOCAL_DIR)/msm8916-samsung.dtb \
$(LOCAL_DIR)/msm8916-vivo-y21l.dtb \
$(LOCAL_DIR)/msm8916-wiko-chuppito.dtb \
$(LOCAL_DIR)/msm8929-samsung.dtb \
$(LOCAL_DIR)/msm8929-qrd-wt82918hd.dtb \
$(LOCAL_DIR)/msm8939-asus-z00t.dtb \
Expand Down

0 comments on commit 1d5fc10

Please sign in to comment.