diff options
author | Florin Chiculita <florinlaurentiu.chiculita@nxp.com> | 2019-04-22 11:57:47 +0300 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-05-22 12:24:24 +0530 |
commit | 4dde343d7e9938e781feb3fbe360d6a7befa48f6 (patch) | |
tree | 7e10bcbcaef512d7e6778b6d3fc4d3cb8b7286d8 /include | |
parent | d2ebc3823656a66ce0174a0ed3cf217925112a2e (diff) | |
download | u-boot-4dde343d7e9938e781feb3fbe360d6a7befa48f6.zip u-boot-4dde343d7e9938e781feb3fbe360d6a7befa48f6.tar.gz u-boot-4dde343d7e9938e781feb3fbe360d6a7befa48f6.tar.bz2 |
board: fsl: lx2160ardb: invert AQR107 pins polarity
AQR107 PHYs interrupt pins are active-low, while the GIC expects a
level-high signal.
Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lx2160ardb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lx2160ardb.h b/include/configs/lx2160ardb.h index 972bb5e..c6bacb6 100644 --- a/include/configs/lx2160ardb.h +++ b/include/configs/lx2160ardb.h @@ -60,6 +60,7 @@ #define AQR107_PHY_ADDR1 0x04 #define AQR107_PHY_ADDR2 0x05 +#define AQR107_IRQ_MASK 0x0C #define CORTINA_NO_FW_UPLOAD #define CORTINA_PHY_ADDR1 0x0 |