From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 60FFD2D0C85; Wed, 3 Dec 2025 08:25:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764750327; cv=none; b=kdEKLieSr2MfnDzRj0QnMzgtH9iDgqIDcxNGLCfdhCWU9eAbMQ/7CIDSu3f+MMZ7GXQzfmrGWdu6uCYPctujiqdn3oNVMQRps1qr5XPvVRofHVn7bcDVSNkaFBtCE8M1n8bHGirzzgrAYxKl6OyzX63+qx1/JYS/KnpU2ao/NDk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764750327; c=relaxed/simple; bh=GH9c445FS+Bv0QIjALZIfJHArmxubl1+AOj/4TvDSMY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CQ5oUcuK1EDqMF8dTq/HmLauA+Qbycz3Popm8FxEu2uNY1E2+QZ0SlWR/LZI8ydS9ovkFX6WVmmaAoHTCzmpeOKmLtrbxzD0cirX8TqS3o3TAs0wVt+3T6MfFIBzO5EEF+oq4ljeL3Ow0EFK81HyZ+/DDBdCYUO3xCL3/Im+8iI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YRdsc/jd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YRdsc/jd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5549FC113D0; Wed, 3 Dec 2025 08:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764750326; bh=GH9c445FS+Bv0QIjALZIfJHArmxubl1+AOj/4TvDSMY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YRdsc/jdu/qfgYZWWSDhpKphjvRNhizrsU/lvzj1fi+ToHZBRMMfnWKVgoAHQ98n+ rWHOFI+WWyXxbC/8OarLudb6VgaUfjI5LmmN9mmAoS+WBD541Fae4N1fry5ARqYKCe MwV8/epLbGzVe97rVdnvag/1vEQux8kEh+89NtX1mxaAUL10WQX2eqt5lbjb5BwgEf 5ZVh7fAXjq6QIFx6ymAZDpdEox6N8RHYl6LUfbkONTCMi3uql0DgrfWGOfa3khLkyP WhXVf1jafP23DnwSJGgrAjMtucn/9Utck32TghwRh/1emlK5YQeZcwjZGYsWC16Ihx gpBtFSKUzrJ0w== Date: Wed, 3 Dec 2025 09:25:24 +0100 From: Krzysztof Kozlowski To: Tommaso Merciai Cc: tomm.merciai@gmail.com, linux-renesas-soc@vger.kernel.org, biju.das.jz@bp.renesas.com, Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Magnus Damm , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 15/22] media: dt-bindings: media: renesas,vsp1: Document RZ/G3E Message-ID: <20251203-competent-hypnotic-roadrunner-3a4e5e@quoll> References: <2483415f35dabe42ba3c35a0c50a3e9b28dd724a.1764165783.git.tommaso.merciai.xr@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2483415f35dabe42ba3c35a0c50a3e9b28dd724a.1764165783.git.tommaso.merciai.xr@bp.renesas.com> On Wed, Nov 26, 2025 at 03:07:27PM +0100, Tommaso Merciai wrote: > The VSPD block on the RZ/G3E SoC is identical to the one found on the > RZ/G2L SoC. > > No driver changes are required, as `renesas,r9a07g044-vsp2` will be used > as a fallback compatible string on the RZ/G3E SoC. Last statement is not necessary. The first one stating they are identical implies this. Also, this is mostly about bindings not drivers. If my other driver in other OS needs custom code for this compatible, does it invalidate the commit msg? Acked-by: Krzysztof Kozlowski Best regards, Krzysztof