From: Hyun Kwon Date: Tue, 24 Nov 2015 01:12:57 +0000 (-0800) Subject: ARM64: zynqmp: zcu102: Enable DisplayPort X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35300f012ccad596fe8194e60a1c96386f5d7ca5;p=thirdparty%2Fu-boot.git ARM64: zynqmp: zcu102: Enable DisplayPort Enable DisplayPort related drivers. Signed-off-by: Hyun Kwon Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 4ea10912d20..bb92d85b83f 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -600,3 +600,35 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o status = "okay"; dr_mode = "host"; }; + +&xilinx_drm { + status = "okay"; +}; + +&xlnx_dp { + status = "okay"; +}; + +&xlnx_dp_sub { + status = "okay"; +}; + +&xlnx_dp_snd_pcm0 { + status = "okay"; +}; + +&xlnx_dp_snd_pcm1 { + status = "okay"; +}; + +&xlnx_dp_snd_card { + status = "okay"; +}; + +&xlnx_dp_snd_codec0 { + status = "okay"; +}; + +&xlnx_dpdma { + status = "okay"; +};