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

ARM: dts: k2g: Add pinctrl support

Add pinctrl support.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>

authored by

Vitaly Andrianov and committed by
Santosh Shilimkar
fb252259 a6bada65

+7
+7
arch/arm/boot/dts/keystone-k2g.dtsi
··· 75 75 ranges = <0x0 0x0 0x0 0xc0000000>; 76 76 dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>; 77 77 78 + k2g_pinctrl: pinmux@02621000 { 79 + compatible = "pinctrl-single"; 80 + reg = <0x02621000 0x410>; 81 + pinctrl-single,register-width = <32>; 82 + pinctrl-single,function-mask = <0x001b0007>; 83 + }; 84 + 78 85 uart0: serial@02530c00 { 79 86 compatible = "ns16550a"; 80 87 current-speed = <115200>;