From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 476CBC433EF for ; Sat, 29 Jan 2022 07:02:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b/fb6zaZUKCyxoGbDvzhF6cUQpCtg583XdDh8ksxIuk=; b=Hd9w80D5t2r1zf 96G6D8XZfRPJ7BUBgdi7INFaw3km2wuVIS0CJbFswLggkYaK/lodUdRVFYIx1s3klvGDc710yQKvs FZ5wUEegXsCuBJha6hm4nhZr0g4CSnQCFaFF4zzDt5ppYYt55z5RqyoirnoOyiEYQscb80QVIqiII duxCDlEHOqdd5Qybd2z1x/hvq8kSkwPFY1alPqLg1MG0fHXTXjNq9giPHuKiPDOKE/RArjrSyAsKz LaJjfHVeXCVlobp92UuO9JpBwcDzH7srzKUhfia+2mU0oIV+fUrB1ozNXGajBcljWztzBBTmPwCVV 7iXyLnuQLxJPVPWh5ZGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDhjS-004Bxp-Ta; Sat, 29 Jan 2022 07:01:11 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDhjO-004Bwf-Tk for linux-arm-kernel@lists.infradead.org; Sat, 29 Jan 2022 07:01:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6D09460BC1; Sat, 29 Jan 2022 07:01:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5DA0C340E5; Sat, 29 Jan 2022 07:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643439665; bh=BamMGzH8nXZci1GRam4W2FajTEbOEjdeeV7Z0ODh6xI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mffmIT29FQGgwpUdF6lGEoghZE44l1CXYl7FwtXNdfb2wJb1R3JZPQwNNsWxVQ61a tPV4wizXYKSvJY9fJqkBW/qjnt3bwopmwoX41GP1PT9ZZ1lejmQloaeW5rwfih1xJi 33W2pGyZUd0gjYmAhc1buOx66zBLNKZcG5rHWWTPFMgBvKhSPCpuwtrey+MbDy2T10 +fhio6qkAf/N1eT/7VVGSwsbmMvofeyYXDdqiv9zaCV3+qxql9V3LQQ3ld9tFv/jSc W10ApU4BeSZOYlIgcSCSHnRorRMf95ywVToCgTjZTvIOeSrjttHI2ummdZ6smPROGX pzAARalaQPQMw== Date: Sat, 29 Jan 2022 15:01:01 +0800 From: Shawn Guo To: Li Yang Cc: 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: <20220129070100.GY4686@dragon> References: <20220126092650.19962-1-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220126092650.19962-1-leoyang.li@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220128_230107_389200_C5A9F189 X-CRM114-Status: GOOD ( 10.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel