From 1d259e4d6862872b7a9c1d240eaa4b4cec95aadf Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 28 May 2019 20:56:42 -0500 Subject: ARM: legoev3: convert to driver model This converts LEGO MINDSTORMS EV3 to the driver model. MMC, SERIAL, SPI and SPI_FLASH are converted. The device tree contains only the minimal nodes required by U-Boot since the size of U-Boot is limited to 256K on this device. Signed-off-by: David Lechner --- include/configs/legoev3.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 36ca3b201ed..c97e6a0ebb2 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -42,11 +42,8 @@ * Serial Driver info */ #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SYS_NS16550_REG_SIZE -4 /* NS16550 register size */ -#define CONFIG_SYS_NS16550_COM1 DAVINCI_UART1_BASE /* Base address of UART1 */ #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) -#define CONFIG_SYS_SPI_BASE DAVINCI_SPI0_BASE #define CONFIG_SYS_SPI_CLK clk_get(DAVINCI_SPI0_CLKID) /* -- cgit v1.2.3