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 A4D61C4167B for ; Sun, 1 Jan 2023 04:52:54 +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=vx1s/V+JyCdaZWlOVQFiOGR462/VbM6kOrE7+cfdPY4=; b=Pxu7nUsqvzls83 LlNnq9tUn4xFQhhZOiG0SxOohScUv0jOChSstWVxa0YTMyHfkXw7HW/6UPF+jwGVtU4QJM04I27fq T25zuak51thqQNZmI4t82VMki1gcdTmsWrgFj9qx5ETUvNpoJM/LbquAIdxIi+W0KGdYoAXutfp6P eoDnMbvmPAw7xMwqs+22FyFDIm5JMx9zsee47+a5S+BoRMreRUNRf1T4SaajjLLQB2OURE70f0bVc is+NH4b9N/XqCWQIknfR/0rrWdy/F66Qyhp1JeOdwbiXRcmF8sRES5VcnVkBFBxLKud6IikwNviEi NcrV99gZbXL+UN0GOqQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBqK7-00EXgT-QW; Sun, 01 Jan 2023 04:51:51 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBqK2-00EXec-Rh for linux-arm-kernel@lists.infradead.org; Sun, 01 Jan 2023 04:51:49 +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 sin.source.kernel.org (Postfix) with ESMTPS id 100D9CE0950; Sun, 1 Jan 2023 04:51:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC95EC433EF; Sun, 1 Jan 2023 04:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672548700; bh=LsY80P78jhofG4mr8RTQkNnHZvRmhUyCfB/IV/5Y8yE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jwHCylUZW4oErq1V0yXuwwaoiIGfC9X/yb7w6gS7IJaky1g5K7j214NVXlJ0jHuum Mt6qenzIlbAipYezFTYPXZbl/MhjADVmPW/7r4OVrouD3XfzUDRx4YbBhiIf2pMYD6 +e14oZolempPjj6fl+unBpQhSMpl7qIRvqMjkaZBGO3ko6qr0bhgp+yH677FVkscmb VikkHC658+tASHecuSuzfFvHHau17vEB4e/1uKcbtI2iMZ4ejLBtFF27nrveneHRJI pc80XeaHJ1kpxIyFxSOzTPC/r4iVnoKXLEqZm3JDL36ukJjFRBr6irS+8Cbe0/hiPM 6Ey885pHFmXGQ== Date: Sun, 1 Jan 2023 12:51:34 +0800 From: Shawn Guo To: Marco Felsch Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, festevam@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: Re: [PATCH] arm64: dts: imx8mp-evk: pcie0-refclk cosmetic cleanup Message-ID: <20230101045133.GW6112@T480> References: <20221220131024.1454495-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221220131024.1454495-1-m.felsch@pengutronix.de> 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-20221231_205148_119793_2528F769 X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. 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 Tue, Dec 20, 2022 at 02:10:24PM +0100, Marco Felsch wrote: > Use the correct indention. > > Fixes: d50650500064 ("arm64: dts: imx8mp-evk: Add PCIe support") > Signed-off-by: Marco Felsch Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel