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 B0F3DC7EE25 for ; Wed, 17 May 2023 01:23:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231534AbjEQBXO (ORCPT ); Tue, 16 May 2023 21:23:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231452AbjEQBXL (ORCPT ); Tue, 16 May 2023 21:23:11 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96DBA1B6; Tue, 16 May 2023 18:22:54 -0700 (PDT) Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.55]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4QLZxN1sYTzqSVW; Wed, 17 May 2023 09:18:32 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Wed, 17 May 2023 09:22:52 +0800 Message-ID: <64642C6B.9020803@hisilicon.com> Date: Wed, 17 May 2023 09:22:51 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , , , Subject: Re: [PATCH] arm64: dts: hisilicon: add missing cache properties References: <20230421223215.115666-1-krzysztof.kozlowski@linaro.org> <168425511042.243008.1168317105384741574.b4-ty@linaro.org> In-Reply-To: <168425511042.243008.1168317105384741574.b4-ty@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof, On 2023/5/17 0:39, Krzysztof Kozlowski wrote: > > On Sat, 22 Apr 2023 00:32:14 +0200, Krzysztof Kozlowski wrote: >> As all level 2 and level 3 caches are unified, add required >> cache-unified properties to fix warnings like: >> >> hi3660-hikey960.dtb: l2-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: hisilicon: add missing cache properties > https://git.kernel.org/krzk/linux-dt/c/a0936e9edf16750867b65c8f2017352f1ea3dea8 > > Best regards, > Thanks! Best Regards, Wei