Re: [PATCH v3 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host

From: Chen Wang
Date: Sat Jan 25 2025 - 19:30:17 EST



On 2025/1/23 1:21, Manivannan Sadhasivam wrote:
On Wed, Jan 22, 2025 at 08:52:39PM +0800, Chen Wang wrote:
On 2025/1/19 19:44, Manivannan Sadhasivam wrote:
[......]
+ msi-parent = <&msi_pcie>;
+ msi_pcie: msi {
'msi' is not a standard node name. 'interrupt-controller' is what usually used
to describe the MSI node.
OK. I will corret this.
There is also 'msi-controller' node name used commonly, but it is not
documented in the devicetree spec. Maybe you can use it instead and I'll add it
to the spec since MSI and interrupt controllers are two distinct controllers.

Yes, "msi-controller" is better, I will use this, thanks.

Chen

[......]