diff options
author | Nicolò Veronese <nicveronese@gmail.com> | 2019-12-23 20:44:43 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-17 16:04:54 +0000 |
commit | 8407d4f12e6d32771af4ff5aaee752682a0c8f43 (patch) | |
tree | eae174c22c34d26a8aacbe7461dec83dc21c62fb /src/mainboard/google/slippy | |
parent | 2f2c7ebfb4059220179cd16e2c7d0f422fbe5841 (diff) |
mb/google/slippy: Fix IRQ of the ambient light sensor
Change based on google/auron that is similar to peppy.
This will be helpful for the next follow-up commit that will
add ACPI for the ambient light sensor.
Change-Id: Ib2a8356d261d211d5ed5c0b035c94ec56b9c25b3
Signed-off-by: Nicolò Veronese <nicveronese@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37992
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy')
-rw-r--r-- | src/mainboard/google/slippy/onboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/onboard.h b/src/mainboard/google/slippy/onboard.h index 9e1dc8bf69..7c40e23183 100644 --- a/src/mainboard/google/slippy/onboard.h +++ b/src/mainboard/google/slippy/onboard.h @@ -17,7 +17,7 @@ #define ONBOARD_H #define BOARD_LIGHTSENSOR_NAME "lightsensor" -#define BOARD_LIGHTSENSOR_IRQ 51 /* PIRQT */ +#define BOARD_LIGHTSENSOR_IRQ 35 /* PIRQT */ #define BOARD_LIGHTSENSOR_I2C_BUS 2 /* I2C1 */ #define BOARD_LIGHTSENSOR_I2C_ADDR 0x44 |