commit | e511243009eae31252a1b2d58aee41f818bf81c3 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@cherry.de> | Fri Jan 31 11:31:30 2025 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue May 06 15:59:43 2025 +0800 |
tree | b5e5ca9610bb1a7ad72215715133c37c05dddf87 | |
parent | 6995d8f2e6df66eead16d427f740e7726b3553bd [diff] |
pinctrl: rockchip: constify rockchip_pin_ctrl for PX30 There's no need to modify private data from the controller, so let's make that struct const. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>