From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
Florian Fainelli <florian.fainelli@broadcom.com>
Subject: Re: [PATCH v9 2/3] ARM64: dts: marvell: Fix some common switch mistakes
Date: Fri, 08 Dec 2023 16:11:04 +0100 [thread overview]
Message-ID: <877cloenlj.fsf@BL-laptop> (raw)
In-Reply-To: <20231127-mv88e6xxx-mvebu-fixes-v9-2-d19b963e81fb@linaro.org>
Linus Walleij <linus.walleij@linaro.org> writes:
> Fix some errors in the Marvell MV88E6xxx switch descriptions:
> - The top node had no address size or cells.
> - switch0@0 is not OK, should be ethernet-switch@0.
> - ports should be ethernet-ports
> - port@0 should be ethernet-port@0
> - PHYs should be named ethernet-phy@
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Applied on mvebu/dt64
Thanks,
Gregory
> ---
> .../dts/marvell/armada-3720-espressobin-ultra.dts | 14 ++--
> .../boot/dts/marvell/armada-3720-espressobin.dtsi | 20 +++--
> .../boot/dts/marvell/armada-3720-gl-mv1000.dts | 20 +++--
> .../boot/dts/marvell/armada-3720-turris-mox.dts | 85 ++++++++++++----------
> .../boot/dts/marvell/armada-7040-mochabin.dts | 24 +++---
> .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 22 +++---
> arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 42 +++++------
> 7 files changed, 115 insertions(+), 112 deletions(-)
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
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: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
Florian Fainelli <florian.fainelli@broadcom.com>
Subject: Re: [PATCH v9 2/3] ARM64: dts: marvell: Fix some common switch mistakes
Date: Fri, 08 Dec 2023 16:11:04 +0100 [thread overview]
Message-ID: <877cloenlj.fsf@BL-laptop> (raw)
In-Reply-To: <20231127-mv88e6xxx-mvebu-fixes-v9-2-d19b963e81fb@linaro.org>
Linus Walleij <linus.walleij@linaro.org> writes:
> Fix some errors in the Marvell MV88E6xxx switch descriptions:
> - The top node had no address size or cells.
> - switch0@0 is not OK, should be ethernet-switch@0.
> - ports should be ethernet-ports
> - port@0 should be ethernet-port@0
> - PHYs should be named ethernet-phy@
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Applied on mvebu/dt64
Thanks,
Gregory
> ---
> .../dts/marvell/armada-3720-espressobin-ultra.dts | 14 ++--
> .../boot/dts/marvell/armada-3720-espressobin.dtsi | 20 +++--
> .../boot/dts/marvell/armada-3720-gl-mv1000.dts | 20 +++--
> .../boot/dts/marvell/armada-3720-turris-mox.dts | 85 ++++++++++++----------
> .../boot/dts/marvell/armada-7040-mochabin.dts | 24 +++---
> .../dts/marvell/armada-8040-clearfog-gt-8k.dts | 22 +++---
> arch/arm64/boot/dts/marvell/cn9130-crb.dtsi | 42 +++++------
> 7 files changed, 115 insertions(+), 112 deletions(-)
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2023-12-08 15:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 15:50 [PATCH v9 0/3] ARM/ARM64: dts: mv88e6xxx fixes for Marvell Linus Walleij
2023-11-27 15:50 ` Linus Walleij
2023-11-27 15:51 ` [PATCH v9 1/3] ARM: dts: marvell: Fix some common switch mistakes Linus Walleij
2023-11-27 15:51 ` Linus Walleij
2023-12-08 15:10 ` Gregory CLEMENT
2023-12-08 15:10 ` Gregory CLEMENT
2023-11-27 15:51 ` [PATCH v9 2/3] ARM64: " Linus Walleij
2023-11-27 15:51 ` Linus Walleij
2023-12-08 15:11 ` Gregory CLEMENT [this message]
2023-12-08 15:11 ` Gregory CLEMENT
2023-11-27 15:51 ` [PATCH v9 3/3] ARM64: dts: Add special compatibles for the Turris Mox Linus Walleij
2023-11-27 15:51 ` Linus Walleij
2023-11-27 22:10 ` Andrew Lunn
2023-11-27 22:10 ` Andrew Lunn
2023-12-08 15:11 ` Gregory CLEMENT
2023-12-08 15:11 ` Gregory CLEMENT
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=877cloenlj.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@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.