Message ID | 20231111142006.51883-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 3b74713a0321de5e4b1507990ef87049f8c887d8 |
Headers | show |
Series | dt-bindings: PCI: qcom: Correct reset-names property | expand |
On 11/11/2023 15:20, Krzysztof Kozlowski wrote: > There is no "resets-names" property, but "reset-names". > > Fixes: 075a9d55932e ("dt-bindings: PCI: qcom: Convert to YAML") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- Krzysztof W., Bjorn H., Lorenzo, Can you pick this one via PCI tree? Best regards, Krzysztof
On Sat, Nov 11, 2023 at 03:20:06PM +0100, Krzysztof Kozlowski wrote: > There is no "resets-names" property, but "reset-names". > > Fixes: 075a9d55932e ("dt-bindings: PCI: qcom: Convert to YAML") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Mani > --- > Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > index eadba38171e1..8bfae8eb79a3 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > @@ -88,7 +88,7 @@ properties: > minItems: 1 > maxItems: 12 > > - resets-names: > + reset-names: > minItems: 1 > maxItems: 12 > > -- > 2.34.1 >
Hello,
> There is no "resets-names" property, but "reset-names".
Applied to dt-bindings, thank you!
[1/1] dt-bindings: PCI: qcom: Correct reset-names property
https://git.kernel.org/pci/pci/c/3b74713a0321
Krzysztof
Hello, > > There is no "resets-names" property, but "reset-names". [...] > Krzysztof W., Bjorn H., Lorenzo, > > Can you pick this one via PCI tree? Done. Apologies for the delay! Krzysztof
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index eadba38171e1..8bfae8eb79a3 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -88,7 +88,7 @@ properties: minItems: 1 maxItems: 12 - resets-names: + reset-names: minItems: 1 maxItems: 12
There is no "resets-names" property, but "reset-names". Fixes: 075a9d55932e ("dt-bindings: PCI: qcom: Convert to YAML") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)