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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 71014C433E6 for ; Sat, 27 Feb 2021 13:59:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A55F64EE1 for ; Sat, 27 Feb 2021 13:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230144AbhB0N6z (ORCPT ); Sat, 27 Feb 2021 08:58:55 -0500 Received: from m42-2.mailgun.net ([69.72.42.2]:63762 "EHLO m42-2.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230001AbhB0N6x (ORCPT ); Sat, 27 Feb 2021 08:58:53 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1614434314; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=gTwquvFrx7AN37qAgtjT40H+hxoUXNtw3JF4EET/sGU=; b=psuuyP7fZB7Drl6RFZhH8+c/BVM81vABbnbjoDAXue5JOHL8fVvoyGpW4dBAtj/JQN2Sy2eN y4NFjMosb38GgV12eFI++1J4QOBZ80+VwkNQbcsnezpPuRlW3tCco0oAR9OSJUHaVhpP7meL 5+JXqFjb8tGpBLx7GsvIVDakzOE= X-Mailgun-Sending-Ip: 69.72.42.2 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n04.prod.us-west-2.postgun.com with SMTP id 603a50027aa94c52e7f15581 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Sat, 27 Feb 2021 13:58:26 GMT Sender: saiprakash.ranjan=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 7159BC43463; Sat, 27 Feb 2021 13:58:26 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id ABA73C433C6; Sat, 27 Feb 2021 13:58:25 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 27 Feb 2021 19:28:25 +0530 From: Sai Prakash Ranjan To: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rajendra Nayak , Sibi Sankar Subject: Re: [PATCH 3/9] arm64: dts: qcom: sc7280: Add device tree node for LLCC In-Reply-To: <161436514295.1254594.2789904935200051795@swboyd.mtv.corp.google.com> References: <161428185152.1254594.1426736986245389798@swboyd.mtv.corp.google.com> <161436514295.1254594.2789904935200051795@swboyd.mtv.corp.google.com> Message-ID: <48278c3db41c3f46eac8892d1383444c@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-02-27 00:15, Stephen Boyd wrote: > Quoting Sai Prakash Ranjan (2021-02-26 00:04:27) >> On 2021-02-26 01:07, Stephen Boyd wrote: >> > Quoting Sai Prakash Ranjan (2021-02-25 01:30:19) >> >> Add a DT node for Last level cache (aka. system cache) >> >> controller which provides control over the last level >> >> cache present on SC7280 SoC. >> >> >> >> Signed-off-by: Sai Prakash Ranjan >> >> --- >> > >> > Reviewed-by: Stephen Boyd >> > >> > Should add system-cache-controller to the devicetree spec. Or just use >> > cache-controller for the node name. >> >> This was as per discussion in [1][2] where dt-schema throws an error >> since it expects cache-level to be associated with cache-controller. >> > > Ah right. Can you add system-cache-controller to the dt spec? Sure, I'll add it. Hopefully that won't have to block this change? Because I might need some time to get permissions to add it there. Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation