From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.tipi-net.de (mail.tipi-net.de [194.13.80.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BD612765D7; Fri, 3 Apr 2026 22:28:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.13.80.246 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775255330; cv=none; b=qWO091Cxc31tVfJKlwmSyGdSgM2iquL9q6U9zOpfiJ80W1Ad2I6hum3SXCUA+KDo3I7NyPK1i+2rtKElnSbUTuswEAnvsJqHGz1//QeBDTi2ah5rv48ffU/L8qr39Tsc18V1n5U2uj0lmGwDXEbb6HW4X6kwpKOFix7b10RGjVs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775255330; c=relaxed/simple; bh=X3zco+XvVhWpTCZMpFuVqN5WeEOytgRz8E3bdKkvgaM=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=NisYsPyOedOYd3RoToKQmyLtclLhoDMbJ2IymJZ2OXovq1I5uF0Ec22kETpx6EU6X53K5pLcByhQmYIvsDJ6iBcQ7XHlYDHcie+f2lfRdG/LQGXBYJe0vy2LAD0nb0tLr74jPhqY+hazkf3z+e79itr3eIP20gDsZG9cVPkgMz4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=tipi-net.de; spf=pass smtp.mailfrom=tipi-net.de; dkim=pass (2048-bit key) header.d=tipi-net.de header.i=@tipi-net.de header.b=eHE8Jc4H; arc=none smtp.client-ip=194.13.80.246 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=tipi-net.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tipi-net.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=tipi-net.de header.i=@tipi-net.de header.b="eHE8Jc4H" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8ECBFA587E; Sat, 4 Apr 2026 00:28:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tipi-net.de; s=dkim; t=1775255326; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=7YzsoARFzCOSqfo/cEvzh2PgtShoqkpEQjef7RRbDNg=; b=eHE8Jc4HwkoCAywnc7Zeq8zQujHlItD2zXiL7vjvdXkoi97POHp+ERCScWeNCt+Z//7Ztk C7p4eagLNsxCC9NatVlKg6oLX1wQ3wv5M83OZCkfDbkxx/BQO37XbSF8vN1x+gN6JQXaI0 3Y6vHX2CjX/KiSC/zKZ9v4uElHe9xTFwwu3J2r0/ThYUE1C5kyR2J2aVrxPAU6T7rLsTTj xgFDK43Ln4/VZXA5H8f0Ni5Uj82fFBFGcTBQkpeK8p5rLpp6jtms29hUlwAMPbuyd7zI0M ncWqMt9VOtzYN/MFNtKaWhFYAsrEL6gZjAm8OexMrJgeoYDT8dr+18+0lnxA5w== Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Sat, 04 Apr 2026 00:28:45 +0200 From: Nicolai Buchwitz To: Thomas Richard Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren , Thomas Petazzoni , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 2/2] ARM: dts: ti: var-som-om44: Add USB Ethernet controller node In-Reply-To: <20260403-b4-var-som-om44-lan7500-v1-2-0dadde850143@bootlin.com> References: <20260403-b4-var-som-om44-lan7500-v1-0-0dadde850143@bootlin.com> <20260403-b4-var-som-om44-lan7500-v1-2-0dadde850143@bootlin.com> Message-ID: X-Sender: nb@tipi-net.de Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 On 3.4.2026 21:02, Thomas Richard wrote: > Add USB tree description, including the Gigabit Ethernet controller > (LAN7500). Adding the LAN7500 node will allow the bootloader to patch > the > devicetree and set the MAC address. > > Signed-off-by: Thomas Richard > --- > arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi > b/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi > index > 37d56b3010cff0f6ea6208289da0aba7328067d5..9e04aa70f98227ac0054fea6cd4521ed1323ecbd > 100644 > --- a/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi > +++ b/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi > @@ -322,4 +322,18 @@ &usbhshost { > > &usbhsehci { > phys = <&hsusb1_phy>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + usbhub: hub@1 { > + compatible = "usb424,2514"; > + reg = <1>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + ethernet: ethernet@3 { > + compatible = "usb424,7500"; > + reg = <3>; > + }; > + }; > }; Reviewed-by: Nicolai Buchwitz Thanks Nicolai