From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 D1BBD2E7F20; Wed, 3 Sep 2025 12:24:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756902265; cv=none; b=AmoyXatmEbyiB1B4ZirccYPefExOcx/ESZ6IHrC8232oTCKCxiktIFhZo9O2GbomLVTa4tgu3XB0IxDnFuy1qAl4VXlxab5oOfQW1h4+CQngew/qhtztx0/sg8jGSkW9GLmRNtecnuVQg3AzvJxEcfHZx83zJ7cobu+isEeHdFU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756902265; c=relaxed/simple; bh=7kMrhR0W/dcf49UoR4SJf8/gGOSvjwljFtgdPFC07rI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XuT5zMVUM3p5R2HtSv77VVV+74LuMDaPwknOeweqSVw/ebYKYAMs4XSgCohQ6hchodpyTJ8eqQyreOBt+RmzFAhPyhvFpy5UNUII6kLWETDst1Uhgx9dSyXY/IHLXxt6r5NNJlxO/Y0xOHQgBWxK8Q5OZkDQ3RIwbEKVnepQlVI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=eNGAaE32; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="eNGAaE32" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=t//bbBNUhyP65PWrZQ0g45yV9ZKC744g1ycgqE51bxY=; b=eNGAaE32uD/yOcNkA2MH0sZQKM QdlR5ObodgGOWF42Wempybp9Bh5NvzclfnZcrCQEA0gdwAX/EQcfShJQXkOs5yObVgyd+l8JVRK69 Z0G4jeRv29z2gi4+fIc+1J2UA+HK7B3Vgb1B00v6gvjxLE5K9WxTae0Ko5Dh2LlZaeT0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1utmXB-0070qQ-Kb; Wed, 03 Sep 2025 14:24:17 +0200 Date: Wed, 3 Sep 2025 14:24:17 +0200 From: Andrew Lunn To: Gatien Chevallier Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] arm64: dts: st: enable ethernet1 controller on stm32mp257f-ev1 Message-ID: References: <20250903-mp2_ethernet-v1-0-4105b0ad2344@foss.st.com> <20250903-mp2_ethernet-v1-3-4105b0ad2344@foss.st.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250903-mp2_ethernet-v1-3-4105b0ad2344@foss.st.com> > + phy1_eth1: ethernet-phy@4 { > + compatible = "ethernet-phy-id001c.c916"; > + reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>; > + reset-assert-us = <10000>; > + reset-deassert-us = <80000>; > + reg = <4>; The DT coding style would suggest reg comes after compatible. Andrew