Commit Graph

1073422 Commits

Author SHA1 Message Date
Chandler Chen
c87ed86861 arm64: rockchip_defconfig: enable CONFIG_ROCKCHIP_MPP_VDPP
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I4750f32b02a93fe201bafd18945030e1a2408a4c
2023-01-11 17:07:10 +08:00
Chandler Chen
fd1a600e6e video: rockchip: mpp: iep2: fix rk3528 iep2 issue
1.ensure hardware is being off status when task done
2.add soft reset process for iep
3.enable hw timeout
4.disable md_pre when md_lambda == 8

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I700fffddc9a7a2c37b9790d938a243978fa3abdc
2023-01-11 17:06:46 +08:00
Ding Wei
767709ab16 video: rockchip: mpp: iep2: Add work mode setting
check work mode when irq

Change-Id: I46c772e5c8608d8c7aa7e3bec0331da1af4832d3
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
2023-01-11 17:06:38 +08:00
Sandy Huang
0aa485861b drm/rockchip: vop3: update rk3528 dclk_div2 define according new trm
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I23799149469b890397032a3a81874738b380dcdd
2023-01-11 16:34:05 +08:00
Chandler Chen
599f27be79 ARM: dts: rockchip: rk3036: mpp vcodecs combo config
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: If899a109ef1a927499de98019e6719bcf8ead8ff
2023-01-11 15:54:49 +08:00
Chandler Chen
bd67858262 video: rockchip: mpp: workaround for rk3036 hevc & vdpu combo
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I42844249859f3a3dad8013f6ca7dc0f4e9a4e743
2023-01-11 15:54:42 +08:00
Jianqun Xu
76af1962e1 arm64: dts: rockchip: use rk3588s-pinconf.dtsi for rk3588s/rk3588
The rk3588s/rk3588 SoCs have 4 level for io drive-strength
2'b00: 2.5mA 100ohm
2'b01:   5mA  50ohm
2'b10: 7.5mA  33ohm
2'b11:  10mA  25ohm

Use rk3588s-pinconf.dtsi to only define specified drive strength levels.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Ibed41ab49cc0c0f955448dd1d0b75e57ce4cac63
2023-01-11 15:15:24 +08:00
XiaoDong Huang
67d6ff1f86 soc: rockchip: rk_fiq_debugger: fix error option when cpu offline
"cpu_online_mask" hasn't been cleared yet in CPUHP_AP_ONLINE_DYN stage.
So we use cpumask_any_but instead of cpumask_first.

Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I0a29d18869f50ac584fc545d27045f631045d568
2023-01-11 14:19:30 +08:00
Chandler Chen
63526c3817 video: rockchip: mpp: link mode support for vdpu382
add rkvdec link info for vdpu382 version

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I7ec36faf021de723257595f0df99cce4722442a0
2023-01-11 11:40:36 +08:00
Chandler Chen
de826e7c62 video: rockchip: mpp: rkvenc2: add hw_info for vepu540c
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: If8190891742e1d45f4c43fdbb1ea745c6949cc5a
2023-01-11 11:40:09 +08:00
Chandler Chen
3f2a30db66 video: rockchip: mpp: Add scaledown idx and change rkvdec reg num
1.add scaledown idx to trans_tbl
    2.change rkvdec reg num

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I5f2911ce8285cda6159478bf9b02f8fa13361343
2023-01-11 10:55:53 +08:00
Chandler Chen
e585303f5e arm64: dts: rockchip: rk3528: compatible modify for rkvenc & rkvdec
Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I4556d5bb659b9e4facabdba5608afe7b4a83ab27
2023-01-11 10:39:13 +08:00
Sandy Huang
1c7ef3aff9 drm/rockchip: dsi: add tv state support
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Ib60a3b591d66154f2654a2be5cb046e9a17d66e5
2023-01-11 10:06:21 +08:00
Frank Wang
765b15bf79 usb: typec: tcpm: amend pd negotiated revision
Try to get the maximum PD revision which Type-C controller can
support from DT, and use this value to init the PD negotiated
revision instead of hard coded values 0x0300 (PD3.0).

This can fix at least the following two Type-C controllers issues:

1. FUSB302 failed to response PD Message "Get Source Cap Ext" if
   used the default negotiated revision PD_MAX_REV (PD_REV30)
   with MacBook (test on macOS 12.2.1).

2. ET7301B failed to detect the voltage status of the measured
   CC pin for vRd-3.0 if used the default negotiated revision
   PD_MAX_REV (PD_REV30) with some Type-C DP monitors.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I2c9bcc06ff2b3d678a6eab5013cec7f45cbda3dd
2023-01-11 09:49:04 +08:00
Frank Wang
072eecdf6b dt-bindings: connector: usb: add pd-revision property
This property is used to tell the maximum USB Power Delivery
revision which Type C controller can support.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: Ibc0b35096ae270cd6d0e67cbdb2e5b85604f43b3
2023-01-11 09:49:04 +08:00
Tao Huang
9b9f560ac9 arm64: rockchip_linux_defconfig: Disable unsupported ARM64 features
-CONFIG_ARM64_PTR_AUTH
-CONFIG_ARM64_AMU_EXTN
-CONFIG_ARM64_TLB_RANGE
-CONFIG_ARM64_BTI
-CONFIG_ARM64_E0PD
-CONFIG_ARCH_RANDOM
-CONFIG_ARM64_MTE
-CONFIG_ARM64_SVE

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Iffe91d9bb9fa7154021980bdd2040189eb4380f0
2023-01-10 17:00:37 +08:00
Tao Huang
633e5b4abf arm64: rockchip_linux_defconfig: Disable erratum do not affects rk3588
-CONFIG_ARM64_ERRATUM_1418040
-CONFIG_ARM64_ERRATUM_1165522
-CONFIG_ARM64_ERRATUM_1286807
-CONFIG_ARM64_ERRATUM_1463225
-CONFIG_ARM64_ERRATUM_1542419
-CONFIG_ARM64_ERRATUM_1508412
-CONFIG_ARM64_ERRATUM_2054223
-CONFIG_ARM64_ERRATUM_2067961
-CONFIG_CAVIUM_ERRATUM_27456
-CONFIG_CAVIUM_ERRATUM_30115
-CONFIG_CAVIUM_TX2_ERRATUM_219
-CONFIG_FUJITSU_ERRATUM_010001
-CONFIG_HISILICON_ERRATUM_161600802
-CONFIG_QCOM_FALKOR_ERRATUM_1003
-CONFIG_QCOM_FALKOR_ERRATUM_1009
-CONFIG_QCOM_QDF2400_ERRATUM_0065
-CONFIG_QCOM_FALKOR_ERRATUM_E1041
-CONFIG_SOCIONEXT_SYNQUACER_PREITS

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I830c730289e7ff405c34e5a9c3e80ba38a71193e
2023-01-10 16:57:18 +08:00
Tao Huang
89082b519e arm64: rockchip_defconfig: Disable unsupported ARM64 features
The Cortex-A76 core supports:
The Armv8.2-A extension.
The RAS extension.
The Load acquire (LDAPR) instructions introduced in the Armv8.3-A extension
The Dot Product support instructions introduced in the Armv8.4-A extension.
The PSTATE Speculative Store Bypass Safe (SSBS) bit and the speculation barriers (CSDB, SSBB,
PSSBB) instructions introduced in the Armv8.5-A extension.

Disable follow ARMv8.3/4/5 features:
-CONFIG_ARM64_PTR_AUTH
-CONFIG_ARM64_AMU_EXTN
-CONFIG_ARM64_TLB_RANGE
-CONFIG_ARM64_BTI
-CONFIG_ARM64_E0PD
-CONFIG_ARCH_RANDOM
-CONFIG_ARM64_MTE
-CONFIG_ARM64_SVE

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I34b8af33b9ed64add2a5e17f6bfa4d3c7601c07f
2023-01-10 16:51:28 +08:00
Tao Huang
0e1976c067 arm64: rockchip_defconfig: Disable erratum do not affects rk3588
RK3588 Cortex-A76 version is r4p0.
1188873 Fixed in r3p0.
1165522 Fixed in r3p0.
1286807 Fixed in r3p1.
1463225 Fixed in r4p0.
2054223 Cortex-A710
2067961 Neoverse-N2

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I02b3f71d6b276c6bd1bdce35d8da0838748b954a
2023-01-10 16:47:27 +08:00
David Wu
0ef7394930 arm64: configs: rockchip: Enable RK630PHY config
Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: I7a1270bd40f5026d064543b52c08e7586a25e28d
2023-01-10 16:47:27 +08:00
David Wu
77f8a69780 net: phy: rk630phy: Fix the compile error
drivers/net/phy/rk630phy.c:97:37: error: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types]
                efuse_buf = nvmem_cell_read(cell, &len);
                                                  ^~~~
./include/linux/nvmem-consumer.h:62:56: note: passing argument to parameter 'len' here
void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len);

Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: Iee69c589b532b067b57290bcb3e39f3402ea83e7
2023-01-10 16:47:27 +08:00
Jason Zhu
cac328dcac arm64: configs: rockchip: enable SND_SOC_RK3528
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I95a7d906069968898ba0146301d467fef5c12cc6
2023-01-10 15:07:54 +08:00
Jason Zhu
0c0c7f4d85 ASoC: codecs: support rk3528 acodec
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ie789864edde7aec69b5906868a76f6ba60a53d7a
2023-01-10 15:07:16 +08:00
Zhen Chen
b77f682d3c MALI: bifrost: fix a compilation error when DEBUG_FS and MALI_CSF_SUPPORT are disabled
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
Change-Id: I8f4228ccc6a8ef5d9bb9f3cb43a10fd091bbc5c5
2023-01-10 11:12:17 +08:00
Caesar Wang
daf6b63482 drm/rockchip: inno_hdmi: support the aclk_vio clock for rk3036
The aclk_vio is the vio noc, the HDMI accessed the register
need this clock enabled first. If not, VOP iommu errors will
also occur.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: Ib3073b73020e46c7d31b09225dd2bd39a289a4cc
2023-01-10 10:49:55 +08:00
Damon Ding
588df8ccd6 dt-bindings: display: inno_hdmi: add aclk assignment in hdmi node
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I8be6bcac5de9d3a1ae03e35c09ef4c925f5a1ef4
2023-01-10 10:49:55 +08:00
Jon Lin
d8c3ffb8d6 mtd: spi-nor: xtx: Support xt25f256b
Change-Id: Id6b61e57c2ca81388a7312b07481afd1a9c52945
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2023-01-10 10:38:52 +08:00
Zefa Chen
38da82854c media: rockchip: vicap add mutex lock for get dev stream cnt
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I33aba35e029a02b4b8dfb5016f44943358565b8f
2023-01-09 19:48:50 +08:00
Shaohan Yao
1e244fb37e thermal: rockchip: Support the rk3528 SoC in thermal driver
There are one Temperature Sensor on rk3528, channel 0 is for chip.

Signed-off-by: Shaohan Yao <shaohan.yao@rock-chips.com>
Change-Id: Ib5bbb81615fe9fab80f26cdd2098cfb56746ca15
2023-01-09 19:33:47 +08:00
Zefa Chen
bd548c0a79 media: rockchip: vicap: add mutex lock for v4l2 pipeline get/put
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ia989121b9320a33f94bb51b7692ac56dbbae3d36
2023-01-09 19:24:16 +08:00
Zefa Chen
66eaffb030 media: rockchip: vicap disable capture and dma enable bit in fs intr
when app stop stream

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I9187b2f3ffa061bc30fb76f9dbfda5cacabfb920
2023-01-09 19:23:58 +08:00
Zefa Chen
860506945e media: rockchip: vicap write stop dma and capture enable register earlier
to make sure it take effect in next frame start

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I4e57ccba704abb9c9a6700f27d5786cb694215dc
2023-01-09 19:23:31 +08:00
Jon Lin
17e8848752 PCI: rockchip: dw: Add mask for the irq handler DMA interrupt status
When the DMA interrupt masked, the conresbonding DMA interrupt stastus
should be ignored in the interrupt handler.

Change-Id: I76a2b8bef08e024f76792c765150c3e5a0ff804e
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2023-01-09 15:25:23 +08:00
Cai YiWei
2e8cb1629d media: rockchip: isp: fix output stream sync for readback mode
Change-Id: I189c64139a2ebf44f3e0c5f091fd4bc776e2047c
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
2023-01-09 14:59:13 +08:00
Chi Wu
973a5a0522 UPSTREAM: mm/page-writeback: Fix performance when BDI's share of ratio is 0.
Fix performance when BDI's share of ratio is 0.

The issue is similar to commit 74d3694433 ("writeback: Fix
performance regression in wb_over_bg_thresh()").

Balance_dirty_pages and the writeback worker will also disagree on
whether writeback when a BDI uses BDI_CAP_STRICTLIMIT and BDI's share
of the thresh ratio is zero.

For example, A thread on cpu0 writes 32 pages and then
balance_dirty_pages, it will wake up background writeback and pauses
because wb_dirty > wb->wb_thresh = 0 (share of thresh ratio is zero).
A thread may runs on cpu0 again because scheduler prefers pre_cpu.
Then writeback worker may runs on other cpus(1,2..) which causes the
value of wb_stat(wb, WB_RECLAIMABLE) in wb_over_bg_thresh is 0 and does
not writeback and returns.

Thus, balance_dirty_pages keeps looping, sleeping and then waking up the
worker who will do nothing. It remains stuck in this state until the
writeback worker hit the right dirty cpu or the dirty pages expire.

The fix that we should get the wb_stat_sum radically when thresh is low.

Link: https://lkml.kernel.org/r/20210428225046.16301-1-wuchi.zero@gmail.com
Change-Id: I920e60cd938049641eda70885b069e36200fe153
Signed-off-by: Chi Wu <wuchi.zero@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: Tejun Heo <tj@kernel.org>
Cc: Miklos Szeredi <mszeredi@redhat.com>
Cc: Sedat Dilek <sedat.dilek@gmail.com>
Cc: Jens Axboe <axboe@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
(cherry picked from commit ab19939a6a)
2023-01-08 15:01:36 +08:00
Xing Zheng
a0ae2bdfc0 Revert "ASoC: codecs: rv1106_codec: use interface set_sysclk to set clk"
This reverts commit 59f45fdccd.

The reason for revert this patch is that mclk_acodec_tx usually keeps
div1 and follows the same value as mclk_i2s0_8ch_tx.

If the DUT is just powered on, the current acodec clk is usually an
uninitialized value (such as 12MHz). At this time, an audio with a
sampling rate of 16kHz needs to be played, and mclk needs 4.096MHz.
The codec set_sysclk() is configured before cpu i2s_sysclk(), set a
div 3 based on target freq 4.096MHz, and then set cpu i2s_sysclk() to
correct the frequency division ratio of parent clock according to
target freq 4.096MHz, and getting the wrong results:

- mclk_i2s0_8ch_tx = 4096000kHz
- mclk_acodec_tx = 1365334kHz

Before:
    pll_gpll                          1        1        0  1188000000          0     0  50000
       gpll                          11       11        0  1188000000          0     0  50000
          clk_i2s0_8ch_tx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_tx_frac     1        1        0     4096000          0     0  50000
                clk_i2s0_8ch_tx       1        1        0     4096000          0     0  50000
                   mclk_i2s0_8ch_tx   2        2        0     4096000          0     0  50000
                      mclk_sai        0        0        0     4096000          0     0  50000
                      mclk_dsm        0        0        0     4096000          0     0  50000
                      mclk_acodec_tx  1        1        0     1365334          0     0  50000

Fixed:
    pll_gpll                          1        1        0  1188000000          0     0  50000
       gpll                          11       11        0  1188000000          0     0  50000
          clk_i2s0_8ch_tx_src         1        1        0   594000000          0     0  50000
             clk_i2s0_8ch_tx_frac     1        1        0     4096000          0     0  50000
                clk_i2s0_8ch_tx       1        1        0     4096000          0     0  50000
                   mclk_i2s0_8ch_tx   2        2        0     4096000          0     0  50000
                      mclk_sai        0        0        0     4096000          0     0  50000
                      mclk_dsm        0        0        0     4096000          0     0  50000
                      mclk_acodec_tx  1        1        0     4096000          0     0  50000

Therefore, we only need to set_sysclk() once on the rockchip i2s driver.

Change-Id: I8e3d32ec1061166faa8188e6288934867880ab48
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2023-01-06 16:01:51 +08:00
Xing Zheng
683a2c4e02 Revert "ARM: dts: rockchip: rv1106: delete unused clk info of acodec"
This reverts commit 7fdefc3445.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Change-Id: I5c14327b0de0408af5e16a30891189982dc2bc31
2023-01-06 16:01:51 +08:00
Tao Huang
57aa44569b arm64: dts: rockchip: rk3308: remove g-use-dma from rockchip usb nodes
According to upstream commit e9b6044dce ("arm64: dts: remove g-use-dma
from rockchip usb nodes").

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Iffe9e52c68507b7bea2ab86306519910a2db9d16
2023-01-06 15:12:38 +08:00
Sandy Huang
2fbb7c26ec drm/rockchip: vop2: memset tv state when disable crtc
before this commit, the bcsh config is incorrect at the following case:
vp1 -> hdmi plug in -> 1080p -> config bcsh(vp1 bcsh r2y/r2y enable)
  -> vp1 -> hdmi plug out
    -> vp0 -> hdmi plug in -> 8k(vp0 bcsh r2y/yr2 disable, vp1 bcsh r2y/r2y enable)

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: Icd794a3a8b5f896bd65bd243d977106117bdaac4
2023-01-06 11:18:39 +08:00
Shawn Lin
5d7a1b0128 BACKPORT: FROMLIST: PCI: dwc: Round up num_ctrls if num_vectors is less than MAX_MSI_IRQS_PER_CTRL
Some SoCs may only support 1 RC with a few MSIs support that the total number of
MSIs is less than MAX_MSI_IRQS_PER_CTRL. In this case, num_ctrls will be zero which
fails setting up MSI support. Fix it by rounding up num_ctrls to at least one.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://lore.kernel.org/all/1669014996-177686-1-git-send-email-shawn.lin@rock-chips.com/
Change-Id: I88b69dd4eeed4464a8e48ca8bbe519aea1cafe6e
2023-01-06 11:08:54 +08:00
Jon Lin
afb85c759c PCI: rockchip: dw: Support rockchip,rk3528-pcie
RK3528 can only support up to 8 MSI vectors, add a limitation
for that.

Change-Id: I62297711053253b8548cf61d69fbd9bcf690114d
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2023-01-06 11:08:54 +08:00
Shawn Lin
c06ee9ef38 PCIe: dw: rockchip: Init and free msi whenever needed
Change-Id: Ic7bc74c1a05b06c45f83bdb7056a8c4b206dd4dd
[Shawn: squash commit fa7b48efe743 ("PCIe: dw: rockchip: Do not free msi in PM ops")]
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2023-01-06 11:08:54 +08:00
Jon Lin
d2f0b3cb58 dt-bindings: spi: spi-rockchip: Add description for csm property
Change-Id: Ic429540db16a4085149c9399c3daf11e31993b7a
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2023-01-06 10:44:11 +08:00
Jon Lin
c51783b5f7 spi: rockchip: Support csm
ss_n be high for half or one sclk_out cycle after every frame data
is transferred

Change-Id: I08aa4e0b76dd2bf5695608740b0cb0989f75eaed
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
2023-01-06 10:44:11 +08:00
Liang Chen
76d8b3172b ARM: dts: rockchip: rk312x: adjust leakage-voltage-sel for cpu opp-table
Signed-off-by: Liang Chen <cl@rock-chips.com>
Change-Id: Iaabc2665f4ac6e3746458fe8996b2f246772e33d
2023-01-06 10:42:15 +08:00
Zefa Chen
459894ecca media: rockchip: vicap fixes error of output format to yuv packet with rk3588 and newer chips
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Iced177b298443c13b1c4fb735a0bc4ac84bc1633
2023-01-06 10:41:07 +08:00
Jianwei Fan
63102a47e5 media: i2c: lt6911uxe: add more timing support
Change-Id: I118f3160502f302c449d13a3a9b477897e9eb5c3
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
2023-01-06 10:07:40 +08:00
Simon Xue
d12661c5b6 iio: adc: rockchip_saradc: add rk3528
Change-Id: Ib3a50efcd1c1cc3253e0316a42a2948d57a6ac07
Signed-off-by: Simon Xue <xxm@rock-chips.com>
2023-01-06 09:03:22 +08:00
Tao Huang
56f68094fd arm64: rockchip_defconfig: update by savedefconfig
-# CONFIG_AUDITSYSCALL is not set
-# CONFIG_ROCKCHIP_ONE_INITRD is not set
-CONFIG_RTL8723CS=m
-CONFIG_RTL8821CS=m
-CONFIG_RTL8822BS=m
-CONFIG_LTE=y
-CONFIG_LTE_RM310=y
-CONFIG_RK3368_THERMAL=y
-CONFIG_REGULATOR_DIO5632=y
-CONFIG_VIDEO_GC0312=y
-CONFIG_VIDEO_OV5648=y
-CONFIG_VIDEO_VM149C=y
-CONFIG_SND_SOC_ROCKCHIP_RT5651=y
-CONFIG_SDIO_KEEPALIVE=y
-CONFIG_POWERVR_ROGUE_N=y
-CONFIG_RK3368_MBOX=y
-CONFIG_RK3368_SCPI_PROTOCOL=y
-CONFIG_SDCARD_FS=y

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I9ad2e626d1d7125830fca09791158ad6cd8910fc
2023-01-05 19:17:18 +08:00
Tao Huang
7d30c5c61a Revert "Revert "ANDROID: sdcardfs: remove sdcardfs from system""
This reverts commit b4befcdd6a.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Id3864ea0f33f558ee618b85cc734eb1980b3ac9a
2023-01-05 18:38:26 +08:00