summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohan Jonker <[email protected]>2026-06-09 22:22:58 +0200
committerQuentin Schulz <[email protected]>2026-07-23 15:00:08 +0200
commite504d9cffbafbd4dd267ab9a73bf1ee58d89e8e1 (patch)
tree59e261aa7b5a3badc1569ed2bbcc90bbd4619646 /include
parent30675622843da663933fa4e1a84296d9fd63980a (diff)
rockchip: pinctrl: replace RK_FUNC_n defines
The use of RK_FUNC_n defines is deprecated in the upstream rockchip.h file. Replace all them by the function 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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dt-bindings/pinctrl/rockchip.h b/include/dt-bindings/pinctrl/rockchip.h
index 1c28d6cb1fa..1636ec99eb6 100644
--- a/include/dt-bindings/pinctrl/rockchip.h
+++ b/include/dt-bindings/pinctrl/rockchip.h
@@ -50,11 +50,5 @@
#define RK_PD7 31
#define RK_FUNC_GPIO 0
-#define RK_FUNC_1 1
-#define RK_FUNC_2 2
-#define RK_FUNC_3 3
-#define RK_FUNC_4 4
-#define RK_FUNC_5 5
-#define RK_FUNC_6 6
#endif