From: Cristian Marussi <cristian.marussi@arm.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: sudeep.holla@arm.com, robh@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH] dt-bindings: firmware: arm,scmi: support system power protocol
Date: Mon, 26 Feb 2024 13:28:28 +0000 [thread overview]
Message-ID: <ZdyR_MWeqOWga8iQ@pluto> (raw)
In-Reply-To: <20240226130243.3820915-1-peng.fan@oss.nxp.com>
On Mon, Feb 26, 2024 at 09:02:43PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add SCMI System Power Protocol bindings, and the protocol id is 0x12.
>
Hi,
yes this is something I spotted in the past it was missing and I posted
a similar patch but I was told that a protocol node without any specific
additional properties is already being described by the general protocol
node described above.
Thanks,
Cristian
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> index 4591523b51a0..d99f1577476e 100644
> --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> @@ -141,6 +141,14 @@ properties:
> required:
> - '#power-domain-cells'
>
> + protocol@12:
> + $ref: '#/$defs/protocol-node'
> + unevaluatedProperties: false
> +
> + properties:
> + reg:
> + const: 0x12
> +
> protocol@13:
> $ref: '#/$defs/protocol-node'
> unevaluatedProperties: false
> --
> 2.37.1
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Cristian Marussi <cristian.marussi@arm.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: sudeep.holla@arm.com, robh@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH] dt-bindings: firmware: arm,scmi: support system power protocol
Date: Mon, 26 Feb 2024 13:28:28 +0000 [thread overview]
Message-ID: <ZdyR_MWeqOWga8iQ@pluto> (raw)
In-Reply-To: <20240226130243.3820915-1-peng.fan@oss.nxp.com>
On Mon, Feb 26, 2024 at 09:02:43PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add SCMI System Power Protocol bindings, and the protocol id is 0x12.
>
Hi,
yes this is something I spotted in the past it was missing and I posted
a similar patch but I was told that a protocol node without any specific
additional properties is already being described by the general protocol
node described above.
Thanks,
Cristian
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> index 4591523b51a0..d99f1577476e 100644
> --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
> @@ -141,6 +141,14 @@ properties:
> required:
> - '#power-domain-cells'
>
> + protocol@12:
> + $ref: '#/$defs/protocol-node'
> + unevaluatedProperties: false
> +
> + properties:
> + reg:
> + const: 0x12
> +
> protocol@13:
> $ref: '#/$defs/protocol-node'
> unevaluatedProperties: false
> --
> 2.37.1
>
next prev parent reply other threads:[~2024-02-26 13:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 13:02 [PATCH] dt-bindings: firmware: arm,scmi: support system power protocol Peng Fan (OSS)
2024-02-26 13:02 ` Peng Fan (OSS)
2024-02-26 13:28 ` Cristian Marussi [this message]
2024-02-26 13:28 ` Cristian Marussi
2024-02-26 15:02 ` Cristian Marussi
2024-02-26 15:02 ` Cristian Marussi
2024-02-27 1:01 ` Peng Fan
2024-02-27 1:01 ` Peng Fan
2024-02-29 13:59 ` Sudeep Holla
2024-02-29 13:59 ` Sudeep Holla
2024-03-01 0:41 ` Peng Fan
2024-03-01 0:41 ` Peng Fan
2024-03-01 7:52 ` Cristian Marussi
2024-03-01 7:52 ` Cristian Marussi
2024-03-01 9:22 ` Peng Fan
2024-03-01 9:22 ` Peng Fan
2024-03-01 9:31 ` Sudeep Holla
2024-03-01 9:31 ` Sudeep Holla
2024-03-01 10:37 ` Cristian Marussi
2024-03-01 10:37 ` Cristian Marussi
2024-03-01 10:46 ` Cristian Marussi
2024-03-01 10:46 ` Cristian Marussi
2024-03-04 2:18 ` Peng Fan
2024-03-04 2:18 ` Peng Fan
2024-03-04 8:29 ` Cristian Marussi
2024-03-04 8:29 ` Cristian Marussi
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=ZdyR_MWeqOWga8iQ@pluto \
--to=cristian.marussi@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=robh@kernel.org \
--cc=sudeep.holla@arm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.