From patchwork Thu Jul 21 23:53:18 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: 592502 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 9E216C43334 for ; Thu, 21 Jul 2022 23:53:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229501AbiGUXxj (ORCPT ); Thu, 21 Jul 2022 19:53:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229938AbiGUXxi (ORCPT ); Thu, 21 Jul 2022 19:53:38 -0400 Received: from mail-4318.protonmail.ch (mail-4318.protonmail.ch [185.70.43.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79F8F7755D; Thu, 21 Jul 2022 16:53:37 -0700 (PDT) Date: Thu, 21 Jul 2022 23:53:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1658447614; x=1658706814; bh=i9XN1tR3m2GE4Lq+QvWSNu04mBh5feuwtLvq9OZ5sAc=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=jPHJEdahr2OJCsKS2CUgG4wWpk8Pc8auUBFOL0M8paRXd7wOLZZNRPqXkCln92Daf 5ekVbx03dO5kilKOfq92VyLAzMAvr4WwryYMkOpTf1v76LjJIxTfWAoMCzKe1OcXWo KwCF0k3Q/wjNowx03QmsgUg8V0+ntRbqc0MGJPPhp0Jrcxf+eWfA5Lw0LOeNhj6/1/ PnKzJliA1AVxNJTewCnrMQiAyRGeCVlxYul1uwOdZRw85URNYKjzfMZPIMGM4D/aKc cx3OcQ/tzWl9Zp6VGILcOmrrW/G7HoaH1O2QdEOAcdAWLzP3H3Y+W5KHx6shQUNuh3 UZmR8mLRHkpcg== To: devicetree@vger.kernel.org From: "Lin, Meng-Bo" Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Stephan Gerhold , Nikita Travkin , ~postmarketos/upstreaming@lists.sr.ht, "Lin, Meng-Bo" Reply-To: "Lin, Meng-Bo" Subject: [PATCH v4 0/4] Add Samsung Galaxy E5/E7/Grand Max device trees Message-ID: <20220721235205.74741-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 v4: Disable i2c2 until lis2hh12 accelerometer is fixed. Add GPIO LEDs for Grand Max. v3: Add a cover letter and changelog v2: Add dt-bindings documentation Samsung Galaxy E5, E7 and Grand Max are smartphones using the MSM8916 SoC released in 2015. e2015 and a2015 are similar, with some differences in accelerometer, MUIC and Vibrator. The common parts are shared in msm8916-samsung-a2015-common.dtsi to reduce duplication. The three devices (and all other variants of E5/E7/Grand Max released in 2015) are very similar, with some differences in display, touchscreen, sensors and NFC. The common parts are shared in msm8916-samsung-e2015-common.dtsi to reduce duplication. Unfortunately, some E5/E7/Grand Max were released with outdated 32-bit only firmware and never received any update from Samsung. Since the 32-bit TrustZone firmware is signed there seems to be no way currently to actually boot this device tree on arm64 Linux on those variants at the moment. However, it is possible to use this device tree by compiling an ARM32 kernel instead. The device tree can be easily built on ARM32 with an #include and it works really well there. To avoid confusion for others it is still better to add this device tree on arm64. Otherwise it's easy to forget to update this one when making some changes that affect all MSM8916 devices. Maybe someone finds a way to boot ARM64 Linux on those device at some point. In this case I expect that this device tree can be simply used as-is.