From patchwork Tue Nov 22 13:28:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lin, Meng-Bo" X-Patchwork-Id: 627578 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54E85C43217 for ; Tue, 22 Nov 2022 13:29:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233195AbiKVN3H (ORCPT ); Tue, 22 Nov 2022 08:29:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233202AbiKVN3E (ORCPT ); Tue, 22 Nov 2022 08:29:04 -0500 Received: from mail-4319.protonmail.ch (mail-4319.protonmail.ch [185.70.43.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 692B6654C8; Tue, 22 Nov 2022 05:29:03 -0800 (PST) Date: Tue, 22 Nov 2022 13:28:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1669123741; x=1669382941; bh=vchhTF2UVno56rMLB1ceOfxDJLNvlYFodE2jU7lewrc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=QX59HvxH++QAAqPdFkClHr5IM5rcbRh1pPxLxTkFVzZobctBCX8TPgAH+O1bulYgp k3HmaqsdtC5TEYb6/si+mb2jb8znBtCDORWyj22/rGg2kKj4b8biFvwMXO6gmqnDez MiNipdDCXBTihB+NPRsBd11WJHH1etmR1n20uXHP20r+hjMcsPX/r4SzrEa24XgtNr KYmPeLiqxG1na6lHf3X8DdO3EOkHbcum8W/FIDVRvKxnBL5iysyaES7ZRM47/PCh+H EyeaQV8EZqpbk0F5OuM04kVWC4ojIAwOmQK1OYqKtlM7NKntDNa6FS/tJf2p3AUigC d+NZvZezueCeQ== To: linux-kernel@vger.kernel.org From: "Lin, Meng-Bo" Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Stephan Gerhold , Nikita Travkin , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: [RESEND PATCH v5 0/4] arm64: dts: qcom: msm8916-acer-a1-724: Add initial device tree Message-ID: <20221122132816.257717-1-linmengbo0689@protonmail.com> Feedback-ID: 40467236:user:proton MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org resend: fix wrong in-reply-to v5: Add touchscreen. v4: Sort properties in l11. v3: Set property status = "okay"; as the last property. Reword the bindings patch. v2: Fix a typo in dt-bindings commit message Acer Iconia Talk S A1-724 is a tablet using the MSM8916 SoC released in 2014. Note: The original firmware from Acer can only boot 32-bit kernels. To boot arm64 kernels it is necessary to flash 64-bit TZ/HYP firmware with EDL, e.g. taken from the DragonBoard 410c. This works because Acer didn't set up (firmware) secure boot. Add a device tree for with initial support for: - GPIO keys - pm8916-vibrator - SDHCI (internal and external storage) - USB Device Mode - UART - WCNSS (WiFi/BT) - Regulators - Bosch BMC150 accelerometer/magnetometer - Focaltech FT5446 touchscreen