]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvmem: sunxi_sid: Support SID on A83T and H5
authorChen-Yu Tsai <wens@csie.org>
Sat, 13 Apr 2019 10:32:53 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Jun 2019 09:52:59 +0000 (11:52 +0200)
commit4c55b1f8795586f6b294ec28213dff76f921a969
treed9cefba83590036d14568bda1c25ceb843a368b9
parentf6fdf2d17af587ff8e54797709df9daed8a68004
nvmem: sunxi_sid: Support SID on A83T and H5

[ Upstream commit da75b8909756160b8e785104ba421a20b756c975 ]

The device tree binding already lists compatible strings for these two
SoCs. They don't have the defect as seen on the H3, and the size and
register layout is the same as the A64. Furthermore, the driver does
not include nvmem cell definitions.

Add support for these two compatible strings, re-using the config for
the A64.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvmem/sunxi_sid.c