Commit Graph

608915 Commits

Author SHA1 Message Date
Wyon Bi
95f103b0f1 drm/rockchip: dsi: support external bridge
Change-Id: Ie1abd3fb50c5202607b080d0197bed1f93094931
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
2018-05-10 18:24:26 +08:00
Zorro Liu
076ac2c0e8 arm: dts: rockchip: modify vcca_codec vccio_sd vcc_sd voltage in suspend of rk3288-evb-android-rk808-edp board
Change-Id: Ie26229080c6b9a787962d1dcbf0d060bd8a33555
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
2018-05-10 18:23:30 +08:00
Lukasz Luba
f3cbd5a1bb UPSTREAM: devfreq_cooling: make the structs devfreq_cooling_xxx visible for all
Currently the protection #ifdef CONFIG_DEVFREQ_THERMAL cuts the needed
structures devfreq_cooling_ops and devfreq_cooling_device.
The functions which are supposed to provide the empty implementation complain
about unknown structures.
Similar solution is present in include/linux/devfreq.h.

Change-Id: I4ed7161734944799443fd43c56394e62eb3c499f
Reviewed-by: Ørjan Eide <orjan.eide@arm.com>
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
(cherry picked from commit 1cea4e7776)
2018-05-10 15:56:41 +08:00
Xing Zheng
5e52d77889 ASoC: rockchip: multicodecs: fix the missing return 0 at hw_param
Here the -ENOTSUPP is not an error if there is no set_sysclk
implement in codec_dai and cpu_dai, we need to return 0 that
it's correct.

Change-Id: I969e3eacba39ac8d6c94ddcc27c60cc110d66156
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-10 14:03:48 +08:00
Bin Yang
a43e4e60c8 arm64: dts: rockchip: gpu vd always on for rk3399 mid board
Add the 'regulator-always-on' property for vdd_gpu on rk3399-tve1030g/
rk3399-tve1205g/rk3399-mid-818-android

Change-Id: I22938c7041bc56b53983447a00e83144411b4cca
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
2018-05-10 10:45:15 +08:00
Xing Zheng
4ea2cc2a65 ASoC: rk3308_codec: clear ADC/DAC digital registers before configuration
We need to clear previous residual configuration for
ADC/DAC digital registers before enable them, otherwise,
the acodec maybe abnormal.

Change-Id: I2eeb6ccf1508cf10d214d97c29273d70d16f3417
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-10 10:39:54 +08:00
Andy Yan
97802925c1 power: wakeup_reason: show total wfi time in suspend get via smcc
Show a accumulation of wfi time of every suspend sate
since system bootup:

$ cat /sys/kernel/wakeup_reasons/total_suspend_wfi_time

Change-Id: I2856faabe2e883a7120931ed49bc0c4f0776600d
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
2018-05-09 20:24:39 +08:00
Finley Xiao
a1c6b16f07 clk: rockchip: rk3308: Set max parent rate for fractional divider
Change-Id: I90af3fad0689b65d25c328c001163882a5198ac3
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-09 18:30:46 +08:00
Huibin Hong
a1a5dd3f0e serial: 8250: modify warning log about dma request fail
Change-Id: Ib26ef05bb04542ff8d4527a8e7a79cae4dcaa31d
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2018-05-09 18:29:03 +08:00
Joseph Chen
1024a16839 firmware: rockchip: add sip_smc_get_suspend_info()
Change-Id: I976984c571ee7938d74129e99560c4c1505a7299
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
2018-05-09 18:27:42 +08:00
Sandy Huang
2903fe52c7 drm/rockchip: fix mistake for disable_vblank
Change-Id: Ib3b4bef2122a472289be347dc64f91ce32d65fb6
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
2018-05-09 17:23:21 +08:00
Huibin Hong
b67987fa85 serial: 8250: set fifo rx trigger 1/2 of fifo
To reduce the uart interrupts, which may cause:

serial8250: too much work for irq xx

Change-Id: I89e0d990677e4cffae431e60521b3e16e8381f05
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2018-05-09 16:39:55 +08:00
Tony Xie
9c1bdbf2af arm64: dts: rockchip: Set pmic-reset-func to 1 for px30 and rk3326
config reset registers only for rk817 and rk809.

Change-Id: I761fdc891b24812de43251538b1c2af8b7c92d68
Signed-off-by: Tony Xie <tony.xie@rock-chips.com>
2018-05-09 16:39:50 +08:00
Elaine Zhang
8bc905863a clk: rockchip: rk3288: add the condition of the call register_syscore_ops
The pwm clk parent is GPLL,PWM clk not allowed to change freq,
so the GPLL not allowed change mode and freq  when pwm is used.
If have trust is need't rk3288_clk_suspend and rk3288_clk_resume.

Change-Id: I4845fda89d7ae7713e8c0e94747c3f4dfd140c6a
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2018-05-09 14:09:55 +08:00
Wyon Bi
d046d136f2 drm/panel: simple-panel: get bpc from DT when available
Change-Id: I04eb7af19f30383132c3bc465a8b6589f7e99592
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
2018-05-09 11:12:23 +08:00
Putin Lee
7c1beeafdf video/rockchip: rga2: Fixup warning "-Wmissing-prototypes"
Change-Id: I504d8615a8dae1f3b348c11ee1c0018d9c4d4e41
Signed-off-by: Putin Lee <putin.li@rock-chips.com>
2018-05-09 11:06:54 +08:00
Elaine Zhang
11094e35c3 regulator: rk808: fix up the set voltage overshoot of Buck1/2
modify the rk808 max steps for increase voltage of Buck1/2,
equal 25mv.

Change-Id: Ic6c016e99ce67f5773d5f5df0b65fa1de10f557a
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2018-05-09 10:01:40 +08:00
XiaoDong Huang
193ebe85ae arm64: dts: rockchip: rk3308: add CPU_SLEEP
Change-Id: I99c4209bdac9fbc9af33fa883b796852d0c41e40
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2018-05-09 09:29:19 +08:00
Xing Zheng
fefcebe591 ASoC: rk3308_codec: put more delay in enable DAC steps
There is still the issue that loud and small on some
EVBs. For mass production consistency, we need to
increase and put more delay in enable DAC steps.

The suggest from vendor, we need to use 50 us instead
of 20 us for the key step 2 and step 4, insert 20 us
in other every steps.

Therefore, the total delay in enable DAC is about:
50 * 2 + 20 * 16 = 420us
It looks okay.

Change-Id: Ibc02930271a8a21bc279ee4323e66852f2d58086
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-09 09:28:00 +08:00
Finley Xiao
40a9912f2f arm64: dts: rockchip: px30: Assign sclk_gpu to 200MHz
Change-Id: If6c6ef0a739e681564e7702f327f563c0745c89a
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-09 09:25:52 +08:00
Finley Xiao
716dd4d54e video: rockchip: Ensure that set voltage when update devfreq for the first time
Sometimes the regulator is shared between several devices, if target rate
and target voltage are equal to initial rate and iniital voltage , the
min_uV and max_uV of regulator will be always equal to zero, other devices
may set a low voltage.

Change-Id: I561971844296ffcada823d741710aba808167e3f
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-09 09:25:24 +08:00
Finley Xiao
5d88f40f5a MALI: rockchip: Ensure that set voltage when update devfreq for the first time
Sometimes the regulator is shared between several devices, if target rate
and target voltage are equal to initial rate and iniital voltage , the
min_uV and max_uV of regulator will be always equal to zero, other devices
may set a low voltage.

Change-Id: Ibf82f335ce0739776286e3733be5415f84bf035b
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-09 09:25:07 +08:00
Finley Xiao
211ccb244c PM / devfreq: rockchip_dmc: Fix low voltage when probe
If initial rate is greater than opp rate and initial voltage isn't qeual
to opp volatge, the opp voltage may too low for initial rate, so it's
inappropriate to update voltage when initial voltage isn't qeual to
opp volatge.

In order to solve this problem and consider that the regulator is shared
between several devices on some platforms, make the following two changes.

If the driver doesn't support to change frequency, the opp table should
contain an opp whose rate is geater than or equal to initial rate, so that
the voltage is enough for initial rate and the min_uV and max_uV of
regulator aren't equal to zero after update voltage.

If the driver supports to change frequency, let devfreq framework update
rate and voltage.

Change-Id: I4004f55f2cfd3b87f734844a0cdf8e9619d785d2
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-09 09:25:00 +08:00
Bin Yang
d574809aed arm64: dts: rockchip: modify pmu_io_domains for rk3399-tve1030g
pmu_io_domains voltage is 1.8V for rk3399-tve1030g board

Change-Id: Iffba406ca1e88f346fc9e436b7b4ea4878b19e92
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
2018-05-09 09:22:50 +08:00
Nickey Yang
a095d204d9 arm: rockchip_linux_defconfig: enable ov13850
Enable ov13850 sensor on rk3288-evb-rk808-linux

Change-Id: Ie1ca04280eefbc26f99b4ec71ee2b1a77159e594
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
2018-05-08 17:29:10 +08:00
Andy Yan
8e5c859386 scripts: add mkmultidtb.py to package multiple dtbs to resource.img
People sometimes want to package multiple dtbs to resource.img for
a baseboard which may has several hardware variants. And on the
hardware design side, may use adc value or gpio level to indicate
the hardware id, so we encode the hardware id information at the
suffix of the dtb file name.

For example:

DTBS['PX30-EVB'] = OrderedDict([('px30-evb-ddr3-v10', '#_saradc_ch0=1024'),
                                ('px30-evb-ddr3-lvds-v10', '#_saradc_ch0=512')])

DTBS['RK3308-EVB'] = OrderedDict([('rk3308-evb-dmic-i2s-v10', '#_saradc_ch3=288'),
                                  ('rk3308-evb-dmic-pdm-v10', '#_saradc_ch3=1024'),
                                  ('rk3308-evb-amic-v10', '#_saradc_ch3=407')])

DTBS['RK3308-SWEEPER'] = OrderedDict([('rk3308-sweeper-v10', '#gpio0a2=0'),
				      ('rk3308-sweeper-v11', '#gpio0a2=1')])

When you run the script like:
$ scripts/mkmultidtb.py RK3308-EVB

The script will package all the dtbs you list in DTBS['PX30-EVB']
to resource.img with a new name that suffix with hardware id
information:

rk3308-evb-dmic-pdm-v10#_saradc_ch3=1024.dtb
rk3308-evb-dmic-i2s-v10#_saradc_ch3=288.dtb
rk3308-evb-amic-v10#_saradc_ch3=407.dtb

And the script will also make another copy of the fist dtb
file which you list in the OrderedDict named as rk-kernel.dtb

Check the content of resource.img by command: hd resource.img | less

00000000  52 53 43 45 00 00 00 00  01 01 01 00 06 00 00 00  |RSCE............|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|

00000200  45 4e 54 52 72 6b 2d 6b  65 72 6e 65 6c 2e 64 74  |ENTRrk-kernel.dt|
00000210  62 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |b...............|
00000220  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000300  00 00 00 00 07 00 00 00  d4 a3 00 00 00 00 00 00  |................|
00000310  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000400  45 4e 54 52 72 6b 33 33  30 38 2d 65 76 62 2d 64  |ENTRrk3308-evb-d|
00000410  6d 69 63 2d 70 64 6d 2d  76 31 30 23 5f 73 61 72  |mic-pdm-v10#_sar|
00000420  61 64 63 5f 63 68 33 3d  31 30 32 34 2e 64 74 62  |adc_ch3=1024.dtb|
00000430  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000500  00 00 00 00 59 00 00 00  d4 a3 00 00 00 00 00 00  |....Y...........|
00000510  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000600  45 4e 54 52 72 6b 33 33  30 38 2d 65 76 62 2d 64  |ENTRrk3308-evb-d|
00000610  6d 69 63 2d 69 32 73 2d  76 31 30 23 5f 73 61 72  |mic-i2s-v10#_sar|
00000620  61 64 63 5f 63 68 33 3d  32 38 38 2e 64 74 62 00  |adc_ch3=288.dtb.|
00000630  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000700  00 00 00 00 ab 00 00 00  e0 a3 00 00 00 00 00 00  |................|
00000710  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000800  45 4e 54 52 72 6b 33 33  30 38 2d 65 76 62 2d 61  |ENTRrk3308-evb-a|
00000810  6d 69 63 2d 76 31 30 23  5f 73 61 72 61 64 63 5f  |mic-v10#_saradc_|
00000820  63 68 33 3d 34 30 37 2e  64 74 62 00 00 00 00 00  |ch3=407.dtb.....|

Note: the scripts is run on python2.6

Change-Id: I89d96d629511024c32267be46c1c72748bf04e49
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
2018-05-08 17:28:51 +08:00
Tao Huang
5a754e153e PM / devfreq: rockchip_dmc: move some functions
Move rockchip_dmcfreq_vop_bandwidth_request and
rockchip_dmcfreq_vop_bandwidth_update from rockchip_drm_fb.h
to rockchip_dmc.h.

Change-Id: I5b023e44b46a6c613af71452a940d31feb9b2d97
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-08 17:21:46 +08:00
Tao Huang
ab0d877240 PM / devfreq: rockchip_dmc: include pm_domains.h
remove rockchip_pm_register_notify_to_dmc from rockchip_dmc.h

Change-Id: I9e78eaec2a88cfc06ac3d24f01870cd39c9d05ad
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-08 17:18:43 +08:00
Tao Huang
153262b3f2 regulator: rk808: make rk8xx_is_enabled_wmsk_regmap static
The function rk8xx_is_enabled_wmsk_regmap is local to the source
and does not need to be in global scope, so make it static.

drivers/regulator/rk808-regulator.c:714:5: warning: no previous prototype for 'rk8xx_is_enabled_wmsk_regmap' [-Wmissing-prototypes]

Change-Id: Iad140bc1acba548caee1a333a9ed1f846ec06b27
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-08 16:54:00 +08:00
Wu Liangqing
8c3abba8b5 arm64: dts: rockchip: px30: set vccio regulator min microvolt to 1.8v
Change-Id: If3dd897b1fa62a8e5bed30fadc7c755fdbd90103
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
2018-05-08 15:55:57 +08:00
Finley Xiao
61c7457667 PM / devfreq: rockchip_dmc: Restore cpu frequency only when it has been changed
Change-Id: Ie845185b62f2b2e38766dab96d396d5dcbe4231f
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-08 15:52:23 +08:00
Finley Xiao
dc1acdf19f PM / OPP: Update voltage even if target rate is equal to initial rate
The regulator is shared between several devices on some platforms,
if cpu target rate is equal to initial rate, the min_uV and max_uV
of cpu regulator will be always equal to zero, other devices may
set a low voltage which can't meet cpu initial rate.

Change-Id: I97e4815a2422417cd9bd605c93138f5ffda9cc86
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2018-05-08 15:52:11 +08:00
Bin Yang
016724119e arm64: dts: rockchip: add tve1030g board for rk3399
Change-Id: I630fd2bb4b0883aa45b5da6cd6c657a22ae8a23c
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
2018-05-08 14:35:38 +08:00
Bin Yang
e621563877 arm64: rockchip_defconfig: enable gsensor kxtj9
For rk3399-tve1030g board

Change-Id: Idb5ec31a8a316172df44ae3a9045f609b2718ef3
Signed-off-by: Bin Yang <yangbin@rock-chips.com>
2018-05-08 14:35:32 +08:00
Xing Zheng
7a1126e377 ASoC: rk3308_codec: fix the invalid DAC after configure ADC immediately
We need to separate the DAC and ADC configuaration independently.

Change-Id: If8a6673e1489fd34235510d51c8ab34fc91fac01
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-08 14:33:32 +08:00
Xinhuang Li
ff8c4ae712 driver: video: rockchip: fix compile warning
fix the main warning:
drivers/video/rockchip/vpu/mpp_dev_h265e.c:501:5: warning: no
previous prototype for ‘rockchip_mpp_h265e_get_stream_header’
[-Wmissing-prototypes]

Change-Id: If6b0a23bb94d1827134270af107f0f8ac1ac30ac
Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
2018-05-08 14:24:13 +08:00
Yifeng Zhao
5eb415730f drivers: rk_nand: fix no previous prototype warning
Fix the following warning(s):
drivers/rk_nand/rk_nand_base.c:105:15: warning: no previous prototype for ‘rknad_dma_map_single’ [-Wmissing-prototypes]
drivers/rk_nand/rk_nand_base.c:117:6: warning: no previous prototype for ‘rknan_dma_unmap_single’ [-Wmissing-prototypes]
drivers/rk_nand/rk_nand_base.c:128:5: warning: no previous prototype for ‘rknan_flash_cs_init’ [-Wmissing-prototypes]
drivers/rk_nand/rk_nand_base.c:142:5: warning: no previous prototype for ‘rknand_get_boot_media’ [-Wmissing-prototypes
......

Change-Id: Iacd769790f97bb89f44fee7f4d24d315d0179399
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
2018-05-08 14:21:51 +08:00
Yifeng Zhao
0cc779eb7e soc: rockchip: vendor storage: include rk_vendor_storage.h
Fix the following warning(s):
drivers/soc/rockchip/rk_vendor_storage.c:15:5: warning: no previous prototype for ‘rk_vendor_read’ [-Wmissing-prototypes]
drivers/soc/rockchip/rk_vendor_storage.c:23:5: warning: no previous prototype for ‘rk_vendor_write’ [-Wmissing-prototypes]
drivers/soc/rockchip/rk_vendor_storage.c:31:5: warning: no previous prototype for ‘rk_vendor_register’ [-Wmissing-prototypes]
drivers/soc/rockchip/rk_vendor_storage.c:42:6: warning: no previous prototype for ‘is_rk_vendor_ready’ [-Wmissing-prototype

Change-Id: Ia264c96adac27ff1e639532b7bdfde464f54e637
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
2018-05-08 14:20:56 +08:00
Zhang Yunlong
8b2f70a7d4 soc: rockchip: rk_camera: reduce the code risk
below code would cause endless loop when regulator is set 'always-on':

while (regulator_is_enabled(ldo_18) > 0)
    regulator_disable(ldo_18);

Change-Id: Ia3b6f72969ada774a1cf6a46a20ec9b3efb841a0
Signed-off-by: Zhang Yunlong <dalon.zhang@rock-chips.com>
2018-05-08 14:18:34 +08:00
Zhang Yunlong
3842b4d628 media: soc_camera: power/power-off should be pair called in soc_camera_probe
Change-Id: I67c9fd6578be02a405897e75b6d18bcb9d33f150
Signed-off-by: Zhang Yunlong <dalon.zhang@rock-chips.com>
2018-05-08 14:18:34 +08:00
Xinhuang Li
c948904967 video: rockchip: iep: fix compile warning
fix the warning:
drivers/video/rockchip/iep/hw_iep_reg.c:1284:6: warning: no
previous prototype for ‘iep_config_misc’ [-Wmissing-prototypes]

Change-Id: I56d0b775cdb62e4566d81b288fe373299b9bbc4c
Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
2018-05-08 14:16:53 +08:00
Tao Huang
62192d322e rk: rm include/linux/rockchip/pmu.h
Change-Id: I4825dd50a5a69555da4cb6f0762f192c8df57885
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-08 12:11:45 +08:00
Tao Huang
a3a5aa0cf6 soc: rockchip: power-domain: add pm_domains.h
Change-Id: I889a7da10605e70af635e8b7fac26bf26fe6506f
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-08 12:11:45 +08:00
Tao Huang
8f26c30ca3 soc: rockchip: system-status: include rockchip-system-status.h
Fix the following warning(s):
drivers/soc/rockchip/rockchip-system-status.c:24:5: warning: no previous prototype for rockchip_register_system_status_notifier [-Wmissing-prototypes]
drivers/soc/rockchip/rockchip-system-status.c:31:5: warning: no previous prototype for rockchip_unregister_system_status_notifier [-Wmissing-prototypes]
drivers/soc/rockchip/rockchip-system-status.c:46:6: warning: no previous prototype for rockchip_set_system_status [-Wmissing-prototypes]
drivers/soc/rockchip/rockchip-system-status.c:70:6: warning: no previous prototype for rockchip_clear_system_status [-Wmissing-prototypes]
drivers/soc/rockchip/rockchip-system-status.c:98:15: warning: no previous prototype for rockchip_get_system_status [-Wmissing-prototypes]

Change-Id: Ic3fb19a4a23f8f6c6833a7ebc573617c372d51bd
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2018-05-07 21:02:51 +08:00
Sandy Huang
e5a28d253f drm/rockchip: fix compile warning
warning: no previous prototype for xxx [-Wmissing-prototypes]

Change-Id: I81eeedab887e4a21133510bce81269fb0b337ab1
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
2018-05-07 19:33:17 +08:00
Xing Zheng
316be12901 ASoC: rk3308_codec: fix the missing device_unregister
We need unreigster device when we remove platform or
probe failed.

Change-Id: Ic43a9fcc540b404cee119c17c543d509b121e126
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-07 18:56:15 +08:00
Xing Zheng
40c3dcb7aa ASoC: rockchip: add rockchip,mclk-fs description for multicodecs
Change-Id: Icdd9098a90b694f0a1edab94d80ceeee1946f7b2
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-07 18:55:54 +08:00
Xing Zheng
846c569668 arm64: dts: rockchip: rk3308-evb-amic-v10: add rockchip,mclk-fs is 256
Change-Id: Ib0f65c705e5fb4de7c9a94312c298bb8b33e5435
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-07 18:55:14 +08:00
Xing Zheng
beafee85e0 ASoC: rockchip: multicodecs: fix the excessive mclk_fs
Usually, the MCLK should be 256 times that of LRCLK,
the excessive mclk (@FS 16KHz and mclk 12.288MHz) may
cause frequency aliasing.

Change-Id: I2665c44dfcdfb51cc4708427782eb68b897c52c4
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2018-05-07 18:54:49 +08:00
Chris Zhong
121bd73bed drm: rockchip: cdn-dp: fixup the warning message of compiler
Change-Id: Ib7b984f6bae7519f1c8c3203cf5a4638e5ce2389
Signed-off-by: Chris Zhong <zyw@rock-chips.com>
2018-05-07 16:39:22 +08:00