Message ID | 20240731-qx1050-feature-expansion-v3-0-b945527fa5d2@riseup.net (mailing list archive) |
---|---|
Headers | show |
Series | F(x)tec Pro1X feature expansion | expand |
On Wed, 31 Jul 2024 13:18:41 +0700, Dang Huynh wrote: > This patch series expand F(x)tec Pro1X (QX1050) device tree to support > various components of the device. > > Most notably: > + SD Card slot > + Touchscreen > + MDSS, DRM display panel > + WLAN (ATH10K) > + Hall sensor and camera button > > [...] Applied, thanks! [01/11] arm64: dts: qcom: sm6115-pro1x: Add Hall Switch and Camera Button commit: ff5affd17bde4ea78d153122a601d69b3f302326 [02/11] arm64: dts: qcom: sm6115-pro1x: Add PCA9534 IO Expander commit: 4686161eb87168ec746eb54d7b84c5d022073a33 [03/11] arm64: dts: qcom: sm6115-pro1x: Add Goodix Touchscreen commit: e46b455e67f836361a94512ca187442a8b699f25 [04/11] arm64: dts: qcom: sm6115-pro1x: Add Caps Lock LED commit: 17c98581155e88d3f118cd879ba263e952b83946 [05/11] arm64: dts: qcom: sm6115-pro1x: Enable SD card slot commit: 95b19afd734d0a278088456b052a2fb94c4ade55 [06/11] arm64: dts: qcom: sm6115-pro1x: Enable MDSS and GPU commit: 8b9f76a6f8fbc81fdc44b5c4b134d20095c38a6a [07/11] arm64: dts: qcom: sm6115-pro1x: Hook up USB3 SS commit: e0674d85c80456782fdc44c36c4884fa64bb3a58 [08/11] arm64: dts: qcom: sm6115-pro1x: Add PMI632 Type-C property commit: 79f8d127c46a1311de49db7c175fee84ce827d3a [09/11] arm64: dts: qcom: sm6115-pro1x: Enable RGB LED commit: b5c63330a7ef026c21da5eed4669a790b22ea642 [10/11] arm64: dts: qcom: sm6115-pro1x: Enable remoteprocs commit: e055924159df6ec2ffa0f221aa84c49429cfe6db [11/11] arm64: dts: qcom: sm6115-pro1x: Enable ATH10K WLAN commit: 84c1711f27509a6a5841b13ac08fc58b1d091ae8 Best regards,
This patch series expand F(x)tec Pro1X (QX1050) device tree to support various components of the device. Most notably: + SD Card slot + Touchscreen + MDSS, DRM display panel + WLAN (ATH10K) + Hall sensor and camera button This patch series has been tested on Buildroot Linux with TQFTPSERV and RMTFS present in userspace. Signed-off-by: Dang Huynh <danct12@riseup.net> --- Changes in v3: - Fix dtschema errors - Reorder gpio nodes by it's number - Link to v2: https://lore.kernel.org/r/20240725-qx1050-feature-expansion-v2-0-5fac4bbd946f@riseup.net Changes in v2: - Squash copyright year commit to the hall sensor commit - Reorder pinctrl-n and pinctrl-names in several commits - Use interrupts-extended for touchscreen - Add further information to the caps lock LED node - Move status property from &wifi to the end of the node - Link to v1: https://lore.kernel.org/r/20240722-qx1050-feature-expansion-v1-0-c4d486435b96@riseup.net --- Dang Huynh (11): arm64: dts: qcom: sm6115-pro1x: Add Hall Switch and Camera Button arm64: dts: qcom: sm6115-pro1x: Add PCA9534 IO Expander arm64: dts: qcom: sm6115-pro1x: Add Goodix Touchscreen arm64: dts: qcom: sm6115-pro1x: Add Caps Lock LED arm64: dts: qcom: sm6115-pro1x: Enable SD card slot arm64: dts: qcom: sm6115-pro1x: Enable MDSS and GPU arm64: dts: qcom: sm6115-pro1x: Hook up USB3 SS arm64: dts: qcom: sm6115-pro1x: Add PMI632 Type-C property arm64: dts: qcom: sm6115-pro1x: Enable RGB LED arm64: dts: qcom: sm6115-pro1x: Enable remoteprocs arm64: dts: qcom: sm6115-pro1x: Enable ATH10K WLAN arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts | 343 +++++++++++++++++++++++- 1 file changed, 334 insertions(+), 9 deletions(-) --- base-commit: 41c196e567fb1ea97f68a2ffb7faab451cd90854 change-id: 20240722-qx1050-feature-expansion-7f6a2682f2ea Best regards,