commit | 8b43f119263b33a452a3308813e800851b40afd2 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@cherry.de> | Fri Jan 31 11:31:38 2025 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue May 06 15:59:43 2025 +0800 |
tree | 13595a831dc02e5b1afa5d4a1a7c7b3cd42b7b92 | |
parent | 74fe3b088afcb8ea96bfe97bd29c10eaba0d2a15 [diff] |
pinctrl: rockchip: constify rockchip_pin_ctrl for RK3328 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>