diff options
author | Tom Warren <twarren@nvidia.com> | 2013-03-13 22:40:33 (GMT) |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-14 18:48:55 (GMT) |
commit | f31a5443a8b52a613fcafc0330a303420eafcca4 (patch) | |
tree | a4f2a7087bb8bf93765f234fb04dee394fe13f16 /net/link_local.c | |
parent | 36c48be1104664ab79e5655327f39812e979c6aa (diff) | |
download | u-boot-fsl-qoriq-f31a5443a8b52a613fcafc0330a303420eafcca4.tar.xz |
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>
Diffstat (limited to 'net/link_local.c')
0 files changed, 0 insertions, 0 deletions