Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp5493143pxb; Wed, 26 Jan 2022 13:20:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJxuLZ9g0plRobpzep4h2/1Ry4lLsq3AoyF1cvA2VUpDJatkYE/jOJrNi7F5k+VLZZX5ybFx X-Received: by 2002:a17:902:7ecf:: with SMTP id p15mr579151plb.112.1643232024256; Wed, 26 Jan 2022 13:20:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643232024; cv=none; d=google.com; s=arc-20160816; b=SDA8/lh/jxY+28QsNbfubG60nx0MWqxAN8zUeqTrJSW6M0AL77zy13LfP/97q6zfOw Qzdum+/sWjpd/WXrfAi36fUlPAQjSUY0szBQsqYA+7fE/PZAx5cEZje9+AdPpid/k3MK bFGe7fM7UPb3vCbSzbEdXc49QwTBYvnq6HFDlE0LF3oy7XM+ASR3XosezQxldVVhyGfo T6Xhw40Qu0o/okhVLDZ8CdSSqhYHGOD+023BA/KeEU4lyHWzkTX6r175/zK6bdFlvf7B ZUwfUqB28WOMxVZ+1DABgF1O26l5QLRb64lyL/FHm4TK558PsMhFQU+KlRnCI76VLOTM jXsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=4S7Abn8zJxsoYP0XMMfY9AkdmxvTRt4hHIFTWvcLTF4=; b=OH833gyfGMmzBZc3vN3X/u7sFvv8M3rfTdNNdoVC+k1wKXEO7JVgCpXWvqUuanpUfx eKACfz9NntpsVyUD4uMjyVIESBJcpinIxIClGoC4ewHyZbsM3lTDJ3bXBzZZTVxr8j+x FUwoVALhfIHffRzxlUC+QUvN2J/mNiHv/2XTtk8yx5kjpwiuh946HQyJy/kMvAQMj0ez /dXG2IdV1kjeAoNxYfaIBBqKjPCuo7Aoq5J1VXRxG3YiHgPXq8zJSTUfmPeWMYtXq1fL 6XHbHg/jZz65EAD8smw07R4cobfQ0vscnWl2vI+JyimCrZq5DQ8AqRQ5P1aKfF3ltTK7 KH6Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=5zsVAfZI; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t64si309204pgd.769.2022.01.26.13.20.11; Wed, 26 Jan 2022 13:20:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@lunn.ch header.s=20171124 header.b=5zsVAfZI; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238786AbiAZNVq (ORCPT + 99 others); Wed, 26 Jan 2022 08:21:46 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:55408 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238021AbiAZNVn (ORCPT ); Wed, 26 Jan 2022 08:21:43 -0500 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=4S7Abn8zJxsoYP0XMMfY9AkdmxvTRt4hHIFTWvcLTF4=; b=5zsVAfZIayY6a22GgeCUD6qGWY u7cWnuD4DHkApJt9LqJLmN7WmJoTc5W3r7kosnYYvtRBgTcHeak1vC/QIXtYeQh7fA4VsYJanJT4m atCHm47qu6sKqvkZla+A2eR+77Za6gqhxuOEtSMAL36zYwGslm6ucA22hciP+XDFjfzM=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nCiF1-002oJ8-Kb; Wed, 26 Jan 2022 14:21:39 +0100 Date: Wed, 26 Jan 2022 14:21:39 +0100 From: Andrew Lunn To: Li Yang Cc: Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alex Marginean Subject: Re: [PATCH] arm64: dts: ls1028a-qds: define mdio slots for networking options Message-ID: References: <20220126092650.19962-1-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220126092650.19962-1-leoyang.li@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 26, 2022 at 03:26:50AM -0600, Li Yang wrote: > The ls1028a QDS board support different pluggable PHY cards. Define the > nodes for these slots to be updated at boot time with overlay according > to board setup. > > Signed-off-by: Alex Marginean > Signed-off-by: Li Yang Reviewed-by: Andrew Lunn Andrew