[meta-xilinx] [PATCH 3/5] zcu102-zynqmp: Enable all the zcu102 kernel device trees

Nathan Rossi nathan at nathanrossi.com
Wed May 24 08:58:03 PDT 2017


Enable all of the available kernel device trees for the zcu102. This
includes the 'zcu102-zynqmp.dtb'.

The 'revB' device tree is kept as the first entry due to its use for
QEMU.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 conf/machine/zcu102-zynqmp.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index d52531a28e..fb5d4a2fbe 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -14,7 +14,7 @@ UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
 
 SERIAL_CONSOLE = "115200 ttyPS0"
 
-KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb"
+KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
-- 
2.11.0




More information about the meta-xilinx mailing list