summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-10 15:26:57 -0800
committerDalon Westergreen <dwesterg@gmail.com>2016-03-10 15:26:57 -0800
commit882a03bcd1458d0d199c12bbf45ef230b2bdc668 (patch)
treebf1591963bc3cb80228ae1087e15c4f327992788
parent9a380b942aa9d1047ac01be35ca088c6c6603516 (diff)
downloadmeta-altera-882a03bcd1458d0d199c12bbf45ef230b2bdc668.tar.gz
Update devicetree list for cyclone5 to include de0 board
-> Add de0 board device tree to default list -> disable de0 dts for 4.0/4.1/4.2 kernels
-rw-r--r--recipes-kernel/linux/linux-altera.inc2
-rw-r--r--recipes-kernel/linux/linux-altera_4.0.bb3
-rw-r--r--recipes-kernel/linux/linux-altera_4.1.bb5
-rw-r--r--recipes-kernel/linux/linux-altera_4.2.bb2
4 files changed, 10 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-altera.inc b/recipes-kernel/linux/linux-altera.inc
index 80ed9c5..a2ece92 100644
--- a/recipes-kernel/linux/linux-altera.inc
+++ b/recipes-kernel/linux/linux-altera.inc
@@ -25,7 +25,7 @@ KBRANCH ?= "${LINUX_VERSION_PREFIX}${LINUX_VERSION}${LINUX_VERSION_SUFFIX}"
25SRC_URI = "${KERNEL_REPO};protocol=${KERNEL_PROT};branch=${KBRANCH}" 25SRC_URI = "${KERNEL_REPO};protocol=${KERNEL_PROT};branch=${KBRANCH}"
26 26
27# Default kernel devicetrees 27# Default kernel devicetrees
28KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb" 28KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5_socdk.dtb socfpga_cyclone5_sockit.dtb socfpga_cyclone5_socrates.dtb socfpga_cyclone5_de0_sockit.dtb"
29KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" 29KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb"
30KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb" 30KERNEL_DEVICETREE_arria10 ?= "socfpga_arria10_socdk_sdmmc.dtb socfpga_arria10_socdk_qspi.dtb socfpga_arria10_swvp.dtb"
31 31
diff --git a/recipes-kernel/linux/linux-altera_4.0.bb b/recipes-kernel/linux/linux-altera_4.0.bb
index 6679959..cc9178d 100644
--- a/recipes-kernel/linux/linux-altera_4.0.bb
+++ b/recipes-kernel/linux/linux-altera_4.0.bb
@@ -2,4 +2,7 @@ LINUX_VERSION = "4.0"
2 2
3SRCREV = "5d36469775e2b77a33e778d1b606edfc5ed13bd4" 3SRCREV = "5d36469775e2b77a33e778d1b606edfc5ed13bd4"
4 4
5# There is no de0 devicetree in this kernel version
6KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
7
5include linux-altera.inc 8include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera_4.1.bb b/recipes-kernel/linux/linux-altera_4.1.bb
index 5c557f7..1dbff8c 100644
--- a/recipes-kernel/linux/linux-altera_4.1.bb
+++ b/recipes-kernel/linux/linux-altera_4.1.bb
@@ -1,5 +1,8 @@
1LINUX_VERSION = "4.1" 1LINUX_VERSION = "4.1"
2 2
3SRCREV = "186070d46805086fe9b46d95ac6d0e257203e5a4" 3SRCREV = "6de99ee01c82b4b1d407f1393fe7d5413b5855cf"
4
5# There is no de0 devicetree in this kernel version
6KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
4 7
5include linux-altera.inc 8include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera_4.2.bb b/recipes-kernel/linux/linux-altera_4.2.bb
index 0152c30..881a23e 100644
--- a/recipes-kernel/linux/linux-altera_4.2.bb
+++ b/recipes-kernel/linux/linux-altera_4.2.bb
@@ -2,4 +2,6 @@ LINUX_VERSION = "4.2"
2 2
3SRCREV = "be211eb308a6383da2042863ac070bc6e7d0add2" 3SRCREV = "be211eb308a6383da2042863ac070bc6e7d0add2"
4 4
5KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
6
5include linux-altera.inc 7include linux-altera.inc