From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B9B5B1E511; Mon, 1 Jun 2026 22:17:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780352238; cv=none; b=qEcz6lKm83/D4FF5XrNevoOWIf9v5oeIZrnHOPcaxguH6vBngWhWmLMqKokCDd3iyO46eS1Fvy+vzym/Huv33vs8RHc9+KNeuD0DcQxp3vkCTA2TOxbRQ72tKDAHAWbYm7BDy5tt4sbL9i0tbIqX3Ih0Q8VV1Jno4BD+hLxLc8o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780352238; c=relaxed/simple; bh=jeN9QbwUvs0491WL7WGf73Mqix9yzh0RIpAzhH97zt4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TQItIlWZafTx0pGfWWkPorCE7seNWZCbskPdBO+YhwqC26lZBNDyieft88FiNHzqeIGPZiIvcrm193YaBVvgTsSnVmLoMiDBwqhxw58uB+qt6tHpyHDkMt4En/r5KddLEHixdiggdleNs4h01EtBMMiHTh14A6admD/GNpn0+LM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g0WBuz+d; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="g0WBuz+d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C7081F00893; Mon, 1 Jun 2026 22:17:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780352237; bh=1mbiyeaSsKLt0leGo7e1qkrPrGZ3cp02co/bhf0omZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=g0WBuz+dgxiFsc4KdqstjcJFwerUWdAF78Qwx3fFonpcbp6NXPgBEijgBYV4RuH3u tFYehRLGxdA0asT4fVB4aeviFDSmLidk7+Rsb6LZ3Yh24BMm84LGysqKPqtHqYfExE 0iGF9AhjUVxHEfOB3pJ+ZnAW0Arny+X9eP1oXzcSvDEDX1+ASiK0bOjEWOLzStXUPG WbYJWbwwtJ5feXgR6/f2plVSkxPFh/cY7dLZYm2iP68T3lbT+XEnnv+EscxloCaivA /e93fezq8e3zrnXkSCjseb5cGdTdujOWxqqoPg9vwAYxedl+NTVoufvgtqzc6Se34i mY6HZyUHqH6tw== Date: Mon, 1 Jun 2026 17:17:16 -0500 From: Rob Herring To: Frank Li Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , "open list:NETWORKING DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , imx@lists.linux.dev Subject: Re: [PATCH 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format Message-ID: <20260601221716.GA79467-robh@kernel.org> References: <20260512214704.1084890-1-Frank.Li@nxp.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: <20260512214704.1084890-1-Frank.Li@nxp.com> On Tue, May 12, 2026 at 05:47:02PM -0400, Frank Li wrote: > Convert lan9303.txt to yaml format to fix below CHECK_DTBS warnings: > arch/arm/boot/dts/nxp/imx/imx53-kp-hsc.dtb: /soc/bus@50000000/i2c@53fec000/switch@a: failed to match any schema with compatible: ['smsc,lan9303-i2c'] > > Addtional changes: typo > - rename switch-phy to switch in example. > > Signed-off-by: Frank Li > --- > .../devicetree/bindings/net/dsa/lan9303.txt | 100 -------------- > .../bindings/net/dsa/smsc,lan9303.yaml | 123 ++++++++++++++++++ > 2 files changed, 123 insertions(+), 100 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/dsa/lan9303.txt > create mode 100644 Documentation/devicetree/bindings/net/dsa/smsc,lan9303.yaml With that and the doc reference fixed, Reviewed-by: Rob Herring (Arm)