From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Kever Yang <kever.yang@rock-chips.com>, heiko@sntech.de
Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
Conor Dooley <conor+dt@kernel.org>, Rob Herring <robh@kernel.org>,
linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/3] dt-bindings: nvmem: rockchip,otp: Add support for rk3562 and rk3568
Date: Fri, 7 Mar 2025 17:22:23 +0000 [thread overview]
Message-ID: <f662da0e-431f-4e04-b8ee-e8b04a08337d@linaro.org> (raw)
In-Reply-To: <20250227110804.2342976-1-kever.yang@rock-chips.com>
Hi Kever,
On 27/02/2025 11:08, Kever Yang wrote:
> Add compatible entry for the otp controller in rk3562 and rk3568, add schema
> for different clock names for new entry.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
Am unable to apply this patch, Could you rebase it on top of linux-next
or
https://web.git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git/log/?h=for-next
--srini
>
> Changes in v2:
> - Update the commit message and add maxItems in schema.
>
> .../bindings/nvmem/rockchip,otp.yaml | 53 ++++++++++++++++---
> 1 file changed, 46 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml b/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml
> index a44d44b32809..7572f4a1d73b 100644
> --- a/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/rockchip,otp.yaml
> @@ -14,6 +14,8 @@ properties:
> enum:
> - rockchip,px30-otp
> - rockchip,rk3308-otp
> + - rockchip,rk3562-otp
> + - rockchip,rk3568-otp
> - rockchip,rk3588-otp
>
> reg:
> @@ -25,19 +27,15 @@ properties:
>
> clock-names:
> minItems: 3
> - items:
> - - const: otp
> - - const: apb_pclk
> - - const: phy
> - - const: arb
> + maxItems: 4
>
> resets:
> minItems: 1
> - maxItems: 3
> + maxItems: 4
>
> reset-names:
> minItems: 1
> - maxItems: 3
> + maxItems: 4
>
> required:
> - compatible
> @@ -62,12 +60,45 @@ allOf:
> properties:
> clocks:
> maxItems: 3
> + clock-names:
> + items:
> + - const: otp
> + - const: apb_pclk
> + - const: phy
> resets:
> maxItems: 1
> reset-names:
> items:
> - const: phy
>
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - rockchip,rk3562-otp
> + - rockchip,rk3568-otp
> + then:
> + properties:
> + clocks:
> + minItems: 4
> + maxItems: 4
> + clock-names:
> + items:
> + - const: usr
> + - const: sbpi
> + - const: apb_pclk
> + - const: phy
> + resets:
> + minItems: 4
> + maxItems: 4
> + reset-names:
> + items:
> + - const: usr
> + - const: sbpi
> + - const: apb
> + - const: phy
> +
> - if:
> properties:
> compatible:
> @@ -78,8 +109,16 @@ allOf:
> properties:
> clocks:
> minItems: 4
> + maxItems: 4
> + clock-names:
> + items:
> + - const: otp
> + - const: apb_pclk
> + - const: phy
> + - const: arb
> resets:
> minItems: 3
> + maxItems: 3
> reset-names:
> items:
> - const: otp
next prev parent reply other threads:[~2025-03-07 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 11:08 [PATCH v2 1/3] dt-bindings: nvmem: rockchip,otp: Add support for rk3562 and rk3568 Kever Yang
2025-02-28 20:09 ` Rob Herring (Arm)
2025-03-07 17:22 ` Srinivas Kandagatla [this message]
2025-03-17 0:00 ` Jonas Karlman
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=f662da0e-431f-4e04-b8ee-e8b04a08337d@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=kever.yang@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@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).