[meta-xilinx] [PATCH] Enable more ZynqMP drivers for linux-xlnx
Andreas Galauner
andreas at galauner.de
Sun May 28 08:19:13 PDT 2017
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
More information about the meta-xilinx
mailing list