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 7909837DEAE; Fri, 8 May 2026 07:53:51 +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=1778226831; cv=none; b=u4JrcWd73K4iJvSunvBXuuq+3qDNMCGAwnhY1ReX+NW7Ez/7CHnYjaico14ogjoU8JvWyOVvuIsBBmexRXV+GHw919pZ2HWY+sjzTDjXDGxZacuibfMRjPNlG1wg7xyfXFCA6NWXFVo+5XGUm7NboEPi0EiwlLsupdttHW0SU2o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778226831; c=relaxed/simple; bh=7/6VaBIgOlfcegUaqMLDDGVr/EsnyHzYdYA5T7Dy614=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=urwZeTBQ5ftkr/lCS5JD8rDNThlgJD/SQBLTmqbtM6o5RGMS0wfZAy/LIL134imynYDheEp0VGurIRxrbfDHIXFKffRT9EYMo/DW786HWk5pLnrDKp6eno0aFL0rpFqywG8Ems2/nyVzu0WyyZPOKvDI5nKdS7HJn6tu+JR15NE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id D8B59C2BCB0; Fri, 8 May 2026 07:53:45 +0000 (UTC) Message-ID: <5801e477-41f7-4a86-b355-8802b416f7e6@tuxon.dev> Date: Fri, 8 May 2026 10:53:42 +0300 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] dt-bindings: PCI: renesas,r9a08g045-pcie: Add RZ/V2N support To: Prabhakar , Claudiu Beznea , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Manivannan Sadhasivam , Rob Herring , Bjorn Helgaas , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , linux-pci@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Fabrizio Castro , Lad Prabhakar References: <20260501102407.29462-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260501102407.29462-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/1/26 13:24, Prabhakar wrote: > From: Lad Prabhakar > > Document the Renesas RZ/V2N PCIe host controller, which is compatible with > the RZ/G3E PCIe IP and therefore uses it as a fallback compatible. The > only difference is that it uses device ID 0x003B. > > Make the binding title generic to avoid extending the title for each new > SoC, and update the description to list the supported SoCs and their > capabilities. > > Signed-off-by: Lad Prabhakar Reviewed-by: Claudiu Beznea