0348958e8f
Add it now that the kernel has that support. [ci:skip-build]: Already built successfully in CI
29 lines
1,019 B
Text
29 lines
1,019 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="LG G Watch R"
|
|
deviceinfo_manufacturer="LG"
|
|
deviceinfo_codename="lg-lenok"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_dtb_mainline="qcom-apq8026-lg-lenok"
|
|
deviceinfo_append_dtb_mainline="true"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="watch"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="false"
|
|
deviceinfo_screen_width="320"
|
|
deviceinfo_screen_height="320"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
# limit to single-core until we have cpufreq to avoid fast overheating
|
|
deviceinfo_kernel_cmdline_mainline="maxcpus=1 msm.allow_vram_carveout=1 video=320x320,reflect_y"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_flash_offset_kernel="0x0000000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|