From patchwork Wed Jan 31 16:47:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 13539688 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 DD82BC47258 for ; Wed, 31 Jan 2024 16:48:04 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=n9beY1FaeT+A7oglK0TQJM9om8lk5f6kVRTpS+zlFZY=; b=UUcYPk6GiyFpLg 7v9XVEgX113bdmCHzs5++Wxs4wQw8bh00r9YJKzceEuNtbt7BxqxX9ggLtCGQYT51u0GXM/KkbOfH YiRI6GIiZRloBtxna/FF+b2WNQh/E9MSk3ux2bJAUbN/YQrXnTuDMb6O8d7Yb5aRdD+wUiCR9t6s0 RpF8NuSkHf/9YH+WofPH8+DMzh22hPpQKBccMk+Sbl7TEyLRFOKrMDcLiDpb1o2RV8ztPr4V6h2Ee sB7EpS54YJsayDuRjmUvtpgzSciNkq2okBWdxazikl/a3A1bbqlh4ICnIkKY5Yn5kCxFPzqgMVVkV iV8sTIjM10mXZyJhhkEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVDkh-00000004ccY-2t8l; Wed, 31 Jan 2024 16:47:55 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVDkI-00000004cKZ-07Rf for linux-arm-kernel@lists.infradead.org; Wed, 31 Jan 2024 16:47:32 +0000 Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CA4D06508; Wed, 31 Jan 2024 17:46:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1706719566; bh=7pHB5n4BykflI50yxIFV4NZpNuizcPWZRqjqfy1VFrA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=m+gxBDThpOZHhjmmOqroSoMc4IarTWGoo+082ldYIzwV13ImfVwRyZXbavi+Eot6a XvRxTzO0cpY0pBYLQesHQr2J1RbN4CChKyBZOU03/yQJCu+GS8aFPLidOrSS6mZqQK UjtsrrFEBizJCq0Q2Er+7t256UIVsEWKioq/utaU= From: Daniel Scally To: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: jacopo.mondi@ideasonboard.com, nayden.kanchev@arm.com, robh+dt@kernel.org, mchehab@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, jerome.forissier@linaro.org, kieran.bingham@ideasonboard.com, laurent.pinchart@ideasonboard.com, Daniel Scally Subject: [PATCH 2/5] dt-bindings: media: Add bindings for ARM mali-c55 Date: Wed, 31 Jan 2024 16:47:06 +0000 Message-Id: <20240131164709.810587-3-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240131164709.810587-1-dan.scally@ideasonboard.com> References: <20240131164709.810587-1-dan.scally@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240131_084730_263065_9A54B085 X-CRM114-Status: GOOD ( 11.95 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 + +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>; + }; + }; + }; +...