diff options
Diffstat (limited to 'board/liebherr/display5/common.c')
-rw-r--r-- | board/liebherr/display5/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/liebherr/display5/common.c b/board/liebherr/display5/common.c index 7b89d169703..8390d9a0f31 100644 --- a/board/liebherr/display5/common.c +++ b/board/liebherr/display5/common.c @@ -68,7 +68,7 @@ iomux_v3_cfg_t const ecspi2_pads[] = { int board_spi_cs_gpio(unsigned int bus, unsigned int cs) { - if (bus != 1 || cs != (IMX_GPIO_NR(5, 29) << 8)) + if (bus != 1 || cs != 0) return -EINVAL; return IMX_GPIO_NR(5, 29); |