From: Maxim Kochetkov <fido_max@inbox.ru>
To: Vladimir Oltean <vladimir.oltean@nxp.com>,
robh+dt@kernel.org, shawnguo@kernel.org, mpe@ellerman.id.au,
devicetree@vger.kernel.org
Cc: madalin.bucur@oss.nxp.com, linux-kernel@vger.kernel.org,
radu-andrei.bulie@nxp.com, paulus@samba.org,
netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 devicetree 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch
Date: Tue, 29 Sep 2020 16:12:05 +0300 [thread overview]
Message-ID: <adfab73d-4073-2f9d-0bad-054ccb4b2534@inbox.ru> (raw)
In-Reply-To: <20200929113209.3767787-2-vladimir.oltean@nxp.com>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
29.09.2020 14:32, Vladimir Oltean пишет:
> Add the description of the embedded L2 switch inside the SoC dtsi file
> for NXP T1040.
>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
> ---
> Changes in v2:
> Make switch node disabled by default.
>
> arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 76 +++++++++++++++++++++
> 1 file changed, 76 insertions(+)
>
> diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> index 315d0557eefc..5cb90c66cd3f 100644
> --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
> @@ -628,6 +628,82 @@ mdio@fd000 {
> status = "disabled";
> };
> };
> +
> + seville_switch: ethernet-switch@800000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "mscc,vsc9953-switch";
> + reg = <0x800000 0x290000>;
> + little-endian;
> + status = "disabled";
> +
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + seville_port0: port@0 {
> + reg = <0>;
> + status = "disabled";
> + };
> +
> + seville_port1: port@1 {
> + reg = <1>;
> + status = "disabled";
> + };
> +
> + seville_port2: port@2 {
> + reg = <2>;
> + status = "disabled";
> + };
> +
> + seville_port3: port@3 {
> + reg = <3>;
> + status = "disabled";
> + };
> +
> + seville_port4: port@4 {
> + reg = <4>;
> + status = "disabled";
> + };
> +
> + seville_port5: port@5 {
> + reg = <5>;
> + status = "disabled";
> + };
> +
> + seville_port6: port@6 {
> + reg = <6>;
> + status = "disabled";
> + };
> +
> + seville_port7: port@7 {
> + reg = <7>;
> + status = "disabled";
> + };
> +
> + seville_port8: port@8 {
> + reg = <8>;
> + phy-mode = "internal";
> + status = "disabled";
> +
> + fixed-link {
> + speed = <2500>;
> + full-duplex;
> + };
> + };
> +
> + seville_port9: port@9 {
> + reg = <9>;
> + phy-mode = "internal";
> + status = "disabled";
> +
> + fixed-link {
> + speed = <2500>;
> + full-duplex;
> + };
> + };
> + };
> + };
> };
>
> &qe {
>
next prev parent reply other threads:[~2020-09-29 21:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-29 11:32 [PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB Vladimir Oltean
2020-09-29 11:32 ` [PATCH v2 devicetree 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch Vladimir Oltean
2020-09-29 13:12 ` Maxim Kochetkov [this message]
2020-09-29 11:32 ` [PATCH v2 devicetree 2/2] powerpc: dts: t1040rdb: add ports " Vladimir Oltean
2020-09-29 13:12 ` Maxim Kochetkov
2020-09-29 19:11 ` Andrew Lunn
2020-09-29 19:39 ` Vladimir Oltean
2020-09-29 20:10 ` Andrew Lunn
2020-09-29 20:33 ` Vladimir Oltean
2020-09-29 13:11 ` [PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB Maxim Kochetkov
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=adfab73d-4073-2f9d-0bad-054ccb4b2534@inbox.ru \
--to=fido_max@inbox.ru \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=madalin.bucur@oss.nxp.com \
--cc=mpe@ellerman.id.au \
--cc=netdev@vger.kernel.org \
--cc=paulus@samba.org \
--cc=radu-andrei.bulie@nxp.com \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
--cc=vladimir.oltean@nxp.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 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).