Commit Graph

6 Commits

Author SHA1 Message Date
Maxime Ripard 473221da5a UPSTREAM: usb: gadget: Make g_dnl USB settings common
The g_dnl USB settings for the vendor ID, product ID and manufacturer are
actually common settings that can and should be shared by all the gadgets.

Make them common by renaming them, and convert all the users.

Conflicts:
	configs/cgtqmx6eval_defconfig
	configs/dms-ba16-1g_defconfig
	configs/evb-rk3036_defconfig
	configs/evb-rk3229_defconfig
	configs/evb-rv1108_defconfig
	configs/fennec-rk3288_defconfig
	configs/stih410-b2260_defconfig

Change-Id: Ib855d37af9f539ef794a2519c75c027e67bd091c
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)
2020-01-07 17:24:45 +08:00
Jason Zhu 7a7d3f1dc9 rk3288: add default CONFIG_FASTBOOT_BUF_ADDR & CONFIG_FASTBOOT_BUF_SIZE
The CONFIG_FASTBOOT_BUF_ADDR is 0x800800.
The CONFIG_FASTBOOT_BUF_SIZE is 0x4000000.

Change-Id: Ic70898f61daff16caebdfb94a7e40d45b3bd6359
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
2019-03-05 17:36:29 +08:00
Nickey Yang 279eedad25 config: rk3288: disable CONFIG_SILENT_CONSOLE
For more log.

Change-Id: Ic26085aad82d8106a4458048ea1663a8df6b5b65
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
2018-07-17 10:05:43 +08:00
Nickey Yang f84438048a config: rk3288: add adc-key support
Change-Id: I9f6f2723db5c84bebac1d84dfd43b10dd5a9c947
Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
2018-06-14 11:07:20 +08:00
David Wu 342662e935 defconfig: rockchip: Clean the unused pinctrl config
If we used the pinctrl-rockchip driver, these config is not needed,
so remove them.

Change-Id: I606b706dd7d45a947a9aeb32c0ca61d44cef0651
Signed-off-by: David Wu <david.wu@rock-chips.com>
2018-02-05 10:59:54 +08:00
Xing Zheng 2d1049f50b board: rockchip: add rk3288-evb-rk1608 board support
The rk3288-evb-rk1608 is a development/evaluation for RK3288
and RK1608. The RK3288 as Host AP, and the RK1608 as a
Dual-cores DSP coprocessor, it provides high-performance
professional computing capabilities to Host AP.

They communicate with each other through MIPI and SPI. There
is a good host environment on host RK3288, we can easily debug
RK1608.

Also, the rk3288-evb-rk1608 is different with rk3288-evb, so
we need to add a independent BSP configuration for rk3288-evb-rk1608.

Change-Id: I75ec0e14ee88acd9de7f809d7e88bca97a77a5c2
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
2017-12-08 11:00:43 +08:00