[meta-ti] Sam Nelson : linux-ti-staging: Update pru uio dtb entries

Arago Project git git at arago-project.org
Thu May 26 19:00:31 PDT 2016


Module: meta-ti
Branch: master
Commit: d47f0737b794c99eeb4cc07085957a950f28ff83
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=d47f0737b794c99eeb4cc07085957a950f28ff83

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Mon May 23 20:18:18 2016 +0000

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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../linux/files/dra7xx/am572x-pru-uio.dtsi         |    8 ++++++--
 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 577603a..fe21b2f 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 @@
 			      <0x4b210000 0x8000>,
 			      <0x4b220000 0x2000>,
 			      <0x4b226000 0x2000>,
+			      <0x4b228000 0x38>,
 			      <0x4b22e000 0x31c>,
+			      <0x4b230000 0x60>,
 			      <0x4b232000 0x58>;
 			mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg",
-				    "iep", "mii_rt";
+				    "ecap", "iep", "uart", "mii_rt";
 			status = "okay";
 		};
 		uio_pruss1_evt0: uio_pruss1_evt0 {
@@ -90,10 +92,12 @@
 			      <0x4b290000 0x8000>,
 			      <0x4b2a0000 0x2000>,
 			      <0x4b2a6000 0x2000>,
+			      <0x4b2a8000 0x38>,
 			      <0x4b2ae000 0x31c>,
+			      <0x4b2b0000 0x60>,
 			      <0x4b2b2000 0x58>;
 			mem-names = "dram0", "dram1", "shrdram2", "intc", "cfg",
-				    "iep", "mii_rt";
+				    "ecap", "iep", "uart", "mii_rt";
 			status = "okay";
 		};
 		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 a712127..cba9c89 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"
 PV = "4.4.11+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 PR = "${MACHINE_KERNEL_PR}"
 
 KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"



More information about the meta-ti mailing list