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 0C2D9C77B75 for ; Tue, 16 May 2023 17:04:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229644AbjEPREe (ORCPT ); Tue, 16 May 2023 13:04:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbjEPREd (ORCPT ); Tue, 16 May 2023 13:04:33 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E470E131; Tue, 16 May 2023 10:04:25 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 34GH4HqG072550; Tue, 16 May 2023 12:04:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1684256657; bh=rGBz1Lk2ymMxVaQM6dL4QCfsjWcHHyRlf/X4IvKG/HI=; h=Date:Subject:To:References:From:In-Reply-To; b=yBUiRODiiQgzZtAfAHm4NuaZYARaJXyEFqgxc8MArY64kILNBQpYAm0GY/VtzyGhN CpykqAGE2pBf6tSVZ3lViCffHICLW8NuOB5LI0MfMqT1eHLSqpzFMSZ1xEyk6iVgKc nmZKWn3/7OLDQhq2RYLEgGxhs+u3HEX36pfSly7A= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 34GH4HNX101719 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 16 May 2023 12:04:17 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 16 May 2023 12:04:17 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 16 May 2023 12:04:17 -0500 Received: from [10.249.133.214] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 34GH4EeK099267; Tue, 16 May 2023 12:04:14 -0500 Message-ID: Date: Tue, 16 May 2023 22:34:13 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH] arm64: dts: ti: add missing cache properties Content-Language: en-US To: Krzysztof Kozlowski , Nishanth Menon , Tero Kristo , Rob Herring , Krzysztof Kozlowski , , , References: <20230421223143.115099-1-krzysztof.kozlowski@linaro.org> <168425511044.243008.2148983708471957289.b4-ty@linaro.org> From: "Raghavendra, Vignesh" In-Reply-To: <168425511044.243008.2148983708471957289.b4-ty@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On 5/16/2023 10:09 PM, Krzysztof Kozlowski wrote: > > On Sat, 22 Apr 2023 00:31:43 +0200, Krzysztof Kozlowski wrote: >> As all level 2 and level 3 caches are unified, add required >> cache-unified properties to fix warnings like: >> >> k3-am6528-iot2050-basic-pg2.dtb: l3-cache0: 'cache-unified' is a required property >> >> > > Applied, thanks! > > Please let me know if this should go through any other tree. > > [1/1] arm64: dts: ti: add missing cache properties > https://git.kernel.org/krzk/linux-dt/c/be9633397b9f268242724a0c763839579761ee60 > > Best regards, I have already queued it up at [0] for testing (should be part of linux-next already).. I intend to send out this as part of fixes PR towards -rc3 tomo. Would you mind dropping this from your tree? [0] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git/commit/?h=ti-k3-dts-next&id=27244f81d6f6abbf06fc705a940ba650fd687b9f Regards Vignesh