From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0AC057A; Tue, 19 Apr 2022 13:08:30 +0000 (UTC) Received: by mail-oi1-f170.google.com with SMTP id b188so17982991oia.13; Tue, 19 Apr 2022 06:08:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=kuw11tGbCexpzngTq2n6w2uUJ2OJTLDgpBrRZMyM3vc=; b=ANRptqgIoL2SwS304T7jCs2cr/xGg3I/ZqIiJXlVMMh0l24YaUq9WLw75IQp/NLovR 56GjWR+grg8R+If0nomIbwnfhUzDgmxGdT3dSvWL7kIXxu8LQMvVDBBXBfre8Pnd79TD oWOPCYub6xf4V/TEpqkmvctjqDEhYdnBd8SUT+xuOtug4yDNNppo/vR54iJhuX4jOOje IkBH+zNMRb6tp3zUgxvpOFyP7FgXNQX5NE7sUlBrdve+cR2J8cH2LBP4t+dtfMadWCAS qOT1YGJCLKfij2lzf6ENLDkKoCf9LEZ+c/xr8vbMDItoJ0FDRpoiYQTmSQRE7wygQ2kz mIXA== X-Gm-Message-State: AOAM5312Lz2m0QlJ/WrJO36gTL29IwvxESgqRqvqI3rlF28gCHhwprgR BX3piQVe6csOrA1wNnQ2Hg== X-Google-Smtp-Source: ABdhPJzKxCN4i5eFMnIKtOQ8QW2GVwLNNO3fUffnNK/ceEOGTPpqRQ66KT732cWRNDIJThK8kAbbKw== X-Received: by 2002:a54:439a:0:b0:2ef:9bf6:e702 with SMTP id u26-20020a54439a000000b002ef9bf6e702mr9631818oiv.105.1650373710086; Tue, 19 Apr 2022 06:08:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 64-20020aca0643000000b002f9b8a6ca98sm5117722oig.4.2022.04.19.06.08.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Apr 2022 06:08:29 -0700 (PDT) Received: (nullmailer pid 2258727 invoked by uid 1000); Tue, 19 Apr 2022 13:08:28 -0000 Date: Tue, 19 Apr 2022 08:08:28 -0500 From: Rob Herring To: Paul Kocialkowski Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Mauro Carvalho Chehab , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Sakari Ailus , Hans Verkuil , Laurent Pinchart , Maxime Ripard , Thomas Petazzoni Subject: Re: [PATCH v3 2/4] dt-bindings: media: sun6i-a31-csi: Add ISP output port Message-ID: References: <20220415153708.637804-1-paul.kocialkowski@bootlin.com> <20220415153708.637804-3-paul.kocialkowski@bootlin.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220415153708.637804-3-paul.kocialkowski@bootlin.com> On Fri, Apr 15, 2022 at 05:37:06PM +0200, Paul Kocialkowski wrote: > Some Allwinner devices come with an Image Signal Processor (ISP) that > allows processing camera data to produce good-looking images, > especially from raw bayer representations. > > The ISP does not have a dedicated capture path: it is fed directly by > one of the CSI controllers, which can be selected at run-time. > > Represent this possibility as a graph connection between the CSI > controller and the ISP in the device-tree bindings. > > Signed-off-by: Paul Kocialkowski > --- > .../bindings/media/allwinner,sun6i-a31-csi.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > index 53aa6dbe8e2c..1b41a6008195 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > @@ -87,6 +87,20 @@ properties: > > additionalProperties: false > > + port@2: > + $ref: /schemas/graph.yaml#/$defs/port-base If there are not any custom properties, then use '/schemas/graph.yaml#/properties/port' and drop the 'properties' below. > + description: ISP output port > + > + properties: > + reg: > + const: 2 > + > + endpoint: > + $ref: /schemas/graph.yaml#/$defs/endpoint-base > + unevaluatedProperties: false > + > + additionalProperties: false > + > anyOf: > - required: > - port@0 > -- > 2.35.2 > > 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 085A9C433F5 for ; Tue, 19 Apr 2022 13:56:19 +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=OU3nrgjDdqnMLW5yjuHWm1t+hA60Xc2mfAVNvrpN8uk=; b=tEn6OQ3YT0ARgC 1gNrUq8KadTA7cBB1RcrTIsG+2broIipIuvBwB4dx8bdIPilreg0eSrkf7HSt2S9tC0T3LhchyT2E cuICJbIafxrRDGit4gDqR9fU9Pai7QBXSGycmJdYuvos8Of7B13vk7JzWUfr+5HB0zFw47yDsnFN1 Jt4Gbyv+Wd+CbOvFf2HswhMvwikb/DQ+xHMr9V91OG9phqeiA6HvVHt86M5fLgFQBykJiGp7NHR81 smXVDBFtM86B48stgCXrmD2j8llWfykJZEYsSDkXEcJ2T0cOOl9PCe47orLxgpEO0K7M+/9dQG74a bLRR3Je1/WhcWO9oKx/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngoJJ-0042Wb-9u; Tue, 19 Apr 2022 13:54:29 +0000 Received: from mail-oi1-f174.google.com ([209.85.167.174]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngnb3-003ij7-So for linux-arm-kernel@lists.infradead.org; Tue, 19 Apr 2022 13:08:47 +0000 Received: by mail-oi1-f174.google.com with SMTP id bj24so12571183oib.11 for ; Tue, 19 Apr 2022 06:08:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=kuw11tGbCexpzngTq2n6w2uUJ2OJTLDgpBrRZMyM3vc=; b=soQYHNpQx1XBtJl1vsof4PEf3AxPuSQVUEOAd0+TRI3vaJ9xltAIEddnBKiO7tbTPF 3gAKLjYID+/CXKO5wUXZY3arJTj7O83mXmYmwJ0zDY3YWPnLh9RAuaG9iXDF1XbmLALy Znr3iTFyHwcLo/ueflyjGG4wy/ya8bpr74ab+qRfrIsT+d8vXebRCOD/df/Z9ZRknsBy dCBMC0A5zdZTzr5zXwXt56wmFh+kkI/L5P/tEsDC3erCeiQr19B9wdcsXN+Ub7ws3iLG oPVHmAW5QALoaUaLR+ZXAwOk3q4Q7AVVNWb43Nnr3CXddMVFnp32GIjNRSVAUCaFKDhk AyIA== X-Gm-Message-State: AOAM531Lrp6kIeANCi/hUlYS3oCe4Qd/Ft4rydhrTc5RC1WkrUqrt8Dw 6+nFws7/FstdMkHWKXql6w== X-Google-Smtp-Source: ABdhPJzKxCN4i5eFMnIKtOQ8QW2GVwLNNO3fUffnNK/ceEOGTPpqRQ66KT732cWRNDIJThK8kAbbKw== X-Received: by 2002:a54:439a:0:b0:2ef:9bf6:e702 with SMTP id u26-20020a54439a000000b002ef9bf6e702mr9631818oiv.105.1650373710086; Tue, 19 Apr 2022 06:08:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id 64-20020aca0643000000b002f9b8a6ca98sm5117722oig.4.2022.04.19.06.08.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Apr 2022 06:08:29 -0700 (PDT) Received: (nullmailer pid 2258727 invoked by uid 1000); Tue, 19 Apr 2022 13:08:28 -0000 Date: Tue, 19 Apr 2022 08:08:28 -0500 From: Rob Herring To: Paul Kocialkowski Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Mauro Carvalho Chehab , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Sakari Ailus , Hans Verkuil , Laurent Pinchart , Maxime Ripard , Thomas Petazzoni Subject: Re: [PATCH v3 2/4] dt-bindings: media: sun6i-a31-csi: Add ISP output port Message-ID: References: <20220415153708.637804-1-paul.kocialkowski@bootlin.com> <20220415153708.637804-3-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220415153708.637804-3-paul.kocialkowski@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220419_060845_969084_4A2BE6CC X-CRM114-Status: GOOD ( 20.24 ) 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 Fri, Apr 15, 2022 at 05:37:06PM +0200, Paul Kocialkowski wrote: > Some Allwinner devices come with an Image Signal Processor (ISP) that > allows processing camera data to produce good-looking images, > especially from raw bayer representations. > > The ISP does not have a dedicated capture path: it is fed directly by > one of the CSI controllers, which can be selected at run-time. > > Represent this possibility as a graph connection between the CSI > controller and the ISP in the device-tree bindings. > > Signed-off-by: Paul Kocialkowski > --- > .../bindings/media/allwinner,sun6i-a31-csi.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml b/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > index 53aa6dbe8e2c..1b41a6008195 100644 > --- a/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > +++ b/Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > @@ -87,6 +87,20 @@ properties: > > additionalProperties: false > > + port@2: > + $ref: /schemas/graph.yaml#/$defs/port-base If there are not any custom properties, then use '/schemas/graph.yaml#/properties/port' and drop the 'properties' below. > + description: ISP output port > + > + properties: > + reg: > + const: 2 > + > + endpoint: > + $ref: /schemas/graph.yaml#/$defs/endpoint-base > + unevaluatedProperties: false > + > + additionalProperties: false > + > anyOf: > - required: > - port@0 > -- > 2.35.2 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel