From: sashiko-bot@kernel.org
To: "Bhargav Joshi" <j.bhargav.u@gmail.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH] dt-bindings: power: reset: ti,keystone-reset: Convert to DT schema
Date: Thu, 13 Aug 2026 00:31:23 +0000 [thread overview]
Message-ID: <20260813003124.4045E1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260813-ti-keystone-reset-v1-1-189389503324@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The 'reg' property is newly marked as strictly required in the schema, which breaks backward compatibility with existing out-of-tree device trees.
--
--- Patch [1]: [PATCH] dt-bindings: power: reset: ti,keystone-reset: Convert to DT schema ---
commit 63d9431256b9847ef3ca6d5aacac09610df2a267
Author: Bhargav Joshi <j.bhargav.u@gmail.com>
dt-bindings: power: reset: ti,keystone-reset: Convert to DT schema
This commit converts the Texas Instruments Keystone SoC Reset Controller
binding from a text document to a DT schema. The commit message notes
there are no new functional changes.
> diff --git a/Documentation/devicetree/bindings/power/reset/ti,keystone-reset.yaml b/Documentation/devicetree/bindings/power/reset/ti,keystone-reset.yaml
> new file mode 100644
> index 0000000000000..ecc68d37f07e0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/power/reset/ti,keystone-reset.yaml
[ ... ]
> +required:
> + - compatible
> + - reg
[Severity: Medium]
Does adding 'reg' to the required list break backward compatibility with
existing device trees?
The old text binding did not document or include a 'reg' property in its
examples, meaning existing device trees following the old binding will now
fail validation during `make dtbs_check` with this new schema. Since the
kernel driver does not parse or map the 'reg' property and relies on syscon
offsets instead, is it necessary to mark 'reg' as strictly required here?
> + - ti,syscon-pll
> + - ti,syscon-dev
> +
> +additionalProperties: false
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260813-ti-keystone-reset-v1-1-189389503324@gmail.com?part=1
prev parent reply other threads:[~2026-08-13 0:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 0:23 [PATCH] dt-bindings: power: reset: ti,keystone-reset: Convert to DT schema Bhargav Joshi
2026-08-13 0:31 ` sashiko-bot [this message]
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=20260813003124.4045E1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j.bhargav.u@gmail.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/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.