From d098dfccc1ecc40b6ea78ca9de913e0a80660807 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 23 May 2016 20:18:18 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/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 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 @@ <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 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" 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"