1
0
Fork 0
remarkable-uboot/arch/sandbox
Masahiro Yamada 9c6a3c6772 pinctrl: sandbox: add sandbox pinctrl driver
This driver actually does nothing but test pinctrl uclass, and
demonstrate how things work.

To try this driver, uncomment /* #define DEBUG */ in the
drivers/pinctrl/pinctrl-sandbox.c, and debug messages will be
displayed.

  DRAM:  128 MiB
  sandbox pinmux: group = 1 (serial_a), function = 1 (serial)
  Using default environment

  In:    cros-ec-keyb
  Out:   lcd
  Err:   lcd
  Net:   Net Initialization Skipped
  eth0: eth@10002000, eth1: eth@80000000, eth5: eth@90000000
  => i2c dev 0
  Setting bus to 0
  sandbox pinmux: group = 0 (i2c), function = 0 (i2c)
  sandbox pinconf: group = 0 (i2c), param = 3, arg = 1

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-08-31 07:57:29 -06:00
..
cpu sandbox: Use the reset driver to handle reset 2015-07-21 17:39:31 -06:00
dts pinctrl: sandbox: add sandbox pinctrl driver 2015-08-31 07:57:29 -06:00
include/asm dm: test: Add a test for the system controller uclass 2015-07-21 17:39:33 -06:00
lib sandbox: Add support for bootz 2015-04-19 14:45:57 -06:00
Kconfig sandbox: Use defconfig to enable features 2015-05-21 09:13:18 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk generic-board: select SYS_GENERIC_BOARD for some architectures 2015-03-28 09:03:08 -04:00