Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1601211
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Wed, 15 Mar 2017 11:10:01 +0100 |
| Message-ID | <tle2t-689-1@gated-at.bofh.it> (permalink) |
| References | <tle2t-689-3@gated-at.bofh.it> |
| X-263anti-Spam | KSV:0; |
| X-Mail-Delivery | 1 |
| X-Abs-Checked | 4 |
| X-Rl-Sender | cl@rock-chips.com |
| X-Fst-To | heiko@sntech.de |
| X-Sender-IP | 58.22.7.114 |
| X-Login-Name | cl@rock-chips.com |
| X-Unique-Tag | <3da6cd486d5ea1215318f7bd1effdd08> |
| X-Sender | cl@rock-chips.com |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | robh+dt@kernel.org, mark.rutland@arm.com, zhengxing@rock-chips.com, andy.yan@rock-chips.com, jay.xu@rock-chips.com, matthias.bgg@gmail.com, paweljarosz3691@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, wsa@the-dreams.de, linux-i2c@vger.kernel.org, jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, wxt@rock-chips.com, david.wu@rock-chips.com, linux-iio@vger.kernel.org, shawn.lin@rock-chips.com, akpm@linux-foundation.org, dianders@chromium.org, yamada.masahiro@socionext.com, catalin.marinas@arm.com, will.deacon@arm.com, afaerber@suse.de, shawnguo@kernel.org, khilman@baylibre.com, arnd@arndb.de, fabio.estevam@nxp.com, zhangqing@rock-chips.com, kever.yang@rock-chips.com, tony.xie@rock-chips.com, huangtao@rock-chips.com, yhx@rock-chips.com, rocky.hao@rock-chips.com, Chen Liang <cl@rock-chips.com> |
| X-Original-Date | Wed, 15 Mar 2017 18:03:51 +0800 |
| X-Original-Message-ID | <1489572237-6649-2-git-send-email-cl@rock-chips.com> |
| X-Original-References | <1489572237-6649-1-git-send-email-cl@rock-chips.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1601211 |
Show key headers only | View raw
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