diff options
author | Bryan O'Donoghue <pure.logic@nexus-software.ie> | 2019-06-26 11:27:28 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-26 20:26:46 +0800 |
commit | c03bb448f04f8195f04fe6fb3b0fb4699b311ece (patch) | |
tree | f9fc27c186f055150f34be59e94eb832f743aa49 /drivers/nvmem/rockchip-efuse.c | |
parent | 8083f3d78825c0ea1948339613914b46105bfd0b (diff) | |
download | blackbird-op-linux-c03bb448f04f8195f04fe6fb3b0fb4699b311ece.tar.gz blackbird-op-linux-c03bb448f04f8195f04fe6fb3b0fb4699b311ece.zip |
nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bits
i.MX6 defines OCOTP_CTRLn:ADDR as seven bit address-field with a one bit
RSVD0 field, i.MX7 defines OCOTP_CTRLn:ADDR as a four bit address-field
with a four bit RSVD0 field.
i.MX8 defines the OCOTP_CTRLn:ADDR bit-field as a full range eight bits.
i.MX6 and i.MX7 should return zero for their respective RSVD0 bits and
ignore a write-back of zero where i.MX8 will make use of the full range.
This patch expands the bit-field definition for all users to eight bits,
which is safe due to RSVD0 being a no-op for the i.MX6 and i.MX7.
Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem/rockchip-efuse.c')
0 files changed, 0 insertions, 0 deletions