Skip to content

Commit d0d6d83

Browse files
XBurstlinusw
authored andcommitted
dt-bindings: pinctrl: Add JZ4760 and JZ4760B bindings.
Add the pinctrl bindings for the JZ4760 Soc and the JZ4760B Soc from Ingenic. Signed-off-by: Zhou Yanjie <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent a0b447c commit d0d6d83

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ naming scheme "PxN" where x is a character identifying the GPIO port with
1111
which the pin is associated and N is an integer from 0 to 31 identifying the
1212
pin within that GPIO port. For example PA0 is the first pin in GPIO port A, and
1313
PB31 is the last pin in GPIO port B. The jz4740 contains 4 GPIO ports, PA to
14-
PD, for a total of 128 pins. The jz4780 contains 6 GPIO ports, PA to PF, for a
15-
total of 192 pins.
14+
PD, for a total of 128 pins. The jz4760, the jz4770 and the jz4780 contains 6
15+
GPIO ports, PA to PF, for a total of 192 pins.
1616

1717

1818
Required properties:
@@ -21,6 +21,8 @@ Required properties:
2121
- compatible: One of:
2222
- "ingenic,jz4740-pinctrl"
2323
- "ingenic,jz4725b-pinctrl"
24+
- "ingenic,jz4760-pinctrl"
25+
- "ingenic,jz4760b-pinctrl"
2426
- "ingenic,jz4770-pinctrl"
2527
- "ingenic,jz4780-pinctrl"
2628
- reg: Address range of the pinctrl registers.
@@ -31,6 +33,7 @@ Required properties for sub-nodes (GPIO chips):
3133

3234
- compatible: Must contain one of:
3335
- "ingenic,jz4740-gpio"
36+
- "ingenic,jz4760-gpio"
3437
- "ingenic,jz4770-gpio"
3538
- "ingenic,jz4780-gpio"
3639
- reg: The GPIO bank number.

0 commit comments

Comments
 (0)