This change enables three more Xilinx ZynqMP driver in the linux-xlnx kernel:
    * Common Clock Infrastructure
    * NVMem firmware support
    * Reset controller

The Common Clock Infrastructure is needed for newer device trees which use it, 
otherwise the kernel doesn't boot
The NVMem firmware support and the Reset controller is needed by the PS-GTR 
driver
---
 .../xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg  | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git 
a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
 
b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
index 9e74744..70effe6 100644
--- 
a/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
+++ 
b/recipes-kernel/linux/config/xilinx-base/bsp/xilinx/soc/linux-xlnx/drivers/zynqmp.cfg
@@ -44,3 +44,14 @@ CONFIG_MACB_EXT_BD=y
 CONFIG_FPGA=y
 CONFIG_FPGA_MGR_ZYNQMP_FPGA=y
 
+# Common Clocking Infrastructure
+CONFIG_COMMON_CLK=y
+CONFIG_COMMON_CLK_ZYNQMP=y
+
+# SoC nvmem firmware support
+CONFIG_NVMEM=y
+CONFIG_NVMEM_ZYNQMP=y
+
+# Reset controller
+CONFIG_RESET_CONTROLLER=y
+CONFIG_ZYNQMP_RESET_CONTROLLER=y
-- 
2.13.0

-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to