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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D52A1C4332D for ; Fri, 20 Mar 2020 09:43:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FEBE20757 for ; Fri, 20 Mar 2020 09:43:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584697425; bh=XgJ6mYaAppCgRYjA/6tqfDP4UMl9ct8CnZlN4qm/aa8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jC9mJcRi+VqW+5eiW1juuYrrdJXM/h81IP1uBooqv7IlKb0e2c5mOhddlyi8p6azJ YZjEBj2LRXY0vS1qHL2v8MO3Q8p1BXy3B+ilJqgJ5aZoYy/8FdHOrsxojJvoS5T7TY Y1VS7XQDzCrUgW800llVbzrZ9Tl/8t+ejAOW5cD0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727066AbgCTJnp (ORCPT ); Fri, 20 Mar 2020 05:43:45 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:46308 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726602AbgCTJno (ORCPT ); Fri, 20 Mar 2020 05:43:44 -0400 Received: by mail-ed1-f65.google.com with SMTP id ca19so6332829edb.13; Fri, 20 Mar 2020 02:43:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Mk3s5g9LU/2LF49QpiOVlm1YQB1p4hRZiB2SBGyS1Rg=; b=Pbgfx54PPi9NoEhsX4ycbEiDT1W+9FwFAFEZdXPWVtB0Z6RH1uO2sK29izWPzzQHS5 AnZ93H6Yn9Hc4pv/8qrlKDEEgGRdOZyzzdrSSnT8oZy1pErYJPsUNdGQIfclD1uMaDtm DGcAZXkUo+J1TqsZfMlYYtvULRvyu1/f8TFFYWc1r6stt4qRDA6GHHhiZE0cxL8WP9vu /BEgEkwYUB7yv1hos18g9LD1ruATAYBOXIbBJiMoSLQptg+YTiKE9oPmf7Me4rSdX/of uc5FigKlJqxkx5ehHhOF5EndLO4hkzqE51nuUhKf/O/6O7URSoxSxC6cecOmf80P9OEI 7aIg== X-Gm-Message-State: ANhLgQ0KbgVbFbpEzCQXo0g+gUE4SJ1nSk9pSLCifu3RT5dQ2pqwX/An iRQ8L8EP89xImKHtGNxtTzU= X-Google-Smtp-Source: ADFU+vvfbrYk4IAPU07kklFqUnr/Dobh6VAeD25kkWfv6Ll1pmLkppDs5xtDBx4Uf6lrXVFxzavLJg== X-Received: by 2002:a50:f743:: with SMTP id j3mr6992962edn.22.1584697422721; Fri, 20 Mar 2020 02:43:42 -0700 (PDT) Received: from kozik-lap ([194.230.155.125]) by smtp.googlemail.com with ESMTPSA id b26sm316874eje.18.2020.03.20.02.43.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Mar 2020 02:43:42 -0700 (PDT) Date: Fri, 20 Mar 2020 10:43:39 +0100 From: Krzysztof Kozlowski To: Paul Cercueil Cc: Kukjin Kim , Marek Szyprowski , Rob Herring , Mark Rutland , Stenkin Evgeniy , Jonas Heinrich , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] ARM: DTS: Add devicetree file for the Galaxy S2 Message-ID: <20200320094339.GB12976@kozik-lap> References: <20200319173411.20607-1-paul@crapouillou.net> <20200319173411.20607-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200319173411.20607-2-paul@crapouillou.net> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Thu, Mar 19, 2020 at 06:34:11PM +0100, Paul Cercueil wrote: > From: Stenkin Evgeniy > > Add devicetree file for the Exynos 4210 based Galaxy S2 (i9100 version). > > Signed-off-by: Stenkin Evgeniy > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: - Change i9100 to GT-I9100 > - Remove redundant description in header > - Add chosen node with stdout-path > - Rename regulator nodes since there was no regulator-2 > - Rename i2c-gpio-3 to i2c-gpio > - Use IRQ_TYPE_EDGE_FALLING instead of hardcoded '2' > - Remove spi-cpol, spi-cpha as they glitch the LCD panel > - Make CS gpio active-low > - Update ehci node to add 'phys' instead of ports > - Remove duplicated ehci node > - Reorder nodes to appear in alphabetical order > - Remove useless newlines > - Remove regulator provided to touchscreen node since it does not expect any > > v3: - Change CPU regulator name to VARM_1.2V_C210 as in the datasheet > - Remove unused gpios for the max8997 pmic > - Remove redundant interrupts/interrupt-parent for max8997 pmic > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos4210-i9100.dts | 768 +++++++++++++++++++++++++ > 2 files changed, 769 insertions(+) Thanks, applied to dt-late. I already sent a pull request so this might need to wait till next cycle. In such case I will carry this over merge window. Best regards, Krzysztof 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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0029FC4332B for ; Fri, 20 Mar 2020 09:43:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C518020757 for ; Fri, 20 Mar 2020 09:43:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="k8M91QM2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C518020757 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TgBljqhXzxKREHqMzIRzuoT+uLUwvgq3dPfP5DK943g=; b=k8M91QM2Cf0XnY QNLZORzUcrZCO/EpxXVmqgBF0YszMYVDkL+mXvMlZ5yrCEKO/FqtSep7GlI3WYzvXG+1NXfYIBkfO vdQ33qegJfB08BD1kjErXhjMMfCEzXt5AibMetdzkGEpxl+dAJbltRbhW8BDW6tyR4QNh0HiKjtpL VbocP9/FvXMkh+Z2w1IxzWZt6LsNUXgyJI7n6vSAmt+4aPmw/QKyQqlAyPAIZQbGfZ92dQZp1ARBU SfDGHqIx1Nin7Uf5chKP+vM4biBDMQDYJAwkb2WryfVm1upGY5TN9Yo1P6Bo8Pesx4vJkkghvv8TE Kfh/jAQnh45Rs5L5bglA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jFEBv-0006KH-BM; Fri, 20 Mar 2020 09:43:47 +0000 Received: from mail-ed1-f68.google.com ([209.85.208.68]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jFEBs-0006JT-LW for linux-arm-kernel@lists.infradead.org; Fri, 20 Mar 2020 09:43:45 +0000 Received: by mail-ed1-f68.google.com with SMTP id b21so6372122edy.9 for ; Fri, 20 Mar 2020 02:43:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Mk3s5g9LU/2LF49QpiOVlm1YQB1p4hRZiB2SBGyS1Rg=; b=g3ttjCO2qFdyJyM0JkQMhniFR9WNDaoDZafHBm1GpX9jYrPZpAxy6qctSIAtCz+ihJ oKS9olW6W3WF7H9pjwwEzOJncwBkv7aho+0T/e5oVRaaHoz0xW6NYchL5B2DIiDTRgCJ twX9dETBNWrajmKVX+opK5rmNfeK9F8pI0mNXiQ2YeInBIyntU0xxYzmCsEHdH1QFieP +O3epKJc7lMSF+u7zAsHWvC8q+cbAr/O3bRSFsr04a/VAWb1XNXg3sz+Tqu4ooyXu4XY ucuKc+iGjujCqjbpiKeWrcfMuHHQhpq4/UOTyUxZWkXT0e2WVZoqSVH7A0FSdy/p6j3z SRTg== X-Gm-Message-State: ANhLgQ0wBxvsd1PpQ1bq4RYW+eTStbPzlKkcOD6nzy/fyaIImMLc6D80 jGMgWyGujHEIebyt1G/ZuQA= X-Google-Smtp-Source: ADFU+vvfbrYk4IAPU07kklFqUnr/Dobh6VAeD25kkWfv6Ll1pmLkppDs5xtDBx4Uf6lrXVFxzavLJg== X-Received: by 2002:a50:f743:: with SMTP id j3mr6992962edn.22.1584697422721; Fri, 20 Mar 2020 02:43:42 -0700 (PDT) Received: from kozik-lap ([194.230.155.125]) by smtp.googlemail.com with ESMTPSA id b26sm316874eje.18.2020.03.20.02.43.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Mar 2020 02:43:42 -0700 (PDT) Date: Fri, 20 Mar 2020 10:43:39 +0100 From: Krzysztof Kozlowski To: Paul Cercueil Subject: Re: [PATCH v3 2/2] ARM: DTS: Add devicetree file for the Galaxy S2 Message-ID: <20200320094339.GB12976@kozik-lap> References: <20200319173411.20607-1-paul@crapouillou.net> <20200319173411.20607-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200319173411.20607-2-paul@crapouillou.net> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200320_024344_705133_6277E1D7 X-CRM114-Status: GOOD ( 14.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Stenkin Evgeniy , linux-samsung-soc@vger.kernel.org, Jonas Heinrich , Rob Herring , linux-kernel@vger.kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org, Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 19, 2020 at 06:34:11PM +0100, Paul Cercueil wrote: > From: Stenkin Evgeniy > > Add devicetree file for the Exynos 4210 based Galaxy S2 (i9100 version). > > Signed-off-by: Stenkin Evgeniy > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: - Change i9100 to GT-I9100 > - Remove redundant description in header > - Add chosen node with stdout-path > - Rename regulator nodes since there was no regulator-2 > - Rename i2c-gpio-3 to i2c-gpio > - Use IRQ_TYPE_EDGE_FALLING instead of hardcoded '2' > - Remove spi-cpol, spi-cpha as they glitch the LCD panel > - Make CS gpio active-low > - Update ehci node to add 'phys' instead of ports > - Remove duplicated ehci node > - Reorder nodes to appear in alphabetical order > - Remove useless newlines > - Remove regulator provided to touchscreen node since it does not expect any > > v3: - Change CPU regulator name to VARM_1.2V_C210 as in the datasheet > - Remove unused gpios for the max8997 pmic > - Remove redundant interrupts/interrupt-parent for max8997 pmic > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos4210-i9100.dts | 768 +++++++++++++++++++++++++ > 2 files changed, 769 insertions(+) Thanks, applied to dt-late. I already sent a pull request so this might need to wait till next cycle. In such case I will carry this over merge window. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel