Re: [PATCH v2 09/11] memory: mtk-smi: mt8195: Add smi support

2021-07-21 Thread Ikjoon Jang
On Thu, Jul 15, 2021 at 8:22 PM Yong Wu wrote: > > MT8195 has two smi-common, their IP are the same. Only the larbs that > connect with the smi-common are different. thus the bus_sel are different > for the two smi-common. > > Signed-off-by: Yong Wu Reviewed-by: Ikjoon Jang > --- > drivers/me

[PATCH v2 09/11] memory: mtk-smi: mt8195: Add smi support

2021-07-15 Thread Yong Wu
MT8195 has two smi-common, their IP are the same. Only the larbs that connect with the smi-common are different. thus the bus_sel are different for the two smi-common. Signed-off-by: Yong Wu --- drivers/memory/mtk-smi.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a