Message ID | 20230111123004.21048-1-manivannan.sadhasivam@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] dt-bindings: PCI: qcom: Allow both GIC-ITS and internal MSI controller | expand |
On Wed, 11 Jan 2023 18:00:03 +0530, Manivannan Sadhasivam wrote: > The binding should specify both MSI implementations and the OS/driver > should choose the one based on the platform requirements. > > Fixes: 2b0d557419cd ("dt-bindings: PCI: qcom: Allow both GIC-ITS and internal MSI controller") > Suggested-by: Rob Herring <robh@kernel.org> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- > Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Wed, 11 Jan 2023 18:00:03 +0530, Manivannan Sadhasivam wrote: > The binding should specify both MSI implementations and the OS/driver > should choose the one based on the platform requirements. > > Applied, thanks! [2/2] arm64: dts: qcom: sm8450: Allow both GIC-ITS and internal MSI controller commit: 0da2eff44e78ded247fe35d8a3f73508263d0948 Best regards,
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 01208450e05c..e106bdf93f09 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -119,7 +119,7 @@ required: - clocks - clock-names -oneOf: +anyOf: - required: - interrupts - interrupt-names
The binding should specify both MSI implementations and the OS/driver should choose the one based on the platform requirements. Fixes: 2b0d557419cd ("dt-bindings: PCI: qcom: Allow both GIC-ITS and internal MSI controller") Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)