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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53F49ECAAA1 for ; Sun, 23 Oct 2022 13:09:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229961AbiJWNJP (ORCPT ); Sun, 23 Oct 2022 09:09:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbiJWNJN (ORCPT ); Sun, 23 Oct 2022 09:09:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33E2D6FA24; Sun, 23 Oct 2022 06:09:13 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id C559C60E14; Sun, 23 Oct 2022 13:09:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A4A5C433C1; Sun, 23 Oct 2022 13:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666530552; bh=n1oyFE1/y4FaMt4hNDhYCm6OT6xQZKVnwG2w8UcMBkE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LLyle91TEBa86piVt43HACWBUafC9i5QSSebMpv1FTMw8W/Hb3ZvzRop8RlcybGC4 V5ZliGnzT1ORcvUdZdvojXcFb0eXbRkYVEY/6CLwUGRJy5vWqF7UtnQtYw80b7JYxs yW+Eyl/kGw9qrMnT/fhqGr0R3jQR16/+OhWnGsv26TnmYl079N76Z3yvuyuyhePQp3 mdUum0Kb0Kca9BcVbcAtL1z9lfr4vyM0IayFgi6t5UkaMzypPJMPhE+PeucMXY1Zl3 z/kpU73hTLy12UhjQbm7EA5IrLg5oA3JsTpA+NPUV3hmVMH3Z/1h/RVB1U7WhC9do1 z0L1zvtgLax7g== Date: Sun, 23 Oct 2022 21:09:04 +0800 From: Shawn Guo To: Marcel Ziswiler Cc: linux-arm-kernel@lists.infradead.org, Marcel Ziswiler , Andrejs Cainikovs , Fabio Estevam , Krzysztof Kozlowski , Laurent Pinchart , Max Krummenacher , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/8] arm64: dts: verdin-imx8mm: verdin-imx8mp: improve include notation Message-ID: <20221023130904.GJ125525@dragon> References: <20220922162925.2368577-1-marcel@ziswiler.com> <20220922162925.2368577-3-marcel@ziswiler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922162925.2368577-3-marcel@ziswiler.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Sep 22, 2022 at 06:29:19PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Improve include notation. Usually only dtsi files from the same location > are included with an absolute path in quotes. Others should use a > relative path enclosed in angle brackets. > > Signed-off-by: Marcel Ziswiler Applied, thanks!