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 X-Spam-Level: X-Spam-Status: No, score=-13.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C256C433B4 for ; Thu, 13 May 2021 07:12:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB22561438 for ; Thu, 13 May 2021 07:12:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230232AbhEMHNL (ORCPT ); Thu, 13 May 2021 03:13:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:58574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbhEMHNK (ORCPT ); Thu, 13 May 2021 03:13:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 64FE8611AE; Thu, 13 May 2021 07:11:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620889920; bh=k+6Ew2CIxOhEvA6CXddp4OAx2+o8XObSLpDWTsumM0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tUOTmWaX1DxVWSzvnUckdViRhoEqa5p703Fdyf38JH7+F995g5d2H4bQPGvnlpOmf kAIe4HtO1eP6agRjvnG8EOmtHs7xlM90IPzWCyeIR/JcHGpxdujvIWMes9OhcyxYv6 xXMhxNOxI2lwwwgqHCu9eWwCudomN/UxRKExTyun18lSx2t5YDWLoInoD1r227zpgB VmwIm/a0udC+ImabEEDYR269+Q85naGx1EGAI44Ddl8qBvy3UT5nWWah9KLuFwMhTL KOVjU9QR+Mw7KYSSIRQG/4ws6WMmn3gfh7NjDfwOYPpaI/L+RrhPVLerJvnVaiO6Qs PWoeuS8sbQ5gw== Date: Thu, 13 May 2021 15:11:55 +0800 From: Shawn Guo To: Michael Walle Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Li Yang , Rob Herring Subject: Re: [PATCH 0/2] arm64: dts: freescale: sl28: fix RGMII Message-ID: <20210513071154.GP3425@dragon> References: <20210413153349.29119-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210413153349.29119-1-michael@walle.cc> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Apr 13, 2021 at 05:33:47PM +0200, Michael Walle wrote: > This fixes the RGMII on the sl28 boards. While the network port was > actually working it is still out-of-spec. > > Please note, that this is split into two patches because each one fixes > a different commit. > > Michael Walle (2): > arm64: dts: freescale: sl28: fix RGMII clock and voltage > arm64: dts: freescale: sl28: fix RGMII clock and voltage Can we distinguish the subject a bit by using different prefix like 'sl28-var1' and 'sl28-var4'? Shawn > > .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts | 3 ++- > .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts | 5 ++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > -- > 2.20.1 >