From Nikita Travkin to ~postmarketos/upstreaming
The tablet has two capacitive buttons on the scren bezel. Enable them by adding the keycodes in the dt. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts index 579312ed53ce..3d6d9dd3b8a8 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts @@ -75,6 +75,7 @@ touchscreen@20 { [message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
From: Adam Słaboń <asaillen@protonmail.com>
This commit introduces multiple hardware variants of Lenovo Vibe K5.
- A6020a40 (msm8929-wingtech-wt82918hd)
- A6020a46/A6020l36 (msm8939-wingtech-wt82918)
- A6020a40 S616 H39 (msm8939-wingtech-wt82918hd)
These devices are added with support for many features, notably:
- Basic features like USB, mmc/sd storage, wifi, buttons, leds;
- Accelerometer;
- Touchscreen;
- Sound and modem.
[message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
Add compaitble values for some variants of Lenovo A6000/A6010/A6020 devices. These devices are based on designs from Wingtech so use it's vendor prefix and part numbers for compatibles. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f08e13b61172..a3f28f08f5d6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml [message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
From: Anton Bambura <jenneron@postmarketos.org>
Add initial device-tree for Lenovo A6000 (wt86518) and Lenovo A6010
(wt86528), which are MSM8916-based devices. These devices are quite
similar, so some configuration is shared in msm8916-wingtech-wt865x8.dtsi.
Lenovo A6000 (wt86518):
- storage (eMMC and uSD card);
- usb in peripheral mode;
- touchscreen;
- sensors;
- WiFi/BT;
- keys;
- battery and charger.
[message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
Continuing the work of upstreaming the various msm8916 devices from the backlog, this series introduces few 8916 and 8939 Lenovo/Wingtech devices (where Wingtech is the ODM for these designs). Included devices are: - Lenovo A6000 (Wingtech WT86518) - Lenovo A6010 (Wingtech WT86528) - Lenovo Vibe K5 (Wingtech WT82918) - Lenovo Vibe K5 (HD) (Wingtech WT82918hd) Note that "HD" variant of K5 is based on msm8929 which is a lower bin of msm8939 SoC. A simple dtsi is added for this soc along with the new devices.
From Nikita Travkin to ~postmarketos/upstreaming
Krzysztof Kozlowski писал(а) 24.07.2024 11:23: > On 22/07/2024 14:47, Nikita Travkin wrote: >> Add compaitble values for some variants of Lenovo A6000/A6010/A6020 >> devices. These devices are based on designs from Wingtech so use it's >> vendor prefix and part numbers for compatibles. >> >> Signed-off-by: Nikita Travkin <nikita@trvn.ru> > > <form letter> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. Oops, sorry, I indeed forgot to pick up trailers... Seems like
From Nikita Travkin to ~postmarketos/upstreaming
Konrad Dybcio писал(а) 23.07.2024 16:24: > On 22.07.2024 2:47 PM, Nikita Travkin wrote: >> From: Anton Bambura <jenneron@postmarketos.org> >> >> Add initial device-tree for Lenovo A6000 (wt86518) and Lenovo A6010 >> (wt86528), which are MSM8916-based devices. These devices are quite >> similar, so some configuration is shared in msm8916-wingtech-wt865x8.dtsi. > > [...] > > >> +/ { >> + model = "Lenovo A6000 (Wingtech WT86518)"; >> + compatible = "wingtech,wt86518", "qcom,msm8916";
From Nikita Travkin to ~postmarketos/upstreaming
From: Adam Słaboń <asaillen@protonmail.com>
This commit introduces multiple hardware variants of Lenovo Vibe K5.
- A6020a40 (msm8929-wingtech-wt82918hd)
- A6020a46/A6020l36 (msm8939-wingtech-wt82918)
- A6020a40 S616 H39 (msm8939-wingtech-wt82918hd)
These devices are added with support for many features, notably:
- Basic features like USB, mmc/sd storage, wifi, buttons, leds;
- Accelerometer;
- Touchscreen;
- Sound and modem.
[message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
Add compaitble values for some variants of Lenovo A6000/A6010/A6020 devices. These devices are based on designs from Wingtech so use it's vendor prefix and part numbers for compatibles. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f08e13b61172..a3f28f08f5d6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -155,6 +155,11 @@ properties: [message trimmed]
From Nikita Travkin to ~postmarketos/upstreaming
From: Anton Bambura <jenneron@postmarketos.org>
Add initial device-tree for Lenovo A6000 (wt86518) and Lenovo A6010
(wt86528), which are MSM8916-based devices. These devices are quite
similar, so some configuration is shared in msm8916-wingtech-wt865x8.dtsi.
Lenovo A6000 (wt86518):
- storage (eMMC and uSD card);
- usb in peripheral mode;
- touchscreen;
- sensors;
- WiFi/BT;
- keys;
- battery and charger.
[message trimmed]