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 7FB15C433EF for ; Fri, 26 Nov 2021 06:47:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358877AbhKZGuU (ORCPT ); Fri, 26 Nov 2021 01:50:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:43524 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232116AbhKZGsJ (ORCPT ); Fri, 26 Nov 2021 01:48:09 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id F0C8161107; Fri, 26 Nov 2021 06:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637909097; bh=8bHYPzUATkfZh13noPGKgSogQzn8/Taz/tcz+JwjBlk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tCvlJscHSV9W9DpueHnLKTrrXUQYnx6VnqWnRfCkvIZUNG7FU40SFnmNuNzr6OFeM 5LNriIe/7CPeLCw1JHIV8rBjgilE5MpK6u6WMuSGUK3mx/uFsivPh1oej4FqhCYjiv gvdfLuW56dqqMM90M8Mgb3rqRakMi1/arrsHV6Qo= Date: Fri, 26 Nov 2021 07:44:52 +0100 From: Greg Kroah-Hartman To: Cai Huoqing Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v3 2/3] dt-bindings: staging: Add the binding documentation for ZHOUYI AI accelerator Message-ID: References: <20211126021904.32325-1-caihuoqing@baidu.com> <20211126021904.32325-3-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211126021904.32325-3-caihuoqing@baidu.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 26, 2021 at 10:19:00AM +0800, Cai Huoqing wrote: > ZHOUYI NPU is an AI accelerator chip which is integrated into ARM SOC, > such as Allwinner R329 SOC. > Add the binding documentation for ZHOUYI AI accelerator. > > Signed-off-by: Cai Huoqing > --- > v2->v3: > *Fix unit_address_format, avoid leading 0s. > > .../bindings/staging/arm,zynpu.yaml | 61 +++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 Documentation/devicetree/bindings/staging/arm,zynpu.yaml > > diff --git a/Documentation/devicetree/bindings/staging/arm,zynpu.yaml b/Documentation/devicetree/bindings/staging/arm,zynpu.yaml > new file mode 100644 > index 000000000000..d452c08ab4a3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/staging/arm,zynpu.yaml Staging drivers need to be self-contained, which makes it hard for DT files. Please try to keep this next to the driver for now until it is ready to be moved out of the drivers/staging/ area. thanks, greg k-h