From 3a647aceb5e0eab6185dd02d684fd1d05f2a1909 Mon Sep 17 00:00:00 2001 From: Mihaela Martinas Date: Thu, 10 Dec 2015 10:00:44 +0100 Subject: kernel: Add device tree for p2041rdb for USDPAA A new device tree for USDPAA support has been added for p2041rdb platform. This was necessary to allow the usage of an ethernet interface as a normal one, that interfaces with the Linux kernel network stack. In the beginning all the interfaces were allocated to USDPAA, so they were not visible to the Linux kernel. For the development process this would mean the impossibility to boot using a nfs or to connect via ssh. Signed-off-by: Mihaela Martinas Signed-off-by: Huimin She --- recipes-kernel/linux/linux-qoriq-common.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes-kernel/linux/linux-qoriq-common.inc') diff --git a/recipes-kernel/linux/linux-qoriq-common.inc b/recipes-kernel/linux/linux-qoriq-common.inc index d2fecca..f9eb6d0 100644 --- a/recipes-kernel/linux/linux-qoriq-common.inc +++ b/recipes-kernel/linux/linux-qoriq-common.inc @@ -8,6 +8,7 @@ SRC_URI += "file://b4860-hard_irq_disable-bug.patch \ " SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts" +SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts" ENEA_KERNEL_FRAGMENTS += "\ cfg/00013-localversion.cfg \ @@ -40,6 +41,7 @@ DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \ " KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb" +KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb" require recipes-kernel/linux/pramfs-3.12.inc @@ -61,3 +63,7 @@ do_unpack_append() { do_configure_prepend_t4240rdb-64b() { cp ${WORKDIR}/dts/t4240rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/ } + +do_configure_prepend_p2041rdb() { + cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/ +} -- cgit v1.2.3-54-g00ecf