From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Conor Dooley <conor@kernel.org>, Piyush Mehta <piyush.mehta@amd.com>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, p.zabel@pengutronix.de,
michal.simek@amd.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, git@amd.com
Subject: Re: [PATCH 1/2] dt-bindings: reset: Updated binding for Versal-NET reset driver
Date: Mon, 17 Jul 2023 22:47:53 +0200 [thread overview]
Message-ID: <ee81e955-32be-66ea-377b-263ee60a2632@linaro.org> (raw)
In-Reply-To: <20230717-explode-caucus-82c12e340e39@spud>
On 17/07/2023 20:40, Conor Dooley wrote:
> On Mon, Jul 17, 2023 at 04:53:47PM +0530, Piyush Mehta wrote:
>> Added documentation and Versal-NET reset indices to describe about
>> Versal-Net reset driver bindings.
>>
>> In Versal-NET all reset indices includes Class, SubClass, Type, Index
>> information whereas class refers to clock, reset, power etc.,
>> Underlying firmware in Versal have such classification and expects
>> the ID to be this way.
>> [13:0] - Index bits
>> [19:14] - Type bits
>> [25:20] - SubClass bits
>> [31:26] - Class bits.
>
> Riight.. I'm not sure that describing these as "indices" is really all
> that valid, given only 13:0 are actually the index.
> I'd be inclined to say that the type/class/subclass stuff should not be
> part of the dt-bindings, and instead looked up inside the driver
> depending on the index.
>
> Hopefully Rob or Krzysztof can comment further.
This confuses me as well. I don't understand why do you need it in the
bindings. Nothing uses these values, so storing them as bindings seems
pointless.
>
> Thanks,
> Conor.
>
>>
>> Signed-off-by: Piyush Mehta <piyush.mehta@amd.com>
>> ---
>> .../bindings/reset/xlnx,zynqmp-reset.yaml | 4 +
>> .../reset/xlnx-versal-net-resets.h | 127 ++++++++++++++++++
>> 2 files changed, 131 insertions(+)
>> create mode 100644 include/dt-bindings/reset/xlnx-versal-net-resets.h
>>
>> diff --git a/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml b/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml
>> index 0d50f6a54af3..b996fc1d4e53 100644
>> --- a/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml
>> +++ b/Documentation/devicetree/bindings/reset/xlnx,zynqmp-reset.yaml
>> @@ -27,11 +27,15 @@ description: |
>> For list of all valid reset indices for Versal
>> <dt-bindings/reset/xlnx-versal-resets.h>
>>
>> + For list of all valid reset indices for Versal-NET
>> + <dt-bindings/reset/xlnx-versal-net-resets.h>
>> +
>> properties:
>> compatible:
>> enum:
>> - xlnx,zynqmp-reset
>> - xlnx,versal-reset
>> + - xlnx,versal-net-reset
>>
>> "#reset-cells":
>> const: 1
>> diff --git a/include/dt-bindings/reset/xlnx-versal-net-resets.h b/include/dt-bindings/reset/xlnx-versal-net-resets.h
>> new file mode 100644
>> index 000000000000..b3e7d5e4c33e
>> --- /dev/null
>> +++ b/include/dt-bindings/reset/xlnx-versal-net-resets.h
>> @@ -0,0 +1,127 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>> +/*
>> + * Copyright (C) 2023 Advanced Micro Devices, Inc. All Rights Reserved.
>> + */
>> +
>> +#ifndef _DT_BINDINGS_VERSAL_NET_RESETS_H
>> +#define _DT_BINDINGS_VERSAL_NET_RESETS_H
>> +
>> +#define PM_RST_PMC_POR (0xc30c001U)
IDs start from 0 and are incremented by 1.
Best regards,
Krzysztof
next prev parent reply other threads:[~2023-07-17 20:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-17 11:23 [PATCH 0/2] reset: reset-zynqmp: add support for Versal NET platform Piyush Mehta
2023-07-17 11:23 ` [PATCH 1/2] dt-bindings: reset: Updated binding for Versal-NET reset driver Piyush Mehta
2023-07-17 18:40 ` Conor Dooley
2023-07-17 20:47 ` Krzysztof Kozlowski [this message]
2023-07-18 7:10 ` Michal Simek
2023-07-18 7:39 ` Krzysztof Kozlowski
2023-07-18 13:11 ` Michal Simek
2023-07-18 13:20 ` Krzysztof Kozlowski
2023-07-18 13:21 ` Krzysztof Kozlowski
2023-07-18 13:59 ` Michal Simek
2023-07-18 14:01 ` Michal Simek
2023-07-18 14:04 ` Krzysztof Kozlowski
2023-07-18 14:30 ` Michal Simek
2023-07-18 18:01 ` Krzysztof Kozlowski
2023-07-19 6:23 ` Michal Simek
2023-07-19 6:36 ` Krzysztof Kozlowski
2023-07-17 11:23 ` [PATCH 2/2] reset: reset-zynqmp: add support for Versal NET platform Piyush Mehta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee81e955-32be-66ea-377b-263ee60a2632@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=git@amd.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=p.zabel@pengutronix.de \
--cc=piyush.mehta@amd.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).