1
0
Fork 0
Commit Graph

26 Commits (c7f44f49c6a0cfca58d3c84ee0ee0153ea99f08d)

Author SHA1 Message Date
Michal Koziel c7f44f49c6 zero-sugar_defconfig: disabled cyttsp5 touch driver, enabled pt (Parade touch driver) 2021-05-05 09:51:21 +02:00
Preben Thorød e4fc8bec66 zero-sugar config: Enable cyttsp5 device access module 2021-03-04 10:09:33 +01:00
Lars Ivar Miljeteig 75d058a5a9 zero-sugar config: Remove SDMA
Remove SDMA driver, as firmware lookup seems to slow
down entering suspend mode.
2021-02-08 13:29:39 +01:00
Lars Ivar Miljeteig b4cce203e0 zero-sugar config: Add thermal gov user space support 2020-10-08 20:41:28 +02:00
Lars Ivar Miljeteig 89c9055094 zero-sugar config: Enable sy7636a thermal driver 2020-10-08 20:41:27 +02:00
Lars Ivar Miljeteig d7cca55383 zero-sugar config: Kernel shutdown at high temperature
Let the kernel trigger an emergency power off when
a thermal driver reports critical temperature.

Set the timeout to 10 seconds, so that user space
can try to shutdown cleanly.
2020-10-08 20:41:27 +02:00
Lars Ivar Miljeteig 0601597e3c zero-sugar config: Remove more unused stuff 2020-10-08 20:41:27 +02:00
Lars Ivar Miljeteig c938cca235 zero-sugar config: Add Resleep lock 2020-10-08 20:41:24 +02:00
Lars Ivar Miljeteig 6ec71e28f8 zero-sugar config: Remove BRCM_TRACING
This tracing is not useful at the moment,
and clutters our logs.
2020-10-08 20:41:22 +02:00
Shawn Guo f3ac0f71b5 zero-sugar_defconfig: enable CYTTSP5 firmware upgrade via sysfs
It enables option TOUCHSCREEN_CYPRESS_CYTTSP5_MANUAL_TTCONFIG_UPGRADE
to support CYTTSP5 firmware upgrade via sysfs.  The command sequence
is like below.

 $ echo 1 >| /sys/bus/i2c/devices/2-0024/manual_upgrade
 $ echo 1 >|  /sys/class/firmware/cyttsp5_fw_manual_upgrade/loading
 $ cat xxx.bin >| /sys/class/firmware/cyttsp5_fw_manual_upgrade/data
 $ echo 0 >| /sys/class/firmware/cyttsp5_fw_manual_upgrade/loading

The last command will take quite a few seconds to finish.

Note: The SY7636A and MEMTEST options are moved around as a result
of savedefconfig.  They do not bring any effective changes.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2020-10-08 20:41:18 +02:00
Preben Thorød 8847267268 zero-sugar config: Enable memtest
Needed for production test application
2020-10-08 20:07:14 +02:00
Lars Ivar Miljeteig 4419273dad zero-sugar config: Add sy7636a driver 2020-10-08 20:07:13 +02:00
Steinar Bakkemo 2987bdd987 otgcontrol: load otgcontrol as builtin module/driver 2020-10-08 19:52:42 +02:00
Lars Ivar Miljeteig da07c03e61 zero-sugar config: Turn off evbug and brcm debug 2020-10-08 01:38:40 +02:00
Shawn Guo 1a0fcd0b46 zero-sugar config: build in max77818 drivers
The max77818 charger, batter and regulator drivers are working.  Let's
build them in by default.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2020-10-08 01:38:40 +02:00
Lars Ivar Miljeteig 9cd386c0a9 zero-sugar config: Remove unused HDMI driver 2020-10-08 01:38:39 +02:00
Lars Ivar Miljeteig 7f499cfd7e zero-sugar config: Remove unused graphics devices
Get ridd of /dev/fb1 and all its problems
This removes unused graphics drivers.
It also removes the overlay support
2020-10-08 01:38:39 +02:00
Lars Ivar Miljeteig bbc4326e71 zero-sugar config: Enable rfkill 2020-10-08 01:38:34 +02:00
Lars Ivar Miljeteig cbc198f3b0 zero-sugar config: Attempt at minimal config
Removed CAN, bluetooth, SATA
Removed some PMICs: MAX17135, PFUZE100, PF1550, MC13xxx
Removed video support (webcams etc)
Removed console output to framebuffer
Removed DRM framebuffer support
2020-10-08 01:38:33 +02:00
Shawn Guo 72699ab595 ARM: zero-sugar_defconfig: disable unused BD7181X device drivers
Right now, only BD7181X PMIC driver is used.  Charger, RTC and GPIO are
not used.  Let's disable them for now, and re-enable them with proper
testing when needed.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2020-10-08 01:38:33 +02:00
Steinar Bakkemo 41e3f9a651 zero-sugar config: add max77818 FG/charger drivers to defconfig 2020-10-08 01:38:30 +02:00
Steinar Bakkemo aa64c108f1 zero-sugar dts: disable CAAM support in kernel 2020-10-08 01:36:44 +02:00
Steinar Bakkemo 9b0d59aedb zero-sugar config: enable brcmfmac debug, timestamped kernel output and dynamic debugging 2020-10-08 01:30:23 +02:00
Lars Ivar Miljeteig f1b5c46492 Revert "zero-sugar config: Add WiFi as module"
This reverts commit 251306a6888e1bd948a2896e935f6ab21507d3cf.
2020-10-08 01:26:37 +02:00
Lars Ivar Miljeteig b5facb72cd zero-sugar config: Add WiFi as module 2020-10-08 01:26:36 +02:00
Lars Ivar Miljeteig 9141909236 Add zero-sugar_defconfig file
Default config for EP1 zero-sugar board.
2020-10-08 01:26:36 +02:00