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 4C055C4332F for ; Sat, 19 Nov 2022 06:32:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230424AbiKSGce (ORCPT ); Sat, 19 Nov 2022 01:32:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230484AbiKSGce (ORCPT ); Sat, 19 Nov 2022 01:32:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D67C8DA78; Fri, 18 Nov 2022 22:32:33 -0800 (PST) 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 C91EA60A38; Sat, 19 Nov 2022 06:32:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5178C433D6; Sat, 19 Nov 2022 06:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668839552; bh=bx1H5oyEj5Baf7Z8Q+gCPruinh9/I2zhfK2dAQ8AiUQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Tq/QSKIoUwptHIxIP79+FsAktHsZgNl1+4JG8N/tnO9jeeZf3iOoO4xmX0yoijKwc 8ojx03oApjRSWbWH+zSuYkRrtoETJUfj5JokBgw9Bb2/jVXaOu8O+/mpSKb/4zhirC aZ4AdmXjXONTtyUZn4f7u2Z5fgPPnW5YqR7RYp4q2g8sDQQBCYi3dUHmhIKk2xhYgB z/AQpLeiRScXsoCnuP/UrGdbXzlFsbHiRUxem6e5j2O8jhGIv4aoRBolTOJEWKcrhm WNMnQzx6JviLY3MoT7LP8ZMaOoczLrUuSv0MuXKPWL/bmATuHoHVB+dplvZLqRuuun QsUz5b/wIyYtQ== Date: Sat, 19 Nov 2022 14:32:24 +0800 From: Shawn Guo To: Andrew Davis Cc: Li Yang , Sascha Hauer , Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra , Masahiro Yamada , Michal Marek , Nick Desaulniers , Geert Uytterhoeven , Frank Rowand , devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/7] arm64: dts: freescale: Rename DTB overlay source files from .dts to .dtso Message-ID: <20221119063223.GO16229@T480> References: <20221024173434.32518-1-afd@ti.com> <20221024173434.32518-5-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221024173434.32518-5-afd@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 24, 2022 at 12:34:31PM -0500, Andrew Davis wrote: > DTB Overlays (.dtbo) can now be built from source files with the > extension (.dtso). This makes it clear what is the content of the files > and differentiates them from base DTB source files. > > Convert the DTB overlay source files in the arm64/freescale directory. > > Signed-off-by: Andrew Davis > Reviewed-by: Geert Uytterhoeven > Tested-by: Geert Uytterhoeven Applied with Rob's dt/dtbo-rename branch pulled as dependency, thanks! Shawn