summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/dragonfruit.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/simc-t10xx/dragonfruit.c')
-rw-r--r--board/scalys/simc-t10xx/dragonfruit.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/board/scalys/simc-t10xx/dragonfruit.c b/board/scalys/simc-t10xx/dragonfruit.c
index 1656054..0ae849c 100644
--- a/board/scalys/simc-t10xx/dragonfruit.c
+++ b/board/scalys/simc-t10xx/dragonfruit.c
@@ -7,8 +7,6 @@
#include <common.h>
#include <asm-generic/gpio.h>
-#include <dm/platform_data/gpio_mpc8xxx.h>
-#include <asm/mpc8xxx_gpio.h>
#include "dragonfruit.h"
@@ -42,10 +40,10 @@
* SERDES H => Slot 4, lane 3
*/
-#define MUX_SER0_1_SEL MPC8XXX_GPIO_NR(2, 25)
-#define MUX_SER2_3_SEL MPC8XXX_GPIO_NR(2, 26)
-#define MUX_SER5_6_SEL MPC8XXX_GPIO_NR(2, 27)
-#define SERDES_CLK_OE MPC8XXX_GPIO_NR(2, 29)
+#define MUX_SER0_1_SEL MPC85XX_GPIO_NR(2, 25)
+#define MUX_SER2_3_SEL MPC85XX_GPIO_NR(2, 26)
+#define MUX_SER5_6_SEL MPC85XX_GPIO_NR(2, 27)
+#define SERDES_CLK_OE MPC85XX_GPIO_NR(2, 29)
int scalys_carrier_setup_muxing(int serdes_config)
{