Thread (17 messages) 17 messages, 2 authors, 2020-06-29

Re: [PATCH v2 06/11] nvmem: sunxi-sid: add support for A100's SID controller

From: Maxime Ripard <hidden>
Date: 2020-06-29 21:22:54
Also in: linux-arm-kernel, linux-clk, linux-gpio, linux-pm, lkml

On Mon, Jun 22, 2020 at 10:59:02AM +0800, Frank Lee wrote:
quoted hunk ↗ jump to hunk
Add support for A100's SID controller.

Signed-off-by: Frank Lee <redacted>
---
 drivers/nvmem/sunxi_sid.c | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c
index e26ef1b..8ac074b 100644
--- a/drivers/nvmem/sunxi_sid.c
+++ b/drivers/nvmem/sunxi_sid.c
@@ -189,6 +189,11 @@ static int sunxi_sid_probe(struct platform_device *pdev)
 	.need_register_readout = true,
 };
 
+static const struct sunxi_sid_cfg sun50i_a100_cfg = {
+	.value_offset = 0x200,
+	.size = 0x100,
+};
+
It looks like it's the same tha nthe H3 / A64 then?

If so, you can just reuse their compatible as fallback

Maxime

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help