From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 12FDD245005; Mon, 27 Apr 2026 10:38:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777286306; cv=none; b=MySQXwz4wNxz5V4ESO8d+kDDJcu9uGmVePCGulUqFqtQPbscf8HHkrAtkDpvxNBIA3edMg13E4sk8Oq0M6SvnbyAUbRJjvnocizjWw8F91svX5LVa4qe9IGg6S0u4XAD2T2CP97XUHV1Orj8YFcIB27wacc8Zfnvsyazd1y2tH0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777286306; c=relaxed/simple; bh=Yp6hw9YMUgyBOlWT7AEyu22BSsvL8XW4ydyheGX7ebs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=QCTrCvs/ZSJfyU4dAYr+ItcZDPAyCyx3070vx9Sag6dLusBQzznobUZ10b71CYDqVZXoeyXH2v3C0WNAG/n9FfSMCuxCiZZCDekkfYH1peRQKZXZn2KoG2uxJLRctHvwV5juHKJ0Oc2yaNZrFrc7cp1O97B62kFjwUkE6m10TH0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=ungP194k; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="ungP194k" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=Yp6hw9YMUgyBOlWT7AEyu22BSsvL8XW4ydyheGX7ebs=; b=ungP194ke67KZU5pOYDrDK4HRt 39+h5iKodZrPPc3WP3GJYIdwdDcuK7sfhBdP/fYS8mBpBW0L+4x7+27aTH8nwmc6AVV4RkcoT7DQL IkYwhSHkJRRfA9FPYpGD4uGLFm0ZI50bARTZK4MxIq/FDHWr40hHzrnqTDe/8VSoZGfJWozga84HQ dTJRkKQGn3u1R9MosVaskZDpqpb55lW9AvrkzxjlGm102hV9MJGIFvnl2WC4lDCVylE54QDvn+rPr nj/JKQmt/ZRhA5tZmTcyE9H0Dz+Nxzz34vQ/1ZwD8fuDmhEvIsml4+mPFHCnzS4g9jZXFhu0c+gef y2SGQNEg==; From: Heiko Stuebner To: Andrzej Hajda , Neil Armstrong , Robert Foss , Dennis Gilmore Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maxime Ripard , Alexey Charkov , devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Dennis Gilmore Subject: Re: [PATCH v8 0/6] Add support for Orange Pi 5 Pro Date: Mon, 27 Apr 2026 12:37:57 +0200 Message-ID: <6856027.GXAFRqVoOG@phil> In-Reply-To: <20260425031011.2529364-1-dennis@ausil.us> References: <20260425031011.2529364-1-dennis@ausil.us> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Hi Dennis, Am Samstag, 25. April 2026, 05:10:05 Mitteleurop=C3=A4ische Sommerzeit schr= ieb Dennis Gilmore: > This series adds initial support for the Xunlong Orange Pi 5 Pro, based on > the Rockchip RK3588S SoC. The board features eMMC, SD card, NVMe (PCIe), > a Motorcomm YT6801 NIC (PCIe), WiFi/BT (BCM43456), dual HDMI output (the > second via a Lontium LT8711UXD DP-to-HDMI bridge on dp0), and a 40-pin > expansion header. more as a general node as the dp-hdmi thing is ongoing, you might want to just submit the orange-pi5-pro basics first and do a separate series with the display parts (both driver + dts integration). That way the core board support can already be applied and get testing. Heiko