From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EB2518F70 for ; Tue, 24 Jan 2023 22:09:12 +0000 (UTC) Received: from [192.168.2.197] (unknown [109.252.117.89]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 817406602E22; Tue, 24 Jan 2023 22:09:06 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674598148; bh=1zr7qfrQPqMx8+ESoAypSrnPHB7w9ZVQOi/B07+18JM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SDARVLb5YiWptwh6L3DVv0MFnmaAm45m1TQew0cK6L2fC/SlMd37DVjpBrEGvH9yV qW3E4riaTEwEeBUJGjh+8xbbyMceXQuN2XBDJooc1WsQubHF9E+NaKldlRqjv4ui/8 NpSefHwxNO7lLlo/Sivx6+aGjBTqtRj7PiW9xViUS8HYYe691iOXfpQESk4pRUQ8Jz 4/purXnCJu/tKKiR3PzmNBPrgrfSrcVlmff+DiCZqCOFsOOO3fu0JvAnRiq1XUsMPE pz87Zaaf7g7Qvy3UO9FhKBw914eGk/j7agbNG8bD410pT6xk9VHSORcfhEiSwezLHm FhyfVO1Tm+syQ== Message-ID: <90f005c1-effa-2117-8b57-fb8f2cf9d71b@collabora.com> Date: Wed, 25 Jan 2023 01:09:03 +0300 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v3 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example Content-Language: en-US To: Luca Ceresoli Cc: Thierry Reding , Jonathan Hunter , Sowjanya Komatineni , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Mauro Carvalho Chehab , Greg Kroah-Hartman , Dmitry Osipenko , Hans Verkuil , linux-media@vger.kernel.org, linux-tegra@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Thomas Petazzoni , Paul Kocialkowski , Richard Leitner , Krzysztof Kozlowski References: <20221229133205.981397-1-luca.ceresoli@bootlin.com> <20221229133205.981397-3-luca.ceresoli@bootlin.com> <20230124221421.2d45a532@booty> From: Dmitry Osipenko In-Reply-To: <20230124221421.2d45a532@booty> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 1/25/23 00:14, Luca Ceresoli wrote: > Hi Dmitry, > > On Tue, 24 Jan 2023 20:02:39 +0300 > Dmitry Osipenko wrote: > >> On 12/29/22 16:31, Luca Ceresoli wrote: >>> + vip { >>> + compatible = "nvidia,tegra20-vip"; >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + channel@0 { >>> + reg = <0>; >>> + ports { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + port@0 { >>> + reg = <0>; >>> + vi_vip_in: endpoint { >>> + remote-endpoint = <&mt9v111_out>; >>> + }; >>> + }; >>> + port@1 { >>> + reg = <1>; >>> + vi_vip_out: endpoint { >>> + remote-endpoint = <&vi_in>; >>> + }; >>> + }; >>> + }; >>> + }; >> >> In the changelog you said that the channel@0 node is removed > > Thanks, you are right, this is a leftover. I must have forgotten about > updating the example. :-\ > > It will be fixed in v4 obviously, I was waiting before sending it in > case of any feedback on the other patches. The rest of the patches look okay. The patchset should get testing on T210 and then will be good to apply it, IMO. If nobody will volunteer to test T210 then should be good to apply it too, we can always fix the code later on. -- Best regards, Dmitry