diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2026-06-12 16:52:51 -0500 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2026-07-27 09:46:33 +0300 |
| commit | 632e1109192b920a3e94f844d926e9c2cc960998 (patch) | |
| tree | c641007eb0785d26734e7f83ef42ab1dc149cffe /scripts/objdiff | |
| parent | 871cb269cd43b5d90f4e59d1458f8c09204759d4 (diff) | |
| download | linux-next-632e1109192b920a3e94f844d926e9c2cc960998.tar.gz linux-next-632e1109192b920a3e94f844d926e9c2cc960998.zip | |
clk: at91: Read "reg" with helper
The "reg" property is an address-sized DT cell property. The AT91
compat clock parser only uses a small bus id from it, but reading it
with the u8 helper does not match the property encoding.
Use of_property_read_reg() so the code goes through the helper for
"reg" properties, then keep the existing range check before passing
the bus id to the clock registration code.
Assisted-by: Codex:gpt-5-5
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Link: https://patch.msgid.link/20260612215251.1888345-1-robh@kernel.org
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
