Skip to content

Commit faa246d

Browse files
Carlo Caionelinusw
authored andcommitted
documentation: Extend pinctrl docs for Meson8b
Add the compatible string for Meson8b in Meson pinctrl documentation and add new information for Meson8b in source code comments. Signed-off-by: Carlo Caione <carlo@endlessm.com> Acked-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 0cf6f3c commit faa246d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== Amlogic Meson pinmux controller ==
22

33
Required properties for the root node:
4-
- compatible: "amlogic,meson8-pinctrl"
4+
- compatible: "amlogic,meson8-pinctrl" or "amlogic,meson8b-pinctrl"
55
- reg: address and size of registers controlling irq functionality
66

77
=== GPIO sub-nodes ===

drivers/pinctrl/meson/pinctrl-meson.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313

1414
/*
1515
* The available pins are organized in banks (A,B,C,D,E,X,Y,Z,AO,
16-
* BOOT,CARD for meson6 and X,Y,DV,H,Z,AO,BOOT,CARD for meson8) and
17-
* each bank has a variable number of pins.
16+
* BOOT,CARD for meson6, X,Y,DV,H,Z,AO,BOOT,CARD for meson8 and
17+
* X,Y,DV,H,AO,BOOT,CARD,DIF for meson8b) and each bank has a
18+
* variable number of pins.
1819
*
1920
* The AO bank is special because it belongs to the Always-On power
2021
* domain which can't be powered off; the bank also uses a set of

0 commit comments

Comments
 (0)