File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/gpio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ properties:
2222 maxItems : 1
2323
2424 clocks :
25- maxItems : 1
25+ minItems : 1
26+ items :
27+ - description : APB interface clock source
28+ - description : GPIO debounce reference clock source
2629
2730 gpio-controller : true
2831
Original file line number Diff line number Diff line change @@ -520,6 +520,14 @@ config GPIO_REG
520520 A 32-bit single register GPIO fixed in/out implementation. This
521521 can be used to represent any register as a set of GPIO signals.
522522
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+
523531config GPIO_SAMA5D2_PIOBU
524532 tristate "SAMA5D2 PIOBU GPIO support"
525533 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
128128obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
129129obj-$(CONFIG_GPIO_REALTEK_OTTO) += gpio-realtek-otto.o
130130obj-$(CONFIG_GPIO_REG) += gpio-reg.o
131+ obj-$(CONFIG_GPIO_ROCKCHIP) += gpio-rockchip.o
131132obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o
132133obj-$(CONFIG_GPIO_SAMA5D2_PIOBU) += gpio-sama5d2-piobu.o
133134obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o
You can’t perform that action at this time.
0 commit comments