diff options
author | Holger Brunck <holger.brunck@ch.abb.com> | 2019-11-26 19:09:00 +0100 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-12-23 14:06:47 +0530 |
commit | 4d4880086a413194a6fbeae0992f3ebf855ec878 (patch) | |
tree | a45a7318b3c904b1d4ec6e9874463f50845e8550 /include/configs/km | |
parent | c0912f9bbfb26dd03d189953678691b799d35b6e (diff) | |
download | u-boot-4d4880086a413194a6fbeae0992f3ebf855ec878.tar.gz u-boot-4d4880086a413194a6fbeae0992f3ebf855ec878.tar.xz u-boot-4d4880086a413194a6fbeae0992f3ebf855ec878.zip |
ppc/km/tegr1: support second localbus clock signal
On kmtegr1 we have to specify the second localbus clock signal also
instead of using the default for our ppc 8309 boards.
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
CC: Priyanka Jain <priyanka.jain@nxp.com>
CC: Valentin Longchamp <valentin.longchamp@ch.abb.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r-- | include/configs/km/km-mpc8309.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/km/km-mpc8309.h b/include/configs/km/km-mpc8309.h index 9aaea273e0..e710c04493 100644 --- a/include/configs/km/km-mpc8309.h +++ b/include/configs/km/km-mpc8309.h @@ -22,6 +22,7 @@ * System IO Config */ /* 0x14000180 SICR_1 */ +#ifndef CONFIG_SYS_SICRL #define CONFIG_SYS_SICRL (0 \ | SICR_1_UART1_UART1RTS \ | SICR_1_I2C_CKSTOP \ @@ -38,6 +39,7 @@ | SICR_1_FEC1_FEC1 \ | SICR_1_FEC2_FEC2 \ ) +#endif /* 0x00080400 SICR_2 */ #define CONFIG_SYS_SICRH (0 \ |