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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E379EC352A1 for ; Tue, 6 Dec 2022 13:45:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbiLFNpD (ORCPT ); Tue, 6 Dec 2022 08:45:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233927AbiLFNpA (ORCPT ); Tue, 6 Dec 2022 08:45:00 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBCBA29CA4; Tue, 6 Dec 2022 05:44:57 -0800 (PST) Received: from [192.168.1.15] (91-154-32-225.elisa-laajakaista.fi [91.154.32.225]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2A7C5480; Tue, 6 Dec 2022 14:44:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1670334296; bh=IgFcqzfLNWLI38+FwMXHy3E7Ta2WF4GM2D9w3SZl+g0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Rmx/AwY0HLpEMAlnzUGfV8+QIeyAtD5VZcBT9HPrSQHFYXZ6XnIrplTHyBJLhCdsD bHjbASatb2+BBxsf4TPhDt5T3TVQsBJsGYFGSXkJlBZD/Vj8Ng/kDhhWMgdyfozDB1 qdGEnZhAPBVhN6FZET2j1B5qzfPHuuwiL2Qjs/Eg= Message-ID: Date: Tue, 6 Dec 2022 15:44:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v5 5/7] arm64: dts: renesas: white-hawk-cpu: Add DP output support Content-Language: en-US To: Geert Uytterhoeven Cc: Laurent Pinchart , Kieran Bingham , Rob Herring , Krzysztof Kozlowski , Magnus Damm , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrzej Hajda , Neil Armstrong , Robert Foss , Jonas Karlman , Jernej Skrabec References: <20221201095631.89448-1-tomi.valkeinen+renesas@ideasonboard.com> <20221201095631.89448-6-tomi.valkeinen+renesas@ideasonboard.com> From: Tomi Valkeinen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 05/12/2022 12:10, Geert Uytterhoeven wrote: > On Thu, Dec 1, 2022 at 10:56 AM Tomi Valkeinen > wrote: >> >> Add DT nodes needed for the mini DP connector. The DP is driven by >> sn65dsi86, which in turn gets the pixel data from the SoC via DSI. >> >> Signed-off-by: Tomi Valkeinen >> Reviewed-by: Kieran Bingham >> Reviewed-by: Laurent Pinchart > > (same comments as v2) > Reviewed-by: Geert Uytterhoeven > i.e. will queue in renesas-devel for v6.3, with the mini-dp-con node > moved up. Ah, sorry, I had missed this change. I'll update my branch too. Tomi