commit | 2458c6227cf45c3f15f3d9c22699634becd4bb70 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@cherry.de> | Fri Jan 31 11:31:35 2025 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue May 06 15:59:43 2025 +0800 |
tree | 92c84d5819e3c9fb68739f476b8b47142f15d8f2 | |
parent | a3e61616b851258da37cc33c2a5350300a3495ca [diff] |
pinctrl: rockchip: constify rockchip_pin_ctrl for RK3228 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>