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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EDA8BC48286 for ; Thu, 1 Feb 2024 21:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pbpJC1OPa1EMqCML4sT3pPaw9hNbIQgTEx/A5fEFGgQ=; b=hW3MKIp/6rrFOK ZfSv69BOlK8/PgNzLIs3ejFRYj1FZVJadJytUJXAKKN5j9cU1UuiJO33xQZ50o5q7QVj1dg9N57ud B0uGS5tjOmG5eIL3CcJNi/JVXzbAoIYwTJpgSkoABgsuSghbmO8UZCfLrjuwiiPEkhi/n1Cy3FYCD foO4pXkYf9cLYaoLRdxgQzBF81vFAfY7s0dayds45ncXMKUn7xthT0zOOK1zMaNEKinLQUp2YTtEw NUIxFjOtuo7nLd1XJnZDrKVWBdgFwma5v2vYtWO4j1r04eRWE1k9Roj6vv5kFeRZBtvmlqAwLyp2P PUkS3l6KhvdUEwpjiChA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVf0D-00000009ShD-0NMx; Thu, 01 Feb 2024 21:53:45 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVf09-00000009Sf3-1rwu for linux-arm-kernel@lists.infradead.org; Thu, 01 Feb 2024 21:53:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id CD052621A4; Thu, 1 Feb 2024 21:53:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E6A1C433C7; Thu, 1 Feb 2024 21:53:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706824420; bh=/PfD8LLZ6psxlafhPVyk8PVWnDgOmfWvSdNe88zHNqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OmMb5s1YNBmZm6pl1THzxGb3f8e8tb1qY6wi+aYWbvkyD+aJBJnJHZ6Jwn4gd2W6b B0C+g/zzSQA+bGdHTfhSwcjX8TzlnIqSoa20phBV4A0f3ib6UvJa7I2coMyggmgmxB L6XWIZljtyoDQfBs6Upe9B0SlyMJeW4hnvE40NymCPA6wZAXl4i/WWhqGJbS2FVFXB 2OpF1+hcK2dQTJNQARXbGJlJ4MATLsVSy9gi7Mn8jC+Fqq73tM7lSjgitQjmSb7NYk kqTSElFvB5xjSS2Ru/NKn4KW05lLqGT8N0kfrerFRXwfJvs7WQgDys+kxprk/iQ3fF x+OHnwCjmIThQ== Date: Thu, 1 Feb 2024 15:53:38 -0600 From: Rob Herring To: Daniel Scally Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com, mchehab@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com, laurent.pinchart@ideasonboard.com Subject: Re: [PATCH 2/5] dt-bindings: media: Add bindings for ARM mali-c55 Message-ID: <20240201215338.GA1544581-robh@kernel.org> References: <20240131164709.810587-1-dan.scally@ideasonboard.com> <20240131164709.810587-3-dan.scally@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240131164709.810587-3-dan.scally@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240201_135341_628462_68235C28 X-CRM114-Status: GOOD ( 15.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jan 31, 2024 at 04:47:06PM +0000, Daniel Scally wrote: > Add the yaml binding for ARM's Mali-C55 Image Signal Processor. > > Acked-by: Nayden Kanchev > Signed-off-by: Daniel Scally > --- > .../bindings/media/arm,mali-c55.yaml | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/arm,mali-c55.yaml > > diff --git a/Documentation/devicetree/bindings/media/arm,mali-c55.yaml b/Documentation/devicetree/bindings/media/arm,mali-c55.yaml > new file mode 100644 > index 000000000000..83000175aeda > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/arm,mali-c55.yaml > @@ -0,0 +1,51 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/media/arm,mali-c55.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: ARM Mali-C55 Image Signal Processor > + > +maintainers: > + - Daniel Scally > + - Jacopo Mondi > + > +properties: > + compatible: > + const: arm,mali-c55 > + > + reg: > + maxItems: 1 > + > + interrupts: > + maxItems: 1 > + > + port: > + $ref: /schemas/graph.yaml#/properties/port > + > + properties: > + endpoint: > + $ref: /schemas/graph.yaml#/properties/endpoint > + > +required: > + - compatible > + - reg > + - interrupts > + - port Surely some clocks are needed. > + > +additionalProperties: false > + > +examples: > + - | > + mali_c55: isp@400000 { > + compatible = "arm,mali-c55"; > + reg = <0x400000 0x200000>; > + interrupts = <0>; > + > + port@0 { > + isp_in: endpoint@0 { > + remote-endpoint = <&mipi_out>; > + }; > + }; > + }; > +... > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel