summaryrefslogtreecommitdiff
path: root/configs/evb-rk3328_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* rockchip: dts: rk3328: add fixed regulator node for xhciMeng Dongyang2017-07-111-2/+18
| | | | | | | | | The driver changes gpio to fixed regulator to control vbus, so add fixed regulator node in DTS for xhci driver. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
* configs: Resync defconfigsTom Rini2017-06-191-9/+7
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: rk3328: config xhci controllerMeng Dongyang2017-06-071-0/+3
| | | | | | | | Add config of max root ports and add config to enable xhci controller. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* configs: rk3328: add support for usb and config ehci and ohci driverMeng Dongyang2017-06-071-0/+8
| | | | | | | | Add defconfig for usb and ehci and ohci controller, config maximal number of ports of the root hub for ohci driver. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* configs: Re-syncTom Rini2017-05-011-4/+0
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* pinctrl: Kconfig: sort pinctrl config options to prevent future clutterPhilipp Tomsich2017-04-271-1/+1
| | | | | | | | | | | | | | | This originally started out as "pinctrl: Kconfig: reorder to keep Rockchip options together" and tried to keep the Rockchip-related config options together. However, we now rewrite all chip-specific driver selections to start with CONFIG_PINCTRL_ (with the inadvertent changes to related Makefiles) and sort those alphabetically. And as this already means touching most of the file, we also reformat the help text to not exceed 80 characters (but make full use of those 80 characters). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Simon Glass <sjg@chromium.org>
* Kconfig: Migrate CONFIG_BAUDRATEPhilipp Tomsich2017-03-191-0/+1
| | | | | | | | Move this in to Kconfig with a default of 115200. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [trini: Run moveconfig.py, reword commit slightly] Signed-off-by: Tom Rini <trini@konsulko.com>
* rockchip: rk3328: add defconfig for evb-rk3328Kever Yang2017-03-161-0/+36
Enable board config for evb-rk3328. SDcard and eMMC boot is OK in this initial version, USB and EMAC function is not available now, will comes later. Signed-off-by: William Zhang <william.zhang@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>