From: Krzysztof Kozlowski <krzk@kernel.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: Kukjin Kim <kgene@kernel.org>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Stenkin Evgeniy <stenkinevgeniy@gmail.com>,
Jonas Heinrich <onny@project-insanity.org>,
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
Date: Fri, 20 Mar 2020 10:43:39 +0100 [thread overview]
Message-ID: <20200320094339.GB12976@kozik-lap> (raw)
In-Reply-To: <20200319173411.20607-2-paul@crapouillou.net>
On Thu, Mar 19, 2020 at 06:34:11PM +0100, Paul Cercueil wrote:
> From: Stenkin Evgeniy <stenkinevgeniy@gmail.com>
>
> Add devicetree file for the Exynos 4210 based Galaxy S2 (i9100 version).
>
> Signed-off-by: Stenkin Evgeniy <stenkinevgeniy@gmail.com>
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>
> 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
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Paul Cercueil <paul@crapouillou.net>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org,
Stenkin Evgeniy <stenkinevgeniy@gmail.com>,
linux-samsung-soc@vger.kernel.org,
Jonas Heinrich <onny@project-insanity.org>,
Rob Herring <robh+dt@kernel.org>,
linux-kernel@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v3 2/2] ARM: DTS: Add devicetree file for the Galaxy S2
Date: Fri, 20 Mar 2020 10:43:39 +0100 [thread overview]
Message-ID: <20200320094339.GB12976@kozik-lap> (raw)
In-Reply-To: <20200319173411.20607-2-paul@crapouillou.net>
On Thu, Mar 19, 2020 at 06:34:11PM +0100, Paul Cercueil wrote:
> From: Stenkin Evgeniy <stenkinevgeniy@gmail.com>
>
> Add devicetree file for the Exynos 4210 based Galaxy S2 (i9100 version).
>
> Signed-off-by: Stenkin Evgeniy <stenkinevgeniy@gmail.com>
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
>
> 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
next prev parent reply other threads:[~2020-03-20 9:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-19 17:34 [PATCH v3 1/2] dt-bindings: arm/samsung: Add compatible string for the Galaxy S2 Paul Cercueil
2020-03-19 17:34 ` Paul Cercueil
2020-03-19 17:34 ` [PATCH v3 2/2] ARM: DTS: Add devicetree file " Paul Cercueil
2020-03-19 17:34 ` Paul Cercueil
2020-03-20 7:04 ` Marek Szyprowski
2020-03-20 7:04 ` Marek Szyprowski
2020-03-20 9:43 ` Krzysztof Kozlowski [this message]
2020-03-20 9:43 ` Krzysztof Kozlowski
2020-03-20 10:57 ` Paul Cercueil
2020-03-20 9:42 ` [PATCH v3 1/2] dt-bindings: arm/samsung: Add compatible string " Krzysztof Kozlowski
2020-03-20 9:42 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200320094339.GB12976@kozik-lap \
--to=krzk@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mark.rutland@arm.com \
--cc=onny@project-insanity.org \
--cc=paul@crapouillou.net \
--cc=robh+dt@kernel.org \
--cc=stenkinevgeniy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.