From: Dragan Simic <dsimic@manjaro.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
conor+dt@kernel.org
Subject: Re: [PATCH 0/2] arm64: dts: rockchip: Add ethernet0 aliases to the dts files for RK3566 and RK3588(S) boards
Date: Tue, 12 Dec 2023 22:53:10 +0100 [thread overview]
Message-ID: <5da1986c4db2e47c73ef8d33cdfd6fff@manjaro.org> (raw)
In-Reply-To: <170241214697.534713.13455667285782606746.b4-ty@sntech.de>
On 2023-12-12 21:16, Heiko Stuebner wrote:
> On Tue, 12 Dec 2023 09:01:38 +0100, Dragan Simic wrote:
>> To complete the process started with the migration of the ethernet0
>> aliases
>> from the SoC dtsi files to the board/device dts(i) files, started in
>> [1],
>> let's add ethernet0 aliases to the board dts files that had it
>> missing.
>> See also [2] for a related discussion.
>>
>> At the same time, let's remove the ethernet0 alias from one SoM dtsi
>> file,
>> which doesn't enable the GMAC, and add the same alias back to the
>> dependent
>> board dts files, which actually enable the GMAC.
>>
>> [...]
>
> Applied, thanks!
>
> [1/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566
> boards
> commit: 8a5f97b061432f72002b8aa158e372f1b10a079e
> [2/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for
> RK3588(S) boards
> commit: a40d30460dda56c6ad308cb338e240bc4a625faa
Great, thanks!
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Dragan Simic <dsimic@manjaro.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
conor+dt@kernel.org
Subject: Re: [PATCH 0/2] arm64: dts: rockchip: Add ethernet0 aliases to the dts files for RK3566 and RK3588(S) boards
Date: Tue, 12 Dec 2023 22:53:10 +0100 [thread overview]
Message-ID: <5da1986c4db2e47c73ef8d33cdfd6fff@manjaro.org> (raw)
In-Reply-To: <170241214697.534713.13455667285782606746.b4-ty@sntech.de>
On 2023-12-12 21:16, Heiko Stuebner wrote:
> On Tue, 12 Dec 2023 09:01:38 +0100, Dragan Simic wrote:
>> To complete the process started with the migration of the ethernet0
>> aliases
>> from the SoC dtsi files to the board/device dts(i) files, started in
>> [1],
>> let's add ethernet0 aliases to the board dts files that had it
>> missing.
>> See also [2] for a related discussion.
>>
>> At the same time, let's remove the ethernet0 alias from one SoM dtsi
>> file,
>> which doesn't enable the GMAC, and add the same alias back to the
>> dependent
>> board dts files, which actually enable the GMAC.
>>
>> [...]
>
> Applied, thanks!
>
> [1/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566
> boards
> commit: 8a5f97b061432f72002b8aa158e372f1b10a079e
> [2/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for
> RK3588(S) boards
> commit: a40d30460dda56c6ad308cb338e240bc4a625faa
Great, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Dragan Simic <dsimic@manjaro.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
conor+dt@kernel.org
Subject: Re: [PATCH 0/2] arm64: dts: rockchip: Add ethernet0 aliases to the dts files for RK3566 and RK3588(S) boards
Date: Tue, 12 Dec 2023 22:53:10 +0100 [thread overview]
Message-ID: <5da1986c4db2e47c73ef8d33cdfd6fff@manjaro.org> (raw)
In-Reply-To: <170241214697.534713.13455667285782606746.b4-ty@sntech.de>
On 2023-12-12 21:16, Heiko Stuebner wrote:
> On Tue, 12 Dec 2023 09:01:38 +0100, Dragan Simic wrote:
>> To complete the process started with the migration of the ethernet0
>> aliases
>> from the SoC dtsi files to the board/device dts(i) files, started in
>> [1],
>> let's add ethernet0 aliases to the board dts files that had it
>> missing.
>> See also [2] for a related discussion.
>>
>> At the same time, let's remove the ethernet0 alias from one SoM dtsi
>> file,
>> which doesn't enable the GMAC, and add the same alias back to the
>> dependent
>> board dts files, which actually enable the GMAC.
>>
>> [...]
>
> Applied, thanks!
>
> [1/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566
> boards
> commit: 8a5f97b061432f72002b8aa158e372f1b10a079e
> [2/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for
> RK3588(S) boards
> commit: a40d30460dda56c6ad308cb338e240bc4a625faa
Great, thanks!
next prev parent reply other threads:[~2023-12-12 21:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 8:01 [PATCH 0/2] arm64: dts: rockchip: Add ethernet0 aliases to the dts files for RK3566 and RK3588(S) boards Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 8:01 ` [PATCH 1/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566 boards Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 8:01 ` [PATCH 2/2] arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3588(S) boards Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 8:01 ` Dragan Simic
2023-12-12 20:16 ` [PATCH 0/2] arm64: dts: rockchip: Add ethernet0 aliases to the dts files for RK3566 and " Heiko Stuebner
2023-12-12 20:16 ` Heiko Stuebner
2023-12-12 20:16 ` Heiko Stuebner
2023-12-12 21:53 ` Dragan Simic [this message]
2023-12-12 21:53 ` Dragan Simic
2023-12-12 21:53 ` Dragan Simic
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=5da1986c4db2e47c73ef8d33cdfd6fff@manjaro.org \
--to=dsimic@manjaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.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 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.