diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb index dc744d0cd1..db599a394b 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -132,8 +132,8 @@ chip soc/intel/pantherlake #| I2C5 | Touchpad | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[1] = { .speed = I2C_SPEED_FAST, diff --git a/src/mainboard/google/fatcat/variants/felino/overridetree.cb b/src/mainboard/google/fatcat/variants/felino/overridetree.cb index 0be19ae39c..b70a1da722 100644 --- a/src/mainboard/google/fatcat/variants/felino/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/felino/overridetree.cb @@ -102,8 +102,8 @@ chip soc/intel/pantherlake #| I2C4 | CLICK PAD | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .i2c[1] = { .early_init=1, .speed = I2C_SPEED_FAST, diff --git a/src/mainboard/google/fatcat/variants/francka/overridetree.cb b/src/mainboard/google/fatcat/variants/francka/overridetree.cb index 4b758ea293..3f26fb4878 100644 --- a/src/mainboard/google/fatcat/variants/francka/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/francka/overridetree.cb @@ -79,8 +79,8 @@ chip soc/intel/pantherlake #| I2C4 | Touchscreen, Touchpad | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[1] = { .early_init = 1, diff --git a/src/mainboard/google/fatcat/variants/kinmen/overridetree.cb b/src/mainboard/google/fatcat/variants/kinmen/overridetree.cb index bee842d0b4..1eb39299dd 100644 --- a/src/mainboard/google/fatcat/variants/kinmen/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/kinmen/overridetree.cb @@ -86,8 +86,8 @@ chip soc/intel/pantherlake #| I2C5 | Touchscreen | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[3] = { .early_init = 1, diff --git a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb index 0a84ba36e9..762af4de21 100644 --- a/src/mainboard/google/fatcat/variants/lapis/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/lapis/overridetree.cb @@ -112,6 +112,8 @@ chip soc/intel/pantherlake #+-------------------+---------------------------+ register "common_soc_config" = "{ .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .i2c[3] = { .early_init=1, .speed = I2C_SPEED_FAST, diff --git a/src/mainboard/google/fatcat/variants/moonstone/overridetree.cb b/src/mainboard/google/fatcat/variants/moonstone/overridetree.cb index 16847cc41f..7faed6236c 100644 --- a/src/mainboard/google/fatcat/variants/moonstone/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/moonstone/overridetree.cb @@ -111,8 +111,8 @@ chip soc/intel/pantherlake #| I2C5 | Touchscreen | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[3] = { .early_init = 1, diff --git a/src/mainboard/google/fatcat/variants/ruby/overridetree.cb b/src/mainboard/google/fatcat/variants/ruby/overridetree.cb index 90b39c4cd8..1c1399dc21 100644 --- a/src/mainboard/google/fatcat/variants/ruby/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/ruby/overridetree.cb @@ -125,8 +125,8 @@ chip soc/intel/pantherlake #| I2C5 | Touchscreen | #+-------------------+---------------------------+ register "common_soc_config" = "{ - /* Render OEM footer logo 100px above from the edge */ - .logo_bottom_margin = 100, + /* Render OEM footer logo 200px above from the edge */ + .logo_bottom_margin = 200, .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT, .i2c[0] = { .speed = I2C_SPEED_FAST,