File tree Expand file tree Collapse file tree 6 files changed +1089
-887
lines changed
Documentation/devicetree/bindings/gpio Expand file tree Collapse file tree 6 files changed +1089
-887
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ properties:
22
22
maxItems : 1
23
23
24
24
clocks :
25
- maxItems : 1
25
+ minItems : 1
26
+ items :
27
+ - description : APB interface clock source
28
+ - description : GPIO debounce reference clock source
26
29
27
30
gpio-controller : true
28
31
Original file line number Diff line number Diff line change @@ -520,6 +520,14 @@ config GPIO_REG
520
520
A 32-bit single register GPIO fixed in/out implementation. This
521
521
can be used to represent any register as a set of GPIO signals.
522
522
523
+ config GPIO_ROCKCHIP
524
+ tristate "Rockchip GPIO support"
525
+ depends on ARCH_ROCKCHIP || COMPILE_TEST
526
+ select GPIOLIB_IRQCHIP
527
+ default ARCH_ROCKCHIP
528
+ help
529
+ Say yes here to support GPIO on Rockchip SoCs.
530
+
523
531
config GPIO_SAMA5D2_PIOBU
524
532
tristate "SAMA5D2 PIOBU GPIO support"
525
533
depends on MFD_SYSCON
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ obj-$(CONFIG_GPIO_RDA) += gpio-rda.o
128
128
obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
129
129
obj-$(CONFIG_GPIO_REALTEK_OTTO) += gpio-realtek-otto.o
130
130
obj-$(CONFIG_GPIO_REG) += gpio-reg.o
131
+ obj-$(CONFIG_GPIO_ROCKCHIP) += gpio-rockchip.o
131
132
obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o
132
133
obj-$(CONFIG_GPIO_SAMA5D2_PIOBU) += gpio-sama5d2-piobu.o
133
134
obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o
You can’t perform that action at this time.
0 commit comments