This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1fe3d19883
android_kernel_xiaomi_sm8350
/
arch
/
sh
/
boards
/
mach-kfr2r09
/
Makefile
3 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
sh: Add kfr2r09 specific memory pre/post sleep code Add self-refresh handling code for the KFR2R09 board. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-10-29 06:52:15 -04:00
obj-y
:=
setup.o sdram.o
sh: kfr2r09 board support - LCDC panel This patch adds support for the WQVGA LCD display used by the KFR2R09 board. The LCD module is a TX07D34VM0AAA made by Hitachi, and this module is made up by a R61517 chip together with a 240x400 pixel display. The screen is attached to the SuperH Mobile LCDC using a 18-bit SYS bus. The register settings used by the SYS panel setup code are based on an out-of-tree driver which apart from duplicating all LCDC driver code and writing to non-existing hardware registers also never was posted for upstream merge. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-08-06 10:51:30 -04:00
obj-$(CONFIG_FB_SH_MOBILE_LCDC)
+=
lcd_wqvga.o
Reference in New Issue
Copy Permalink