From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="JQyoWEyt" Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A543D1BF8; Fri, 8 Dec 2023 07:11:06 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPSA id A6A04C0009; Fri, 8 Dec 2023 15:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1702048265; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=M3cHWqyfL1MHTo5ECWhjRzGg7w8aJh0rDRGtJaQgvZ0=; b=JQyoWEytpa4qN/zu+0MfA7JSnKfaCPtsNS7PUOnWZIEJgGo+Id2gCDvbl3yJtuOm4LPOU+ i2Hq6lhbN07COf4Jev5Y1vpd8ChtkA5Z3TqAqzssXC/b6WlVCsJv+EV78dOIXW3OOV4JE0 bUEexEurXPzNAzrdfYdcOAKxMoIgGgLiO4rOtxY2QOnL1Z77L7LXyrGf0BaodQU+f6ABMY qqrgeRtuexHYU3yG6oOwYtsgx5pYdXqROpaw1F750ZfWRPWtT6PJmAYLtYpnvXy4ZRRAbc kg6KHMZPBMttPTruWZ1juXzla+3EFKYyluV9frs63/aEL0rYKNnzIugPO881aQ== From: Gregory CLEMENT To: Linus Walleij , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Florian Fainelli Subject: Re: [PATCH v9 2/3] ARM64: dts: marvell: Fix some common switch mistakes In-Reply-To: <20231127-mv88e6xxx-mvebu-fixes-v9-2-d19b963e81fb@linaro.org> References: <20231127-mv88e6xxx-mvebu-fixes-v9-0-d19b963e81fb@linaro.org> <20231127-mv88e6xxx-mvebu-fixes-v9-2-d19b963e81fb@linaro.org> Date: Fri, 08 Dec 2023 16:11:04 +0100 Message-ID: <877cloenlj.fsf@BL-laptop> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: gregory.clement@bootlin.com Linus Walleij 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 > Reviewed-by: Florian Fainelli > Signed-off-by: Linus Walleij 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