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 3E6B6C54EBD for ; Mon, 9 Jan 2023 08:03:08 +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=DeIeB7buWIY42Lody+H8Zej8Memmchwai0CXLbKgecM=; b=RuUM7cqsgBSaqw By4GTZXfoNR32CZ2D3xyoRweP4e62Diez7gobb3cr3x3TcixgqCj/SisSoKpi7bGa+8MtajkQ2hA2 v52sHiKAHIDQ22t1NEVqflHtakPeCeMrDDrx6N1uoL4MKcFIuhl6vMROtMlnKcUjkAePyBJuKt8/v n+0fujm3X8AGv0z3LXj8koJkYaC1UgV1fQP+TsRMs+qMWFuJE/RGkLbGbr8UKwOvD7b/3oXiITOdy azleVmTi/sYmcg1+My18SErDeM9INeIEkpmac/lTeCuQuM46nE3+jD6oNit+/0FO5L2mySyG+Lejm BaVWFr1kNYnO3exBHjKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEn6Z-000JPg-Tr; Mon, 09 Jan 2023 08:02:04 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEn6V-000JOT-NP for linux-arm-kernel@lists.infradead.org; Mon, 09 Jan 2023 08:02:01 +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 ams.source.kernel.org (Postfix) with ESMTPS id 34545B80B30; Mon, 9 Jan 2023 08:01:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E891EC433D2; Mon, 9 Jan 2023 08:01:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673251316; bh=K2FNureFX7jCe81b4LQYycdB2eHxI6Z+zpQ6uvkRY90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VXQj7eUvAlSqRWsr3AOpnSvnjl7pnnwN3guMzCzmlqJgbYXOPDpDrfrkWfBEsx3K2 gN1OWh9Vx/2EMWNX7QiFTryDUmOUX3d+U3fPqT6aqgIls0iUwlyu9wPgVQmdnkfjQe wpNmW16hpASOuVltnIVAU2Fp5esO1Ng3tXgWnWeNo3/4zQoCIhS8hRz7Nj/ymkSTRm 9JBY5FtdkGOBpJXFQKTdBHbVVWGwqbwHsL2z4F+Aoy2c5tkCbF6f2uHcFw79MFwbpO qIa51e34/PvMsRO5LCwxt4jV0viXADpYnlXaVLgGEzjgDyO28jSCZ7X8mJp56cq8mK oCV2lDvV4YGdQ== Date: Mon, 9 Jan 2023 16:01:49 +0800 From: Shawn Guo To: Dmitry Baryshkov Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/3] ARM: dts: imx: Add support for SK-iMX53 board Message-ID: <20230109080148.GE18301@T480> References: <20230102004425.887092-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230102004425.887092-1-dmitry.baryshkov@linaro.org> 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-20230109_000159_970047_4ADA3AFF X-CRM114-Status: GOOD ( 12.77 ) 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 Mon, Jan 02, 2023 at 02:44:22AM +0200, Dmitry Baryshkov wrote: > Add support for the StartKit sk-imx53 board, a simple development board > with the i.MX536A SoC. > > Changes since v2: > - Dropped vpu redundant node > - Dropped device_type from Ethernet PHY DT node > - Fixed an error in vendor-prefix patch > > Changes since v1: > - Added bindings changes > - Moved phy-reset-gpios to the mdio->phy node > - Replaced default pinconf with specific values > > Dmitry Baryshkov (3): > dt-bindings: vendor-prefixes: add Startkit > dt-bindings: arm: fsl: Add the Starterkit SK-iMX53 board > ARM: dts: imx: Add support for SK-iMX53 board Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel