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=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 11547C433E0 for ; Mon, 18 Jan 2021 00:24:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF50C2151B for ; Mon, 18 Jan 2021 00:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729856AbhARAYH (ORCPT ); Sun, 17 Jan 2021 19:24:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:56920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729469AbhARAYG (ORCPT ); Sun, 17 Jan 2021 19:24:06 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 337CB2151B; Mon, 18 Jan 2021 00:23:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610929405; bh=eEzW6zpYU95cgHowqJxUv00hnZZvO2jPd/Jm93AoAgE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y1CfDOxy9eaxXHAFn3U0K9WgSTHceDyJ3yCyu9GRMZLGIgJPUB78cpKHxnPfmBGxn qHi80ibZ7Zt+jZl2yFFkR18uXcu98o9CmS6RV4DFGX1d3M6hZgQ2SAxMlB55dlfAc7 +14+2E7hNrCvHHBI3JxcPOZgDZRkvNE+QkEB8wRlrLl5/A7FY6psrs0xIFK9nMfnEQ G0tWYVuL8plDrRfumjCTbdidWEcS7jhnr/yXfHFkRl9POxoNfTzI7pkpeGcRqp+Yzb z9jSiIagET6wbGW4TKgaEujx+DyhPiILKi5ScHn2yVscHh5wJ/BGvLHsPcIXnTC+a5 bjp8MMG9FMm2g== Date: Mon, 18 Jan 2021 08:23:20 +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 , Catalin Marinas , Will Deacon Subject: Re: [PATCH 0/2] arm64: small Kontron K-Box A-230-LS fixes Message-ID: <20210118002320.GD28365@dragon> References: <20210110195454.27808-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210110195454.27808-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 Sun, Jan 10, 2021 at 08:54:52PM +0100, Michael Walle wrote: > This will enable the driver for the PHY found on this board as well as > add SATA support. > > Michael Walle (2): > arm64: defconfig: Enable Broadcom BCM54140 PHY > arm64: dts: freescale: sl28: enable SATA support Applied both, thanks.