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 B7569C433EF for ; Sun, 22 May 2022 16:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235881AbiEVQSs (ORCPT ); Sun, 22 May 2022 12:18:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230260AbiEVQSr (ORCPT ); Sun, 22 May 2022 12:18:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 256233983D; Sun, 22 May 2022 09:18:46 -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 ams.source.kernel.org (Postfix) with ESMTPS id 43D07B80CA9; Sun, 22 May 2022 16:18:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40F46C385AA; Sun, 22 May 2022 16:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653236322; bh=pYSFeemrT0C1YzK9cc5ubWYn839pI3mgfE62d/TWJGQ=; h=Date:Subject:To:References:From:In-Reply-To:From; b=jhWUoECn2IgweSYvD9ud/S6HEt7pV3unegslasC03D/usrtvR+NwWbJ/4XaOBtDJ0 Ixc92ZyFU+XTOOyTBua3Rlrl2yOZATR3XLUOXJQkjqKa+50F6QXtaubl3fXTp/MdPA XaSiJRu55tIPOrhcppF/5zgDP6/hbRLBZBlALv62RYV76jZs6xcq9ahAcL/LneWz+w DdV+O+87Gp+RmH+e++t5kS/mCIz3aEh5wUYw+qi4YXdBRjJ4221BK3tH17wtdkfe6V mhbANfsBbUNxRr46J1XnRwLFmG7ifMaSeAqppXzcnq7bEtha0FsVXUwnwz2qIHW7J1 e6/XdAeWPi/Fg== Message-ID: <9d13e27e-4b51-eaa1-81af-20851d3a9fe4@kernel.org> Date: Sun, 22 May 2022 11:18:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v6 0/3] Add device tree for Intel n6000 Content-Language: en-US To: matthew.gerlach@linux.intel.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org References: <20220520143208.1160506-1-matthew.gerlach@linux.intel.com> From: Dinh Nguyen In-Reply-To: <20220520143208.1160506-1-matthew.gerlach@linux.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Matthew, On 5/20/22 09:32, matthew.gerlach@linux.intel.com wrote: > From: Matthew Gerlach > > This patch set adds a device tree for the Hard Processor System (HPS) > on an Agilex based Intel n6000 board. > > Patch 1 defines the device tree binding for the HPS Copy Engine IP > used to copy a bootable image from host memory to HPS DDR. > > Patch 2 defines the binding for the Intel n6000 board itself. > > Patch 3 adds the device tree for the n6000 board. > > Changelog v5 -> v6: > - move copy engine binding from soc/intel to dma directory > - remove unnecessary parent device tree node from copy engine example > I didn't see any pending comments for V5 so I've already queued it up for V5.19. You can make this change in -rc if you want. Dinh