u-boot/board/nvidia/dalmore
Tom Warren f31a5443a8 Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits
The pinmux code issues a warning if the caller attempts to disable the
lock bit in a pinmux register, since this is impossible (once it's
locked, the only way to unlock it is to reset the device/pmt controller).

The I2C/DDC/CEC/USB macros expect a lock setting to be passed in,
and the previous setting of DISABLE caused the pinmux table parsing
code to issue the warning. Changing the lock bits in these table
entries to DEFAULT (i.e. don't touch it) fixes this.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
2013-03-14 11:48:55 -07:00
..
Makefile Tegra114: Add/enable Dalmore build (T114 reference board) 2013-02-11 10:35:26 -07:00
dalmore.c Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init 2013-03-14 11:06:43 -07:00
pinmux-config-dalmore.h Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits 2013-03-14 11:48:55 -07:00