nvmem: sunxi-sid: add support for A64/H5's SID controller
authorIcenowy Zheng <icenowy@aosc.io>
Tue, 24 Oct 2017 09:54:34 +0000 (10:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Nov 2017 13:19:06 +0000 (14:19 +0100)
commitb7fe57b802c4f12da20920229acb9fff92300ad4
tree2d57149b87d3e1c909d323826b66ab3ba03ba988
parentaef9a4de2afa25c02b1d112211ce29e6453ad210
nvmem: sunxi-sid: add support for A64/H5's SID controller

Allwinner A64/H5 SoCs come with a SID controller like the one in H3, but
without the silicon bug that makes the initial value at 0x200 wrong, so
the value at 0x200 can be directly read.

Add support for this kind of SID controller.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
drivers/nvmem/sunxi_sid.c