From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
"'Rob Herring'" <robh+dt@kernel.org>,
"'Conor Dooley'" <conor+dt@kernel.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 1/2] ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)
Date: Fri, 14 Jul 2023 15:56:56 +0530 [thread overview]
Message-ID: <020501d9b63d$b8e29e60$2aa7db20$@samsung.com> (raw)
In-Reply-To: <20230713152926.82884-1-krzysztof.kozlowski@linaro.org>
Hello Krzysztof
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Thursday, July 13, 2023 8:59 PM
> To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>; Alim Akhtar
> <alim.akhtar@samsung.com>; Rob Herring <robh+dt@kernel.org>; Conor
> Dooley <conor+dt@kernel.org>; linux-arm-kernel@lists.infradead.org; linux-
> samsung-soc@vger.kernel.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Subject: [PATCH 1/2] ARM: dts: samsung: s3c6410-mini6410: correct ethernet
> reg addresses (split)
>
> The davicom,dm9000 Ethernet Controller accepts two reg addresses.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Do you need to add fixes: to send to previous stable releases?
In any case:
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
> arch/arm/boot/dts/samsung/s3c6410-mini6410.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts
> b/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts
> index 17097da36f5e..0b07b3c31960 100644
> --- a/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts
> +++ b/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts
> @@ -51,7 +51,7 @@ srom-cs1-bus@18000000 {
>
> ethernet@18000000 {
> compatible = "davicom,dm9000";
> - reg = <0x18000000 0x2 0x18000004 0x2>;
> + reg = <0x18000000 0x2>, <0x18000004 0x2>;
> interrupt-parent = <&gpn>;
> interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
> davicom,no-eeprom;
> --
> 2.34.1
next prev parent reply other threads:[~2023-07-14 10:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20230713152937epcas5p483e95ece242b0dc2c9a1ada1ba328117@epcas5p4.samsung.com>
2023-07-13 15:29 ` [PATCH 1/2] ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split) Krzysztof Kozlowski
2023-07-13 15:29 ` [PATCH 2/2] ARM: dts: samsung: s5pv210-smdkv210: " Krzysztof Kozlowski
2023-07-14 10:27 ` Alim Akhtar
2023-07-14 10:26 ` Alim Akhtar [this message]
2023-07-16 17:38 ` [PATCH 1/2] ARM: dts: samsung: s3c6410-mini6410: " Krzysztof Kozlowski
2023-07-19 7:36 ` 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='020501d9b63d$b8e29e60$2aa7db20$@samsung.com' \
--to=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).