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 0EC16C433F5 for ; Fri, 29 Apr 2022 00:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352651AbiD2Adj (ORCPT ); Thu, 28 Apr 2022 20:33:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347178AbiD2Adi (ORCPT ); Thu, 28 Apr 2022 20:33:38 -0400 Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6699E30556 for ; Thu, 28 Apr 2022 17:30:20 -0700 (PDT) Received: by mail-pl1-x62a.google.com with SMTP id u7so5743849plg.13 for ; Thu, 28 Apr 2022 17:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=jmljM4FICPNK95l/noM5ZqyzaP70WYeuCPsRfukH3zY=; b=HL/MPvnZa4kAs14Bpx2qes8HJc/78pX0p3ekNAtGu9o1l5XhdX4BW/Vu+CP/yaoyg9 qVA8SFH+sCtqAdq60kc0UpEyxr4j1sEM+r3+4FpWYV4Efaj9SaAW0Jqd0eYUhs++WnNU aM/7YPvyXUgqk5kns1OGlMQr4gEv+SOv+Nj2k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=jmljM4FICPNK95l/noM5ZqyzaP70WYeuCPsRfukH3zY=; b=icd0YCg6NIEK+SdfdtbFwicVP3EcR0M/YJ8ib1qBrLzC1VerEVlsSt74VL9lGjXoOX GeRL+X4Fy3hXjH4xN+ZvfY0QemdxPp3UquZBw6BfEMNVbeXjwpNI0v31cwzVU8cQq1e/ PFAwc6GwGo20yZufp/GAe/ZT1bqcgPJ5ZHiOjzSbRfUYHkW2Ds6PE3A498UJZBZRdxCi CXLhTMgQ+y1w88zVWRnpcG00y+OiJi5iCvjw8spS6ReIcew6T72IqBZmcMDgeFeuqC5M kYpZ5nRPjqrmwf1tq7qbqEknmpPcXJzJ7hovvB6bnyhI3/OGYBegcqsOMFjZdb8jmS9L PuFg== X-Gm-Message-State: AOAM533XZezlsz6Qy3K3/SWZ7a2yNjIP1ur12HHNMj6RRVfX/85KLQb5 Gx0kmoyrxZ4O6z2LH4EX0/yXGg== X-Google-Smtp-Source: ABdhPJwxcuz8buO11jDSkmrug/EvrwKpN67kCAVXPYAtg1DJlGtv1dxcrFgy/3qS1eexgynXqygYSQ== X-Received: by 2002:a17:902:da85:b0:15d:3a9a:aad1 with SMTP id j5-20020a170902da8500b0015d3a9aaad1mr14838800plx.113.1651192219978; Thu, 28 Apr 2022 17:30:19 -0700 (PDT) Received: from localhost ([2620:15c:202:201:7d14:5f45:9377:9b6a]) by smtp.gmail.com with UTF8SMTPSA id x4-20020a628604000000b0050d2ff56603sm945978pfd.60.2022.04.28.17.30.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Apr 2022 17:30:19 -0700 (PDT) Date: Thu, 28 Apr 2022 17:30:18 -0700 From: Matthias Kaehlcke To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , linux-kernel@vger.kernel.org, patches@lists.linux.dev, linux-arm-msm@vger.kernel.org, "Joseph S. Barrera III" , Douglas Anderson Subject: Re: [PATCH v2 3/3] arm64: dts: qcom: Only include sc7180.dtsi in sc7180-trogdor.dtsi Message-ID: References: <20220427020339.360855-1-swboyd@chromium.org> <20220427020339.360855-4-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220427020339.360855-4-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Apr 26, 2022 at 07:03:39PM -0700, Stephen Boyd wrote: > The SoC is always present on sc7180-trogdor.dtsi and thus we should > include it in the "generic" dtsi file for trogdor. Previously we had > removed it from there because we had to do the spi6/spi0 swizzle, so > each trogdor variant board had to include sc7180.dtsi and then > sc7180-trogdor.dtsi so that the latter dtsi file could modify the right > spi bus for EC and H1 properties that are common to all trogdor boards. > > Now that we're done with that we can replace sc7180.dtsi includes with > sc7180-trogdor.dtsi and include sc7180.dtsi in sc7180-trogdor.dtsi as > was originally intended. We still need to include sc7180-trogdor.dtsi > before the bridge dtsi files though because those rely on the panel > label. > > Cc: "Joseph S. Barrera III" > Cc: Douglas Anderson > Signed-off-by: Stephen Boyd Reviewed-by: Matthias Kaehlcke