This fixes the last remaining debug print shown when booting with 'quiet' Signed-off-by: Koen Kooi <[email protected]> --- .../0044-omap-hwmod-silence-st_shift-error.patch | 33 ++++++++++++++++++++ recipes-kernel/linux/linux-ti33x-psp_3.2.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0044-omap-hwmod-silence-st_shift-error.patch
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0044-omap-hwmod-silence-st_shift-error.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0044-omap-hwmod-silence-st_shift-error.patch new file mode 100644 index 0000000..7991f0a --- /dev/null +++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0044-omap-hwmod-silence-st_shift-error.patch @@ -0,0 +1,33 @@ +From 4119ec2ea20b7ae4095049e9f192c751559fbb87 Mon Sep 17 00:00:00 2001 +From: Koen Kooi <[email protected]> +Date: Wed, 16 May 2012 17:57:31 +0200 +Subject: [PATCH] omap hwmod: silence st_shift error + +During boot the following error is shown: + + [ 0.545227] omap_hwmod: wkup_m3: wkup_m3: hwmod data error: OMAP4 does not support st_shift + +Since this PSP tree will never run on omap4 remove the print so people will stop getting scared by it. + +Signed-off-by: Koen Kooi <[email protected]> +--- + arch/arm/mach-omap2/omap_hwmod.c | 3 --- + 1 files changed, 0 insertions(+), 3 deletions(-) + +diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c +index bc14f9f..a050699 100644 +--- a/arch/arm/mach-omap2/omap_hwmod.c ++++ b/arch/arm/mach-omap2/omap_hwmod.c +@@ -1343,9 +1343,6 @@ static int _deassert_hardreset(struct omap_hwmod *oh, const char *name) + * Note: cpu_is_omap34xx is true for am33xx device as well. + */ + if (cpu_is_omap44xx() || cpu_is_am33xx()) { +- if (ohri.st_shift) +- pr_err("omap_hwmod: %s: %s: hwmod data error: OMAP4 does not support st_shift\n", +- oh->name, name); + ret = omap4_prminst_deassert_hardreset(ohri.rst_shift, + oh->clkdm->pwrdm.ptr->prcm_partition, + oh->clkdm->pwrdm.ptr->prcm_offs, +-- +1.7.7.6 + diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb index 97c1cd0..0fe3d4f 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb @@ -968,6 +968,7 @@ PATCHES_OVER_PSP = " \ file://beaglebone/0039-ARM-OMAP-Mux-Fixed-debugfs-mux-output-always-reporti.patch \ file://beaglebone/0040-beaglebone-export-SPI2-as-spidev-when-no-capes-are-u.patch \ file://beaglebone/0043-st7735fb-Working-WIP-changes-to-make-DMA-safe-and-ad.patch \ + file://beaglebone/0044-omap-hwmod-silence-st_shift-error.patch \ file://beaglebone/0001-arm-boot-compressed-default-asm-arch-to-armv7-a.patch \ file://beaglebone/0045-cpws-phy_device-demote-PHY-message-to-INFO.patch \ " -- 1.7.10 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
