Commit Graph

1065622 Commits

Author SHA1 Message Date
Tingjin Huang
b61e413c73 ARM: dts: rockchip: add rkvenc pp node for rv1106
Signed-off-by: Tingjin Huang <timkingh.huang@rock-chips.com>
Change-Id: Ib5a7e84d4c273dcef805d0bc0cc72d285702c25a
2022-03-28 20:02:20 +08:00
Elaine Zhang
2e8db7b0e9 ARM: dts: rockchip: modify the rtc compatible for rv1106
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Ied400c91c7962661ea29ba622cd37b46bb647228
2022-03-28 19:16:29 +08:00
Jon Lin
1c049ace1a ARM: dts: rockchip: rv1106g-evb1-v10: Add spi-nor board
Change-Id: Icef9b2714696c9c700aac68e43f6a2f8504b51f5
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2022-03-28 19:08:34 +08:00
Cai YiWei
97ffe01bcd media: rockchip: isp: isp32 fix frame id to dvbm
Change-Id: Ied1cc94a147832b9c4ccd73cb544bc5083529a9d
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2022-03-28 19:02:05 +08:00
Anthony Iliopoulos
ab70dbfebf UPSTREAM: dma-debug: fix debugfs initialization order
Due to link order, dma_debug_init is called before debugfs has a chance
to initialize (via debugfs_init which also happens in the core initcall
stage), so the directories for dma-debug are never created.

Decouple dma_debug_fs_init from dma_debug_init and defer its init until
core_initcall_sync (after debugfs has been initialized) while letting
dma-debug initialization occur as soon as possible to catch any early
mappings, as suggested in [1].

[1] https://lore.kernel.org/linux-iommu/YIgGa6yF%2Fadg8OSN@kroah.com/

Change-Id: I615389d4c630cd4fa7482c99f4faef1e3bb87b3c
Fixes: 15b28bbcd5 ("dma-debug: move initialization to common code")
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
(cherry picked from commit 173735c346)
2022-03-28 19:01:23 +08:00
Finley Xiao
67031fb1cc arm64: dts: rockchip: rk3588s: Add leakage information
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: Icaa30bcda38461cb7fc69d83672e9ff8fe73abd3
2022-03-28 18:57:29 +08:00
Shunqing Chen
5c428cc16e media: i2c: add rk628 hdmi in support
Signed-off-by: Shunqing Chen <csq@rock-chips.com>
Change-Id: Id0412c73b4c6e91c9fd03a16e640300b4a596ea2
2022-03-28 18:57:19 +08:00
Xing Zheng
54a7a1cc01 clk: rockchip: rv1106: remove the mclk_acodec_rx
Dues to the broken doc, there is no path of
mclk_i2s0_rx to mclk_acodec_rx, we need to
remove it directly and let mclk_acodec_tx
below to the mclk_i2s0_8ch_tx.

- Before:
          clk_i2s0_8ch_rx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_rx_frac       1        1        0    12288000          0     0  50000
                clk_i2s0_8ch_rx       1        1        0    12288000          0     0  50000
                   mclk_i2s0_8ch_rx       2        2        0    12288000          0     0  50000
                      mclk_acodec_rx       1        1        0    12288000          0     0  50000
          clk_i2s0_8ch_tx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_tx_frac       1        1        0    12288000          0     0  50000
                clk_i2s0_8ch_tx       1        1        0    12288000          0     0  50000
                   mclk_i2s0_8ch_tx       2        2        0    12288000          0     0  50000
                      mclk_acodec_tx       1        1        0    12288000          0     0  50000

- After:
          clk_i2s0_8ch_rx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_rx_frac       1        1        0    12288000          0     0  50000
                clk_i2s0_8ch_rx       1        1        0    12288000          0     0  50000
                   mclk_i2s0_8ch_rx       1        1        0    12288000          0     0  50000
          clk_i2s0_8ch_tx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_tx_frac       1        1        0    12288000          0     0  50000
                clk_i2s0_8ch_tx       1        1        0    12288000          0     0  50000
                   mclk_i2s0_8ch_tx       2        2        0    12288000          0     0  50000
                      mclk_sai        0        0        0    12288000          0     0  50000
                      mclk_dsm        0        0        0    12288000          0     0  50000
                      mclk_acodec_tx       1        1        0    12288000          0     0  50000

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I223189b6852f2e796eeb01ad4ce957fde7f9a52c
2022-03-28 18:56:33 +08:00
Jon Lin
2547122058 ARM: dts: rockchip: rv1106g-evb1-v10: Support spinand dts
Change-Id: I711c7034753c3b659f4af01baebac1f3800c5821
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2022-03-28 18:54:47 +08:00
Liang Chen
cfa5feae96 ARM: dts: rockchip: rv1106: add tclk for watchdog node
Change-Id: I5fee23f43796f9cf9df5970807860a29ec77a08a
Signed-off-by: Liang Chen <cl@rock-chips.com>
2022-03-28 18:53:18 +08:00
Yandong Lin
e18dd28625 video: rockchip: dvbm: fix dvbm config issue
Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: Ia1abe5b1589fc6e02495c28b01e0ee83ef823f0f
2022-03-28 18:43:22 +08:00
Elaine Zhang
bde6673e74 ARM: dts: rockchip: add vdd_arm node for rv1106-evb-v10
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I53bfae86878e0de0b3a32721a7319499bfa71d65
2022-03-28 18:42:02 +08:00
Elaine Zhang
00e0392c18 regulator: pwm-regulator: set init voltage before pwm enable
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I37c35eb97dd1e205a4966792acb4df2bb2bf69f1
2022-03-28 18:30:36 +08:00
Lin Jinhan
931258edcb ARM: dts: rockchip: rv1106: modify crypto v3 compatible
Modify crypto v3 compatible from "rockchip,crypto_v3" to
 "rockchip,crypto-v3".

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I1bf62136f095e668024969aae354207b37dc0c93
2022-03-28 18:30:08 +08:00
Lin Jinhan
6b2fcae1a6 crypto: rockchip: v3: add crypto version check
Add automatic check, can be automatically trimmed according
 to the register supported algorithm.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: Ie807cba240389466be1d1f177bbc9b35a47efecb
2022-03-28 18:29:07 +08:00
Lin Jinhan
f68bea16c9 crypto: rockchip: v3: add crypto V3 support
Add a new generation of Crypto IP drivers and add
 multithreaded cipher/hash support.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: Iaefda28a1efc9c5af29b71cd3453d108b6e9260a
2022-03-28 18:23:54 +08:00
Lin Jinhan
415fe72016 crypto: rockchip: v2: move common skcipher/ahash function to utils
Crypto V2 and Crypto V3 have a lot of code to reuse, so simplify
 the code before importing Crypto V3.

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: Ifcd5314a78c56b8db5d2444863172aeceab310d0
2022-03-28 18:21:58 +08:00
Zhang Yubing
9ea31d1d20 drm/rockchip: dw-dp: support force output
When config dp show log as force output mode, it will not get
edid and detect the connect status(to avoid aux error because
sink may be not physical connected). So it should set default
color format and link info before show kernel logo, which will
be used when select the output color format.

Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
Change-Id: I76ec29cebb101b8629e81eee3d82c93f53cc9102
2022-03-28 17:19:31 +08:00
Sandy Huang
ea3141aacf drm/rockchip: drv: add rockchip default mode when enable force output
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Iebc75e54f4bef12baac694fc54a45af33540c783
2022-03-28 17:19:31 +08:00
Ziyuan Xu
a2db8f2420 ARM: dts: rockchip: rectify camera's properties for rv1106-ipc
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I733bb107b80b589a82905ca0184a8a2d1cca1bdc
2022-03-28 16:25:10 +08:00
Jianqun Xu
dde8daabfc dma-buf: dump each dmabuf info
Loop into each dmabuf and dump its info, including name, exp_name, size
and physical address range from the scatterlist table(sgt).

Since the sgt of dmabuf only exist after device attach/map, but some
dmabufs have not be attach/map by device yet. This patch creates a fake
platform device to do attach/map for a dmabuf who has a empty attachment
list, and unmap/detach after all.

Tested on RV1106 evb: cat /proc/rk_dmabuf

NAME	                          EXPORT       SIZE:KiB   SGLIST

vmpi	                 rk-dma-heap-cma          4 KiB   0: 0x04548000..0x04548fff
vmpi	                 rk-dma-heap-cma          4 KiB   0: 0x04547000..0x04547fff
vmpi	                 rk-dma-heap-cma       5584 KiB   0: 0x05400000..0x05973fff
vmpi	                 rk-dma-heap-cma        920 KiB   0: 0x05300000..0x053e5fff
vmpi	                 rk-dma-heap-cma        232 KiB   0: 0x045c0000..0x045f9fff
vmpi	                 rk-dma-heap-cma          4 KiB   0: 0x04546000..0x04546fff
vmpi	                 rk-dma-heap-cma       5584 KiB   0: 0x04d00000..0x05273fff
vmpi	                 rk-dma-heap-cma        920 KiB   0: 0x04c00000..0x04ce5fff
vmpi	                 rk-dma-heap-cma        232 KiB   0: 0x04580000..0x045b9fff
vmpi	                 rk-dma-heap-cma       5400 KiB   0: 0x04600000..0x04b45fff
vmpi	                 rk-dma-heap-cma       5400 KiB   0: 0x04000000..0x04545fff
(null)	               videobuf2_vmalloc         12 KiB
(null)	               videobuf2_vmalloc         12 KiB
(null)	               videobuf2_vmalloc         12 KiB
(null)	               videobuf2_vmalloc         12 KiB

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Icf46e9d585847ef6dafbddcd24e589046e3ff015
2022-03-28 16:23:49 +08:00
Weiwen Chen
71d3656eaa ARM: configs: rv1106_defconfig enable CONFIG_INOTIFY_USER
TO Fix:
[    0.521444] udevd[52]: starting eudev-3.2.7
[    0.521974] udevd[52]: inotify_init failed: Function not implemented
[    0.522556] udevd[52]: error initializing inotify

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Ic97896126a4c1d5e21bc5161112829baf37ee487
2022-03-28 16:13:12 +08:00
Su Yuefu
c510652926 ARM: dts: rockchip: rv1106-evb-cam: compatible to os04a10
Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com>
Change-Id: I43969a1be3bbf8bb7b609d03b36bb452c60b45d0
2022-03-28 15:05:43 +08:00
Su Yuefu
f83e32d567 ARM: dts: rockchip: rv1106-evb-cam: compatible to sc3336 sc4336 530ai
Signed-off-by: Su Yuefu <yuefu.su@rock-chips.com>
Change-Id: Id08faa19f5244f57cde6487d77f957eb27481a95
2022-03-28 15:04:40 +08:00
Addy Ke
d0cca5a3d8 arm64: dts: rockchip: rk3588-toybrick-x0: enable pcie3x4
rk3588 toybrick board pcie3 have only 2 lanes.
set:
rockchip,pcie30-phymode = <PHY_MODE_PCIE_NANBNB>;
num-lanes=<2>;

Signed-off-by: Addy Ke <addy.ke@rock-chips.com>
Change-Id: I3b0357a4a77aa00f578c32424b3bf11f5dd873e9
2022-03-28 15:03:21 +08:00
Xiao Yao
4f9102ad74 ARM: config: rv1106-evb: enable wifi config
Signed-off-by: Xiao Yao <xiaoyao@rock-chips.com>
Change-Id: I4413eea9684d02982f18b58572eba3c66abce608
2022-03-28 15:02:06 +08:00
Xiao Yao
e3b1ee1c14 ARM: dts: rockchip: rv1106g-evb1-v10: enable wifi
Signed-off-by: Xiao Yao <xiaoyao@rock-chips.com>
Change-Id: I68825658d3c48caa23e02eaa636ae2d2b6034fa2
2022-03-28 15:00:44 +08:00
Zhichao Yu
086c446c11 ARM: configs: select necessary sensors for rv1106-evb.config
The rv1106-evb.config is generated by the following command:

make ARCH=arm rv1106_defconfig
cp .config tmp.config
make ARCH=arm rv1106_defconfig rv1106-evb.config
make ARCH=arm menuconfig

./scripts/diffconfig -m tmp.config .config > arch/arm/configs/rv1106-evb.config

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: I707ac7ad593425184169b426c2956c225b2711b6
2022-03-28 10:58:33 +08:00
Zhichao Yu
4f97c20bdb ARM: configs: remove sensor configs from rv1106_defconfig
Configs of sensor should be move to specify board config.

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: I2bd41677c9d2661f3b16db3f2cad1f5fc8c36e5f
2022-03-28 10:53:04 +08:00
Tao Huang
c7427224d4 ARM: rv1106-evb.config: Update by diffconfig
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I680cea2ecd9c55e4389bca19b17fdcfc843f2e1d
2022-03-28 10:51:30 +08:00
Zhichao Yu
4f22f3ba06 ARM: configs: rv1106_defconfig select CONFIG_PHY_ROCKCHIP_CSI2_DPHY
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: I48bd5a5001b228b993946b6805b4256e31c36585
2022-03-28 10:49:09 +08:00
Jianqun Xu
425f0d2c86 ARM: dts: rockchip: rv1106: delete reserved-memory node
With a patch to unselect DMA_CMA, the 'reserved-memory' node will not
effect and shows a log at booting up:

[    0.000000] memblock_reserve: [0x07800000-0x07ffffff] fdt_init_reserved_mem+0x1d1/0x298
[    0.000000] OF: reserved mem: node linux,cma compatible matching fail
[    0.000000] memblock_free: [0x07800000-0x07ffffff] fdt_init_reserved_mem+0x203/0x298

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I783a3c9f1fc7d26d5f5db1f297f17caab5627a57
2022-03-28 10:45:56 +08:00
Jianqun Xu
67e0f49d56 ARM: configs: rv1106_defconfig not select DMA_CMA
Unselect the DMA_CMA to off the linux default cma area, also remove the
CMA_SIZE_BYTES since it depends on the DMA_CMA.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Ic5f1aa4f8143ab3ca49b356a6e018670a1912cbf
2022-03-28 10:39:56 +08:00
Tao Huang
6fcdd4e8ed media: common: videobuf2-cma-sg: depends on DMA_CMA || DMABUF_HEAPS_ROCKCHIP_CMA_HEAP
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I9f2545c1778a645ffb0d571cb14cc8cf7f08977d
2022-03-28 10:37:42 +08:00
Jianqun Xu
e10ee7cd2a dma-buf: rk_heaps: weakly define dma_contiguous_early_fixup
Define dma_contiguous_early_fixup weakly since the function may not be
defined by architecture.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Id29e0515d24a9801aade00f4d257c80eb4238f6f
2022-03-28 10:31:39 +08:00
Jianqun Xu
4e30a51375 dma-buf: rk_heaps: separate rk_dma_cma early setup from dma heap
The "rk_dma_heap_cma" is a early param to setup a cma crea. Separate it
from the dma heap driver makes driver reasonable more.

This patch only do codingstyle without any fix to driver.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I885082f44fc8aff2d07f403fca0cfe70b16abcbd
2022-03-28 10:31:07 +08:00
Huibin Hong
fe39a477c8 ARM: configs: rv1106: enable CONFIG_UNIX98_PTYS
Disable PTYS causes "adb shell" fail.

This is a partial revert of commit
e6567a9d42 ("ARM: configs: rv1106: disable PTY and 8250_CONSOLE").

Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
Change-Id: Ie969c44277b3ab7c6888f345064f4059d795dc75
2022-03-28 10:23:34 +08:00
Jianqun Xu
7b06a681ad ARM: configs: rv1106_defconfig select CMA_INACTIVE
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I1d1c7833b6ee598f58eead9a51c368d5a4561dfe
2022-03-26 20:44:59 +08:00
Jianqun Xu
87e8391b85 mm/cma: support cma inactive feature
When do active cma area, the reserved blocks from cma area will be
insert into system memory, and the pages will be allocated first even
then the system freelist is not empty.

After system borrows pages from cma, the cma will do isolate/migrate
them when the cma alloc happens, that spends much time and sometimes the
pages are pinned result a page busy failure.

This patch adds a CONFIG_CMA_INACTIVE to give a option, allows the cma
area not active and then system can not borrows pages from cma.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Iaaece4abda1ed0250e603e9255a59ebfa5c3a65f
2022-03-26 20:35:55 +08:00
Damon Ding
53be42237a ARM: dts: rockchip: rv1106: add bt1120-to-hdmi ext board support
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Id7593bc2cabd00a1cd1873addcab45bd11a7aeb6
2022-03-26 20:21:15 +08:00
Damon Ding
e3278ea51e ARM: dts: rockchip: rv1106: add pinctrl for bt1120/bt656/rgb565
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I78634fa25c922b6baf67e471de02f938a133d648
2022-03-26 20:14:01 +08:00
Shunhua Lan
cb7e0dc577 ASoC: rockchip: i2s-tdm: Don't do soft reset for slave mode
soft reset works on SCLK, which come from external device
when controller work as slave mode.

When SCLK disabled before reset done, the controller stalled
and can not recovery.

Instead, we do global reset for this issue.

Change-Id: If801aa03a01d42386f7cfa6145cd6d0af7a3b041
Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
2022-03-26 20:07:52 +08:00
Jianqun Xu
4f69f3914b dma-buf: rk_heaps: set name for dmabuf to debug
The rk_dma_heap_bufferfd_alloc has expand argument 'const char *name'
which is used for debug to oversee all dmabuf.

The dma_buf_set_name is provided and exported by dma-buf, also support
via ioctl of dma-buf. This patch set the name to dmabuf if support for
the CONFIG_DMABUF_RK_HEAPS_DEBUG.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I834a1f2009d5a1c6a6835ea78b3dd1aeec43e31f
2022-03-26 19:55:45 +08:00
Jianqun Xu
b70b46407b dma-buf: rk_heaps: cma heap enable 'cache_sgt_mapping'
Enable the 'cache_sgt_mapping' for rk_cma_heap_buf_ops, to cache the
first mapping made for each attachment. This avoids create mappings for
attachments multiple times.

By the way, cache the sgt can support debugfs to get the buffer
information from scatterlists.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Id822e3088af9eab5d88d0172c31191d2fc9d4151
2022-03-26 19:49:56 +08:00
Jianqun Xu
c63b9bb07c dma-buf: rk_heaps: move cma heap structs into cma-heap driver
The rk_cma_heap and rk_cma_heap_buffer are only used by rk cma heap
driver, move them into driver.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I98867254dff5d4092008aa70244bbf9e10c394ac
2022-03-26 19:10:15 +08:00
Jianqun Xu
752f86a47a dma-buf: rk_heaps: relocate head files for heap driver
There are three head files named "rk-dma-heap.h", one is the uapi, and
the other two both for drivers.

<drivers/dma-buf/rk_heaps/rk_dma_heap.h> is designed for rk-dma-heap.c
which is located the same directory, always include it by a relative
path - "rk-dma-heap.h".

<include/linux/rk_dma_heap.h> is designed for other kernel module to use
the apis from rk-dma-heap, it only declears the functions which may used
by other modules. And importantly, this file declear "struct rk_dma_heap".

Before this patch, the xx-heap.c under "rk_heaps" directory should keep
mind to include the <linux/rk_dma_heap.h> first to declear rk_dma_heap
struct, then to include the "rk_dma_heap.h" to define other things, such
as debug, structures and declear functions.

This patch makes the <drivers/dma-buf/rk_heaps/rk_dma_heap.h> to include
the <include/linux/rk_dma_heap.h>, after that, the heap drivers only
need to include "rk_dma_heap.h", and the other modules only need to keep
to include <linux/rk_dma_heap.h>.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I9e9aabb3247e02439249872c2483d716a4af07c8
2022-03-26 19:08:22 +08:00
Jianqun Xu
65706611a8 dma-buf: rk_heaps: rename to rk_cma_heap_attachment
Only rename rk_dma_heap_attachment to rk_cma_heap_attachment, this patch
do nothing fix to driver.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Ief67ed2a8c849398c41d82f9a1fdeac697d68b4a
2022-03-26 19:05:36 +08:00
Jianqun Xu
0dfdf7a853 media: common: videobuf2: fix cma sg alloc depends on CONFIG_CMA
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I1370bc264f2a673a14562f088cb2abdb13a01b30
2022-03-26 19:00:27 +08:00
William Wu
fd2afc4fcd arm64: dts: rockchip: move usb dwc3 reset to core node for rk3399
This patch moves the reset property of usb dwc3_0 and dwc3_1
to the dwc3 core node, then it can reset the dwc3 controller
in runtime PM and sleep PM, rather than only reset in sleep
PM. This can help to fix typec phy power on fail with the
following log when do hotplug test with Type-C dongle.

phy phy-ff7c0000.phy.9: phy poweron failed --> -110

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I27c90147591f83e8cacb8147ed49c1c6c9646a46
2022-03-26 18:53:09 +08:00
Cai YiWei
f4e9d0fcb4 ARM: dts: rockchip: rv1106: sram node to isp
Change-Id: I90326170e55688385343e22254e1825de4a22fb3
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2022-03-26 18:51:12 +08:00