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=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 05906C433E0 for ; Thu, 21 Jan 2021 05:52:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC5522389B for ; Thu, 21 Jan 2021 05:52:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726204AbhAUFwF (ORCPT ); Thu, 21 Jan 2021 00:52:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726873AbhAUFvY (ORCPT ); Thu, 21 Jan 2021 00:51:24 -0500 Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4279DC061757 for ; Wed, 20 Jan 2021 21:50:44 -0800 (PST) Received: by mail-pl1-x62d.google.com with SMTP id be12so678130plb.4 for ; Wed, 20 Jan 2021 21:50:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=HMOBeEAgLjQk0tUX2Dpn483fPasTJc5VWJnM0hucxR8=; b=dDHjbJxIIHchtavqm4U6tDKvb20u0J8tUxHMqtvrpXehBXUchhyutPIAiANk3E6izj UDZYeI8Z5FISI5sqSeLIjlnh1J1e9nRz3CRgy6Q0nLV+ApbJvyavVbeVGogy8P6y8FwY 2iKycZK9J31mzg2L6/bAj+LuSaBS+cHrk8CFGUyhuugMtOb1RdkFKKvE6JukbqCSLJ6i wOq1bUTVXobZv/PrUEhTwJYRQynnNU9G+nP+EzlO1HiEYB19LwTIXmwWZyr7ozzXirE4 J4GED04CjqIBAUdyv3GovB/eY5jZeeCA2SwHSiHVvpsXzD0Z65S/4UvEYts444BCEqky +eDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=HMOBeEAgLjQk0tUX2Dpn483fPasTJc5VWJnM0hucxR8=; b=PRQd2ihn0wD40LMEuOp6nqGGGyE+C9PloQ72bQ3i6jxC4v1JIuqQgGL4Jn4s96BUYc akCyUguYt3SpwIRvYK0SWWw+I1s6hlDUuxGk1TWoaTNox5lop4OgTKNe6U8EIxtlG+l4 9fZtDy8YRvjYc8GAVKK7M8bXubKKMIXrEkbKmT79y9O7rW04elbPZbV75hQC53fFMPSZ 8Dy8y82Gz7+kj050T9Bb2IxPZFpoKzbrJfhmcpfboqfgZhMYlfyENaqxHIoCh28/PVJt jubargZfwdgS/p+sJonYrlu311apRHAayDF7bGrRSlGK0nTWVtLPl2jpwP4WM8EtyPkp Yoxw== X-Gm-Message-State: AOAM530rsUrLKSwvV+EJhwxxuFKGragZUIXHdsiTIq57Cw/xe+cA6UMz 5ezubgZIAZDOX4AdYWv9Oc2hDA== X-Google-Smtp-Source: ABdhPJxYow5jHpvLMcvBCUYMqQD+o9sEzu4Ou+P9LBzvaOS0mSQMe4WTxgaf/4r3vf55qNhKsyfL7g== X-Received: by 2002:a17:90a:380c:: with SMTP id w12mr9568810pjb.117.1611208243752; Wed, 20 Jan 2021 21:50:43 -0800 (PST) Received: from localhost ([122.172.59.240]) by smtp.gmail.com with ESMTPSA id me3sm3984441pjb.32.2021.01.20.21.50.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jan 2021 21:50:42 -0800 (PST) Date: Thu, 21 Jan 2021 11:20:40 +0530 From: Viresh Kumar To: Frank Rowand Cc: David Gibson , Rob Herring , Pantelis Antoniou , Vincent Guittot , Masahiro Yamada , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bill Mills , anmar.oueja@linaro.org Subject: Re: [PATCH V5 5/5] of: unittest: Statically apply overlays using fdtoverlay Message-ID: <20210121055040.eluxzb2uknuygkxz@vireshk-i7> References: <696c137461be8ec4395c733c559c269bb4ad586e.1611124778.git.viresh.kumar@linaro.org> <20210121005145.GF5174@yekko.fritz.box> <7d6adfd9-da1e-d4ca-3a04-b192f0cf36b0@gmail.com> <20210121053426.4dw5oqz7qb4y7hvm@vireshk-i7> <1cbafa2a-fe9e-04ec-35cc-d675a781a5b6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1cbafa2a-fe9e-04ec-35cc-d675a781a5b6@gmail.com> User-Agent: NeoMutt/20180716-391-311a52 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-01-21, 23:45, Frank Rowand wrote: > I have only the most surface knowledge of fdtoverlay, mostly from > "fdtoverlay --help", but you can apply multiple overlays with a > single invocation of fdtoverlay. My _assumption_ was that the > overlays would be applied in order, and after any given overlay > was applied, subsequent overlays could reference the previously > applied overlay. > > Is my assumption incorrect? I think yes, if everything is in order then it should work just fine. I was only suggesting that fdtoverlay accepting the base overlay with /plugin/; may well be a requirement and so intentionally done. -- viresh