[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c2831c3d-72fa-4a32-8c2c-668679de5a66@kernel.org>
Date: Fri, 10 Jan 2025 13:34:22 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Kever Yang <kever.yang@...k-chips.com>
Cc: heiko@...ech.de, linux-rockchip@...ts.infradead.org,
Simon Xue <xxm@...k-chips.com>, Conor Dooley <conor+dt@...nel.org>,
Rob Herring <robh@...nel.org>, Bjorn Helgaas <bhelgaas@...gle.com>,
linux-pci@...r.kernel.org, Krzysztof WilczyĆski
<kw@...ux.com>, linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, devicetree@...r.kernel.org,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Shawn Lin <shawn.lin@...k-chips.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v4 2/7] dt-bindings: PCI: dw: rockchip: Add rk3576 support
On 10/01/2025 08:33, Kever Yang wrote:
>>>
>>> .../devicetree/bindings/pci/rockchip-dw-pcie-common.yaml | 4 +++-
>>> Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml | 4 +---
>>> 2 files changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie-common.yaml b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie-common.yaml
>>> index cc9adfc7611c..e4fcc2dff413 100644
>>> --- a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie-common.yaml
>>> +++ b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie-common.yaml
>>> @@ -81,7 +81,9 @@ properties:
>>> - const: msg
>>> - const: legacy
>>> - const: err
>>> - - const: dma0
>>> + - enum:
>>> + - msi
>>> + - dma0
>> Commit msg said new interrupt, but this basically replaces existing DMA0
>> interrupt. Maybe that's the problem with this common binding and you
>> just miss constraining in each device binding. If so: fix also them.
> rk3588 has 9 interrupt, and the 6th-9th is dma0-3;
> rk3568 only has 5 interrupts, no dma0-3;
> rk3576 add one more "msi" interrupt which is the 6th interrupt;
> The upcomming rk3562 is the same as rk3576.
> I'm sorry I'm not so good at this yaml grammar, how should I take care
> of this case?
Explain this in commit msg and add proper constraints per device, e.g.:
https://elixir.bootlin.com/linux/v6.11-rc6/source/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml#L127
This change for interrupts in top-level could stay.
Best regards,
Krzysztof
Powered by blists - more mailing lists