diff options
author | Sam Nelson <sam.nelson@ti.com> | 2016-05-23 20:18:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-26 21:59:42 -0400 |
commit | d47f0737b794c99eeb4cc07085957a950f28ff83 (patch) | |
tree | d007a47e1a72568ba1cd1332c0a5ae89d8f4d8b0 | |
parent | 27700dc2014c6ec88e46b76fed9f84963c625d0d (diff) | |
download | meta-ti-d47f0737b794c99eeb4cc07085957a950f28ff83.tar.gz |
linux-ti-staging: Update pru uio dtb entries
added additional entries to allow access to ecap and uart regions
Update Kernel PR to force rebuild
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-kernel/linux/files/dra7xx/am572x-pru-uio.dtsi | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.4.bb | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/recipes-kernel/linux/files/dra7xx/am572x-pru-uio.dtsi b/recipes-kernel/linux/files/dra7xx/am572x-pru-uio.dtsi index 577603a5..fe21b2f7 100644 --- a/recipes-kernel/linux/files/dra7xx/am572x-pru-uio.dtsi +++ b/recipes-kernel/linux/files/dra7xx/am572x-pru-uio.dtsi | |||
@@ -11,10 +11,12 @@ | |||
11 | <0x4b210000 0x8000>, | 11 | <0x4b210000 0x8000>, |
12 | <0x4b220000 0x2000>, | 12 | <0x4b220000 0x2000>, |
13 | <0x4b226000 0x2000>, | 13 | <0x4b226000 0x2000>, |
14 | <0x4b228000 0x38>, | ||
14 | <0x4b22e000 0x31c>, | 15 | <0x4b22e000 0x31c>, |
16 | <0x4b230000 0x60>, | ||
15 | <0x4b232000 0x58>; | 17 | <0x4b232000 0x58>; |
16 | mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg", | 18 | mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg", |
17 | "iep", "mii_rt"; | 19 | "ecap", "iep", "uart", "mii_rt"; |
18 | status = "okay"; | 20 | status = "okay"; |
19 | }; | 21 | }; |
20 | uio_pruss1_evt0: uio_pruss1_evt0 { | 22 | uio_pruss1_evt0: uio_pruss1_evt0 { |
@@ -90,10 +92,12 @@ | |||
90 | <0x4b290000 0x8000>, | 92 | <0x4b290000 0x8000>, |
91 | <0x4b2a0000 0x2000>, | 93 | <0x4b2a0000 0x2000>, |
92 | <0x4b2a6000 0x2000>, | 94 | <0x4b2a6000 0x2000>, |
95 | <0x4b2a8000 0x38>, | ||
93 | <0x4b2ae000 0x31c>, | 96 | <0x4b2ae000 0x31c>, |
97 | <0x4b2b0000 0x60>, | ||
94 | <0x4b2b2000 0x58>; | 98 | <0x4b2b2000 0x58>; |
95 | mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg", | 99 | mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg", |
96 | "iep", "mii_rt"; | 100 | "ecap", "iep", "uart", "mii_rt"; |
97 | status = "okay"; | 101 | status = "okay"; |
98 | }; | 102 | }; |
99 | uio_pruss2_evt0: uio_pruss2_evt0 { | 103 | uio_pruss2_evt0: uio_pruss2_evt0 { |
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index a7121273..cba9c89f 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb | |||
@@ -75,7 +75,7 @@ SRCREV = "1d85a66844655b0cbd99c00870d77956494c59ab" | |||
75 | PV = "4.4.11+git${SRCPV}" | 75 | PV = "4.4.11+git${SRCPV}" |
76 | 76 | ||
77 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 77 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
78 | MACHINE_KERNEL_PR_append = "a" | 78 | MACHINE_KERNEL_PR_append = "b" |
79 | PR = "${MACHINE_KERNEL_PR}" | 79 | PR = "${MACHINE_KERNEL_PR}" |
80 | 80 | ||
81 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 81 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |