Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656848
| From | Chen-Yu Tsai <wens@csie.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO |
| Date | 2017-06-03 16:50 +0200 |
| Message-ID | <tOixk-8g5-13@gated-at.bofh.it> (permalink) |
| References | <tOixk-8g5-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The R_PIO on the A83T is almost the same as the one found on the A64, except that the CIR_RX function was moved from pin PL11 to pin PL12. Add a compatible string for it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt index 3ab9f7849a19..6f2ec9af0de2 100644 --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt @@ -20,6 +20,7 @@ Required properties: "allwinner,sun9i-a80-pinctrl" "allwinner,sun9i-a80-r-pinctrl" "allwinner,sun8i-a83t-pinctrl" + "allwinner,sun8i-a83t-r-pinctrl" "allwinner,sun8i-h3-pinctrl" "allwinner,sun8i-h3-r-pinctrl" "allwinner,sun8i-r40-pinctrl" -- 2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200 [PATCH 1/3] dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200 [PATCH 3/3] ARM: sun8i: a83t: Add device node for R_PIO Chen-Yu Tsai <wens@csie.org> - 2017-06-03 16:50 +0200 Re: [PATCH 0/3] pinctrl: sun8i: Add support for A83T R_PIO Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-05 16:00 +0200
csiph-web