diff options
| author | Johan Jonker <[email protected]> | 2026-06-09 22:23:14 +0200 |
|---|---|---|
| committer | Quentin Schulz <[email protected]> | 2026-07-23 15:00:08 +0200 |
| commit | 2f783e53754b383e037ffc32e074e9b121386c9e (patch) | |
| tree | 722657e7249f23a08e35a88f04aa3d4b23d80e36 /include | |
| parent | e504d9cffbafbd4dd267ab9a73bf1ee58d89e8e1 (diff) | |
rockchip: pinctrl: replace RK_GPIOn defines
The use of RK_GPIOn defines is deprecated in the upstream
rockchip.h file. Replace all them by the gpio number.
Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/pinctrl/rockchip.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/dt-bindings/pinctrl/rockchip.h b/include/dt-bindings/pinctrl/rockchip.h index 1636ec99eb6..88544766f18 100644 --- a/include/dt-bindings/pinctrl/rockchip.h +++ b/include/dt-bindings/pinctrl/rockchip.h @@ -9,13 +9,6 @@ #ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__ #define __DT_BINDINGS_ROCKCHIP_PINCTRL_H__ -#define RK_GPIO0 0 -#define RK_GPIO1 1 -#define RK_GPIO2 2 -#define RK_GPIO3 3 -#define RK_GPIO4 4 -#define RK_GPIO6 6 - #define RK_PA0 0 #define RK_PA1 1 #define RK_PA2 2 |
