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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 C6B4AC433DB for ; Fri, 5 Feb 2021 21:13:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B9C364FBB for ; Fri, 5 Feb 2021 21:13:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233064AbhBEVNr (ORCPT ); Fri, 5 Feb 2021 16:13:47 -0500 Received: from mail-ot1-f41.google.com ([209.85.210.41]:34198 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233258AbhBEVNO (ORCPT ); Fri, 5 Feb 2021 16:13:14 -0500 Received: by mail-ot1-f41.google.com with SMTP id y11so8272904otq.1; Fri, 05 Feb 2021 13:12:59 -0800 (PST) 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; bh=jfXJCkiBzbq780Z0WFVTQqlIBpbcIEnBg7oB/G419nM=; b=Cg+aWVdzfHVYj97L5Lc1oQvv4VhFw6Gm4G6/xv3SOUnTl4pKECtFf7OQP6r1ii8WnO DC3OGCAkni0HBUDYoWqjrJm0Vqo5TjZU2JFtUKlG7GkFdGhvMJh4VkY9U6TMrgDUhsW1 oNsDt293TpdVDf850GSE/leTJ/Ch//ChBbkmkTfSUUrrwD524Cx/ScvxLVXrSmsI+Syp ueJULAXA9kkzfvGBPJRfJbAbJWVmh7dL+2g5QbbIvF71cX0omLvsPZYgXzsMRnepPY2U 5x3zX2ae0mlJba4NzQH4AsX+e35QxzW+t0B6SLcRPsSlRXfm8AZm4ILVWidicYswf0J6 Az/A== X-Gm-Message-State: AOAM533yxa/rzuh04aeEPB8H+nYLpNEa0yhBRbmb0IWylYaWmTLt6nN3 EaJcZze5Q5QmNQFZt72k8w== X-Google-Smtp-Source: ABdhPJwylAqylwqaR3GqMNYPn7cDS6VJiFFAOeAJX4/1JNczAVxaR0FslH3GAyypehTQNn18GlE58w== X-Received: by 2002:a05:6830:1e8b:: with SMTP id n11mr4868561otr.360.1612559553804; Fri, 05 Feb 2021 13:12:33 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id e20sm2058017otr.14.2021.02.05.13.12.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Feb 2021 13:12:32 -0800 (PST) Received: (nullmailer pid 3749759 invoked by uid 1000); Fri, 05 Feb 2021 21:12:31 -0000 Date: Fri, 5 Feb 2021 15:12:31 -0600 From: Rob Herring To: Zhen Lei Cc: Rob Herring , devicetree , linux-arm-kernel , linux-kernel , Will Deacon , Greg Kroah-Hartman , Wei Xu , Russell King , Arnd Bergmann , Haojian Zhuang Subject: Re: [PATCH v7 3/4] dt-bindings: arm: hisilicon: Add binding for Kunpeng L3 cache controller Message-ID: <20210205211231.GA3749721@robh.at.kernel.org> References: <20210202071648.1776-1-thunder.leizhen@huawei.com> <20210202071648.1776-4-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210202071648.1776-4-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 02 Feb 2021 15:16:47 +0800, Zhen Lei wrote: > Add devicetree binding for Hisilicon Kunpeng L3 cache controller. > > Signed-off-by: Zhen Lei > Reviewed-by: Arnd Bergmann > --- > .../arm/hisilicon/kunpeng-l3cache.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/hisilicon/kunpeng-l3cache.yaml > Reviewed-by: Rob Herring