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