[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15f0584a-d192-4b0c-99c9-a9584d49f412@linaro.org>
Date: Mon, 18 Mar 2024 09:31:51 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Inochi Amaoto <inochiama@...look.com>, Vinod Koul <vkoul@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, Chen Wang <unicorn_wang@...look.com>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>
Cc: Jisheng Zhang <jszhang@...nel.org>, Liu Gui <kenneth.liu@...hgo.com>,
Jingbao Qiu <qiujingbao.dlmu@...il.com>, dlan@...too.org,
dmaengine@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: Re: [PATCH v4 1/4] dt-bindings: dmaengine: Add dmamux for
CV18XX/SG200X series SoC
On 18/03/2024 09:30, Inochi Amaoto wrote:
>>> @@ -0,0 +1,47 @@
>>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>> +%YAML 1.2
>>> +---
>>> +$id: http://devicetree.org/schemas/dma/sophgo,cv1800-dmamux.yaml#
>>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>>> +
>>> +title: Sophgo CV1800/SG200 Series DMA mux
>>> +
>>> +maintainers:
>>> + - Inochi Amaoto <inochiama@...look.com>
>>> +
>>> +allOf:
>>> + - $ref: dma-router.yaml#
>>> +
>>> +properties:
>>> + compatible:
>>> + const: sophgo,cv1800-dmamux
>>> +
>>> + reg:
>>> + maxItems: 2
>>
>> You need to describe the items.
>>
>
> I wonder whether reg-name should be introduced, or item description is
> just enough?
items:
- description:
- description:
is enough
>
>>> +
>>> + '#dma-cells':
>>> + const: 3
>>> + description:
>>> + The first cells is DMA channel. The second one is device id.
>>> + The third one is the cpu id.
>>> +
>>> + dma-masters:
>>> + maxItems: 1
>>> +
>>> + dma-requests:
>>> + const: 8
>>> +
>>> +required:
>>> + - '#dma-cells'
>>
>> reg is not required? How do you perform any IO?
>
> This device is part of the syscon. The IO is performed by the offset.
> In the v2, Rob suggest me add the "reg" property to describe registers.
> He also mentioned that driver may not use this info, so I do not make
> this a must.
OK
Best regards,
Krzysztof
Powered by blists - more mailing lists