Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1601211
| From | <cl@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 1/7] include: dt-bindings: Add pin function index definition for rockchip pinctrl |
| Date | 2017-03-15 11:10 +0100 |
| Message-ID | <tle2t-689-1@gated-at.bofh.it> (permalink) |
| References | <tle2t-689-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Chen Liang <cl@rock-chips.com> The rk3328 soc need more pin function index for pinctrl. Signed-off-by: Chen Liang <cl@rock-chips.com> --- include/dt-bindings/pinctrl/rockchip.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dt-bindings/pinctrl/rockchip.h b/include/dt-bindings/pinctrl/rockchip.h index aaec8ba..bc2b6af 100644 --- a/include/dt-bindings/pinctrl/rockchip.h +++ b/include/dt-bindings/pinctrl/rockchip.h @@ -63,5 +63,8 @@ #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 +#define RK_FUNC_7 7 #endif -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v1 1/7] include: dt-bindings: Add pin function index definition for rockchip pinctrl <cl@rock-chips.com> - 2017-03-15 11:10 +0100 Re: [PATCH v1 1/7] include: dt-bindings: Add pin function index definition for rockchip pinctrl Heiko Stübner <heiko@sntech.de> - 2017-03-16 09:10 +0100
csiph-web