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 4507715EA6; Sat, 13 Jan 2024 01:45:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KZ0QOeWf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77C24C433F1; Sat, 13 Jan 2024 01:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705110317; bh=DxZsLmyA+1sUvE1Z4U11K/YS97w9VOdx+PTvM4XU75M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KZ0QOeWfGn3Jr0c1lfBR5vr7csr92mBGDsDu9qaQyCIFJv4bhUDIDMslc59cfr9fM Cjpk1cN+OkUBqAGsLnlou7/4RIFhYzC/dr4aEoJTJuOsIJjqi7vv8NlmKlwrNderj7 wWmjWiHx/Ws2CnOBg1FHYKno8WdhiRflVrscGc0MCsOfs8MIXZD4inuHzmyWHtuqTo g5QAeIhLAY4V6oOmyJswoYq8RFYLNngxNw76ohYHQm2J01TTWvKTr3A4PZjSMw9Voq nVCg5bjAoYTxrJsgAR0QXaq2qF8aRMS6h1wPGbWZtnolaTpepnxZ1aWwQ1dPGic56+ kcWtdpVDS3bhg== Date: Fri, 12 Jan 2024 19:45:15 -0600 From: Rob Herring To: Siddharth Vadapalli Cc: linux-arm-kernel@lists.infradead.org, bhelgaas@google.com, kw@linux.com, devicetree@vger.kernel.org, srk@ti.com, conor+dt@kernel.org, linux-pci@vger.kernel.org, lpieralisi@kernel.org, linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Subject: Re: [RFC PATCH] dt-bindings: PCI: ti,j721e-pci-host: Add device-id for TI's J784S4 SoC Message-ID: <170511031475.3817032.5482957589582376350.robh@kernel.org> References: <20240108050735.512445-1-s-vadapalli@ti.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240108050735.512445-1-s-vadapalli@ti.com> On Mon, 08 Jan 2024 10:37:35 +0530, Siddharth Vadapalli wrote: > Add the device-id of 0xb012 for the PCIe controller on the J784S4 SoC as > described in the CTRL_MMR_PCI_DEVICE_ID register's PCI_DEVICE_ID_DEVICE_ID > field. The Register descriptions and the Technical Reference Manual for > J784S4 SoC can be found at: https://www.ti.com/lit/zip/spruj52 > > Signed-off-by: Siddharth Vadapalli > --- > > This patch is based on linux-next tagged next-20240105. > > Regards, > Siddharth. > > Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring