On Wed, Jan 22, 2025 at 08:52:39PM +0800, Chen Wang wrote:[......]
On 2025/1/19 19:44, Manivannan Sadhasivam wrote:
There is also 'msi-controller' node name used commonly, but it is notOK. I will corret this.+ msi-parent = <&msi_pcie>;'msi' is not a standard node name. 'interrupt-controller' is what usually used
+ msi_pcie: msi {
to describe the MSI node.
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.