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 27BF6363C52; Fri, 13 Mar 2026 18:19:47 +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=1773425991; cv=none; b=SlUy21dZLD228PYgi9o3lPhm/1y4vQXEyDRtfvjLag0tSrrhKai32AX9NGMtkRg/Ay/GOhtzh913CEXVA0mBd7F4E8eA/UAtYCaWyRdi28VBGc/6Cd2Bj8LXCSj/bnvAWas02T1IeYmadGhGflyTs6RU02aDGoyyPJwIDKcI7Zs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773425991; c=relaxed/simple; bh=HKgNDhaBbbTv/+y1AavDqvCj/t0nPjX4gBTDUg9TX6c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=VSids3WAI4kjd6j0wWRQIgAu+qxtaCEOS8USDVNunkKFPNFEkuic90SlwzZSzopXhV24Rr149PPiqtIwHCYMWZQwFXABaliuXc/va+e0ty7sPIQNDSKWj44MaMd2VDEeKrTKbmvMzooDTrmJ5q4ezDgtgFZ2YjA6O8xa2J4dpCM= 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=HlmU1vlo; 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="HlmU1vlo" 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=HKgNDhaBbbTv/+y1AavDqvCj/t0nPjX4gBTDUg9TX6c=; b=HlmU1vlo3KIO02qMTLyo611JUA GuevmmkW1ZLGjpkbUIKBW/wYpXY4r4MU3RopnV9wal8pRzJkJxYE3kl0UdiI7Gb2dgvITJ25JwOeX zr+GJp0GJ2RHEXmlIqbjhv4ZjQfgEMmAeX4PTYKceOjmSzS1zTopO57NDwvwNSidPy0Jx6s32O3n5 pWl/9HjA85xY6KDyM9j1DraGCE6HZr24XhznLXOxhWaDgripj7ovjc3Bz4mkH03HBzXR8zmjK+JWX EQgsCzncfzBMK58BSRm5pw5up7l6joAi+svisTOFsMD2xv6KZvwHvq9EgKVx5jFvi8FYDT3AF0VMj vTzCcdYw==; From: Heiko Stuebner To: Gerald Loacker , Rob Herring , Krzysztof Kozlowski , Conor Dooley , michael.riesch@collabora.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Bryan O'Donoghue , Michael Riesch , Michael Riesch Subject: Re: [PATCH] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander Date: Fri, 13 Mar 2026 19:19:39 +0100 Message-ID: <6246776.lOV4Wx5bFT@phil> In-Reply-To: <20260313-wv-io-expander-vicap-v1-1-11001fb3b744@collabora.com> References: <20260313-wv-io-expander-vicap-v1-1-11001fb3b744@collabora.com> 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" Am Freitag, 13. M=C3=A4rz 2026, 16:53:29 Mitteleurop=C3=A4ische Normalzeit = schrieb Michael Riesch via B4 Relay: > From: Michael Riesch >=20 > The Digital Video Port (DVP, the 16-bit variant) of the RK3568 VICAP > is broken out to the PF5 mainboard expansion header. > Enable it in the device tree overlay for the WolfVision PF5 IO > Expander board. >=20 > Signed-off-by: Michael Riesch The From should match the first Signed-off-by line. All later Signed-off-bys are from "other" people handling the patch, i.e. that other Michael Riesch ;-) > Reviewed-by: Gerald Loacker > Tested-by: Gerald Loacker > Reviewed-by: Bryan O'Donoghue > Signed-off-by: Michael Riesch Heiko