From mboxrd@z Thu Jan 1 00:00:00 1970 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 E0E61C32771 for ; Wed, 28 Sep 2022 11:09:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234040AbiI1LJK (ORCPT ); Wed, 28 Sep 2022 07:09:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229630AbiI1LIZ (ORCPT ); Wed, 28 Sep 2022 07:08:25 -0400 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 878C5491D8 for ; Wed, 28 Sep 2022 04:06:51 -0700 (PDT) Received: by mail-lf1-x131.google.com with SMTP id z4so2007340lft.2 for ; Wed, 28 Sep 2022 04:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=MjGw3ED/TETSi7nUoWUn1OatGY683JgODwtrOsTO7oE=; b=kiMV++3umq8EfNZvf0P8iZ7HoVCBZdQcN6/qODNwLJ+b2LmGSJcL+yz/g+VRr8DoHt M2gjV8AvtogvuYYqe6w59HouiKnIzQMf4oZTC0vz7dqbeoU06pWqDa4yJbW53oWkPgl9 nfj4nh7XKVTzQXwoTKqTq68SxMizAGk2os8jXnhJgpQQECfAYDmXdjJdkviUXDk13js7 yWiJFpq6+Z3ZI49f3GxSN0xYWK9Uc+8xxyQ5OIjzuP8BlMocuCJGibbf58oEBSFBRgCu ZagYoDqx8Ux+rtCrkD3ca9X4Ku1CudQ2CrApqAit9TNCYnkmi+5NzXgOFvAwh3JrpEBn ChYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=MjGw3ED/TETSi7nUoWUn1OatGY683JgODwtrOsTO7oE=; b=KExHJVaaIsusWijjVwoKvVIIeDWW74IYselRRY1Wm8K7SAV08DMNcS3j8QMcINx+hJ /BwVJl867pfyUTw1oRtSjtM7HySTGzf9ekZywKqc1YVzRkEP1bmZu6uC4bCOnPrvzRGy q/hwpBSOEog8oPyhWNKTpRawatuFN27Ls2ZN03krwU9Ab9R7/2JQV2wIdKd6KifGFWeD T34fejKxH4KBU0RmsYusBvHdBir4kAHKUVieiECzl8M/ZR2ti947JqiZx8e0yDA+u0+g e46AYFlHN85Zn0wy0TcEE0DIRP6lez/pBZVZ+4DQWoACJb649bspeqSsMRXMoGZkvsJr g7cg== X-Gm-Message-State: ACrzQf2d8yDMcjdVXU6iPomAuszdpZprak+y/S4JbRPMb+WX1UtRnwBm UIstfSneqp4mFsEmVkq9eBuLoQ== X-Google-Smtp-Source: AMsMyM51CVLNFGE9FoGftyRc73rmycB450sbiyZ+NLDJ2mmk7hNmJeDHw5Q1c5JJoS0Pk9nC1BJAhg== X-Received: by 2002:a05:6512:402:b0:49e:e07:5e7e with SMTP id u2-20020a056512040200b0049e0e075e7emr13444379lfk.530.1664363209933; Wed, 28 Sep 2022 04:06:49 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id l30-20020a2e571e000000b0026ac7cd51afsm404614ljb.57.2022.09.28.04.06.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 28 Sep 2022 04:06:49 -0700 (PDT) Message-ID: Date: Wed, 28 Sep 2022 13:06:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: arm64: dts: qcom: msm8916-samsung-j5: Use common init device tree Content-Language: en-US To: "Lin, Meng-Bo" , devicetree@vger.kernel.org Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Julian Ribbeck , Stephan Gerhold , Nikita Travkin , Josef W Menad , Markuss Broks , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht References: <20220928110049.96047-1-linmengbo0689@protonmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220928110049.96047-1-linmengbo0689@protonmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 28/09/2022 13:01, Lin, Meng-Bo wrote: > The smartphones below are using the MSM8916 SoC, > which are released in 2015-2016: > > Samsung Galaxy J5 2015 (SM-J500*) > Samsung Galaxy J5 2016 (SM-J510*) > Samsung Galaxy J3 2016 > - SM-J3109/SM-J320Y/SM-J320YZ > - SM-J320N0/SM-J320ZN > - SM-J320P/SM-J320R4/SM-J320V/SM-S320VL > > Add a common device tree for with initial support for: > > - GPIO keys > - SDHCI (internal and external storage) > - USB Device Mode > - UART (on USB connector via the SM5703 MUIC) > - WCNSS (WiFi/BT) > - Regulators > > The three devices (some varints of J3, all other variants of J5 released > in 2015 and J5X released in 2016) are very similar, with some differences > in display and GPIO pins. The common parts are shared in > msm8916-samsung-j5-common.dtsi to reduce duplication. > This is not a correct patch. Use `git format-patch` to create proper patches - with subject, diff etc. https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst Best regards, Krzysztof