mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
linux-ti33x-psp 3.2: fix VGA cape partnumber
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
a04b218eb6
commit
de3125ad1e
@@ -24,7 +24,7 @@ index 36efca1..58a0e77 100644
|
||||
+ beaglebone_tsadcpins_free = 0;
|
||||
+ }
|
||||
+
|
||||
+ if (!strncmp("BB-BONE-VGA0-01", cape_config.partnumber, 15)) {
|
||||
+ if (!strncmp("BB-BONE-VGA-01", cape_config.partnumber, 15)) {
|
||||
+ pr_info("BeagleBone cape: initializing VGA cape\n");
|
||||
+ dvi_init(0,0);
|
||||
+ }
|
||||
|
||||
@@ -105,7 +105,7 @@ index 58a0e77..7a2b851 100644
|
||||
+ // gpio1_28 -> button
|
||||
}
|
||||
|
||||
if (!strncmp("BB-BONE-VGA0-01", cape_config.partnumber, 15)) {
|
||||
if (!strncmp("BB-BONE-VGA-01", cape_config.partnumber, 15)) {
|
||||
@@ -1898,11 +1971,17 @@ static void beaglebone_cape_setup(struct memory_accessor *mem_acc, void *context
|
||||
|
||||
if (!strncmp("BB-BONE-BATT-01", cape_config.partnumber, 15)) {
|
||||
|
||||
@@ -107,7 +107,7 @@ index ed2ff18..badee96 100644
|
||||
+ beaglebone_lcd3_keys_init(0,0);
|
||||
}
|
||||
|
||||
if (!strncmp("BB-BONE-VGA0-01", cape_config.partnumber, 15)) {
|
||||
if (!strncmp("BB-BONE-VGA-01", cape_config.partnumber, 15)) {
|
||||
--
|
||||
1.7.2.5
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
|
||||
|
||||
BRANCH = "v3.2-staging"
|
||||
SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91"
|
||||
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
|
||||
MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ti33x)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user