From: Michal Simek Date: Mon, 26 Oct 2015 12:48:36 +0000 (+0100) Subject: ARM64: zynqmp: Add the second uart to ZCU102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c516136594cc34eed71e2076eb1fee750e836f48;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add the second uart to ZCU102 Add second uart to ZCU102. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 6994debbe45..06ab652ecf4 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -23,6 +23,7 @@ i2c1 = &i2c1; rtc0 = &rtc; serial0 = &uart0; + serial1 = &uart1; spi0 = &qspi; usb0 = &usb0; }; @@ -495,6 +496,10 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o status = "okay"; }; +&uart1 { + status = "okay"; +}; + /* ULPI SMSC USB3320 */ &usb0 { status = "okay";