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_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 B17CCC433B4 for ; Thu, 13 May 2021 07:52:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66AB361406 for ; Thu, 13 May 2021 07:52:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230190AbhEMHxL (ORCPT ); Thu, 13 May 2021 03:53:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:38748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230090AbhEMHxL (ORCPT ); Thu, 13 May 2021 03:53:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6F34D613C1; Thu, 13 May 2021 07:52:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620892321; bh=ha2slVL2AsHNyn4zoXapi1HIJ0uyngwOu9tPz2ex8wM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hHGQeoqy10S5RTQzj3PhoQbIE5cSDhG/+Gwc8NfD1lh5zj4YVJiG7+c7O0ziBF3iZ i8L6G0pTT6QN/B5mSaILWEMhCPTxEElUqRV7lv2IhyajfyPWpz0zjZNyZCiAzx07ga hr20RxzEnLvxRekrhxoOBLWpGpOqcosiSvv18PCICEsGaBkaPzRuqXATB7G76egOjO rJRCHeGmC0UDvQ0U37SJHWMwWdjUxtFexFmwOAo9NS9/DhVHQCd+OoLLwrKCiAXR7l XakN3mlxtH4ojV71oOKVsmm4VmrCuE0GcQchcF3ZDqtdN3F/77y2H6/4Wg48DkzNXa hakUmF6Pjgp0A== Date: Thu, 13 May 2021 15:51:57 +0800 From: Shawn Guo To: Mian Yousaf Kaukab Cc: leoyang.li@nxp.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: ls1012a: enable PCIe on freeway board Message-ID: <20210513075156.GV3425@dragon> References: <20210426075211.30467-1-ykaukab@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210426075211.30467-1-ykaukab@suse.de> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Apr 26, 2021 at 09:52:11AM +0200, Mian Yousaf Kaukab wrote: > ls1012a-freeway board contains a M.2 2230 slot. Update the status of > pcei1 node to okay so that the pcie controller can be probed. > > Signed-off-by: Mian Yousaf Kaukab Applied, thanks.