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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17388C4332F for ; Wed, 6 Oct 2021 07:47:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E93F860F9C for ; Wed, 6 Oct 2021 07:47:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237626AbhJFHs4 (ORCPT ); Wed, 6 Oct 2021 03:48:56 -0400 Received: from muru.com ([72.249.23.125]:41384 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237470AbhJFHsz (ORCPT ); Wed, 6 Oct 2021 03:48:55 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7EA4280E7; Wed, 6 Oct 2021 07:47:33 +0000 (UTC) Date: Wed, 6 Oct 2021 10:47:01 +0300 From: Tony Lindgren To: Neil Armstrong Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Gowtham Tammana , Jyri Sarha Subject: Re: [PATCH v2 1/1] ARM: dts: dra7: add entry for bb2d module Message-ID: References: <20210921071807.30978-1-narmstrong@baylibre.com> <20210921071807.30978-2-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210921071807.30978-2-narmstrong@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Neil Armstrong [210921 10:18]: > From: Gowtham Tammana > > BB2D is a Vivante GC 2D Accelerator. > This adds the node to the dts file within a target module node. > Crossbar index number is used for interrupt mapping. Thanks applying into omap-for-v5.16/dt. Tony