x86: broadwell: Add a pinctrl driver
GPIO pins need to be set up on start-up. Add a driver to provide this, configured from the device tree. The binding is slightly different from the existing ICH6 binding, since that is quite verbose. The new binding should be just as extensible. Signed-off-by:Simon Glass <sjg@chromium.org> Acked-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/cpu/broadwell/Makefile 1 addition, 0 deletionsarch/x86/cpu/broadwell/Makefile
- arch/x86/cpu/broadwell/pinctrl_broadwell.c 278 additions, 0 deletionsarch/x86/cpu/broadwell/pinctrl_broadwell.c
- arch/x86/include/asm/arch-broadwell/gpio.h 91 additions, 0 deletionsarch/x86/include/asm/arch-broadwell/gpio.h
- doc/device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt 208 additions, 0 deletions...device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt
- include/dt-bindings/gpio/x86-gpio.h 12 additions, 0 deletionsinclude/dt-bindings/gpio/x86-gpio.h
Loading
Please register or sign in to comment