summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2026-04-30 12:34:09 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2026-05-11 12:07:07 +0300
commitda4a37540b780c386eb2362bfcc638f769918cb1 (patch)
tree81ab96ed9aeeb514d33ab68fb0d9a7fc6dab0f0c /scripts
parentbbe2277dedbeb54bb251ae3e0599007253739aad (diff)
downloadlinux-da4a37540b780c386eb2362bfcc638f769918cb1.tar.xz
pinctrl: renesas: rzg2l: Update OEN pin validation to use exact match
The RZ/G2L SoC uses pin 0 from a port for OEN while RZ/G3L uses pin 1. The existing greater-than comparison against oen_max_pin in rzg2l_pin_to_oen_bit() would incorrectly accept any pin below that value rather than enforcing the single valid OEN pin for each SoC. Replace the range check with an exact equality test so that only the designated OEN pin is accepted. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260430093422.74812-5-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions