Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string

Add missing "atmel,at91sam9x5-pinctrl" compatible string to the
documentation.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Boris BREZILLON and committed by
Linus Walleij
2467f110 c8dba02e

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
··· 18 18 such as pull-up, multi drive, etc. 19 19 20 20 Required properties for iomux controller: 21 - - compatible: "atmel,at91rm9200-pinctrl" 21 + - compatible: "atmel,at91rm9200-pinctrl" or "atmel,at91sam9x5-pinctrl" 22 22 - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be 23 23 configured in this periph mode. All the periph and bank need to be describe. 24 24