aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_54xx_data.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
index 8cdfd9b7ab4f..a2d763a4cc57 100644
--- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
@@ -1748,6 +1748,7 @@ static struct omap_hwmod omap54xx_uart1_hwmod = {
1748 .name = "uart1", 1748 .name = "uart1",
1749 .class = &omap54xx_uart_hwmod_class, 1749 .class = &omap54xx_uart_hwmod_class,
1750 .clkdm_name = "l4per_clkdm", 1750 .clkdm_name = "l4per_clkdm",
1751 .flags = HWMOD_SWSUP_SIDLE_ACT,
1751 .main_clk = "func_48m_fclk", 1752 .main_clk = "func_48m_fclk",
1752 .prcm = { 1753 .prcm = {
1753 .omap4 = { 1754 .omap4 = {
@@ -1763,6 +1764,7 @@ static struct omap_hwmod omap54xx_uart2_hwmod = {
1763 .name = "uart2", 1764 .name = "uart2",
1764 .class = &omap54xx_uart_hwmod_class, 1765 .class = &omap54xx_uart_hwmod_class,
1765 .clkdm_name = "l4per_clkdm", 1766 .clkdm_name = "l4per_clkdm",
1767 .flags = HWMOD_SWSUP_SIDLE_ACT,
1766 .main_clk = "func_48m_fclk", 1768 .main_clk = "func_48m_fclk",
1767 .prcm = { 1769 .prcm = {
1768 .omap4 = { 1770 .omap4 = {
@@ -1778,7 +1780,7 @@ static struct omap_hwmod omap54xx_uart3_hwmod = {
1778 .name = "uart3", 1780 .name = "uart3",
1779 .class = &omap54xx_uart_hwmod_class, 1781 .class = &omap54xx_uart_hwmod_class,
1780 .clkdm_name = "l4per_clkdm", 1782 .clkdm_name = "l4per_clkdm",
1781 .flags = DEBUG_OMAP4UART3_FLAGS, 1783 .flags = DEBUG_OMAP4UART3_FLAGS | HWMOD_SWSUP_SIDLE_ACT,
1782 .main_clk = "func_48m_fclk", 1784 .main_clk = "func_48m_fclk",
1783 .prcm = { 1785 .prcm = {
1784 .omap4 = { 1786 .omap4 = {
@@ -1794,7 +1796,7 @@ static struct omap_hwmod omap54xx_uart4_hwmod = {
1794 .name = "uart4", 1796 .name = "uart4",
1795 .class = &omap54xx_uart_hwmod_class, 1797 .class = &omap54xx_uart_hwmod_class,
1796 .clkdm_name = "l4per_clkdm", 1798 .clkdm_name = "l4per_clkdm",
1797 .flags = DEBUG_OMAP4UART4_FLAGS, 1799 .flags = DEBUG_OMAP4UART4_FLAGS | HWMOD_SWSUP_SIDLE_ACT,
1798 .main_clk = "func_48m_fclk", 1800 .main_clk = "func_48m_fclk",
1799 .prcm = { 1801 .prcm = {
1800 .omap4 = { 1802 .omap4 = {
@@ -1810,6 +1812,7 @@ static struct omap_hwmod omap54xx_uart5_hwmod = {
1810 .name = "uart5", 1812 .name = "uart5",
1811 .class = &omap54xx_uart_hwmod_class, 1813 .class = &omap54xx_uart_hwmod_class,
1812 .clkdm_name = "l4per_clkdm", 1814 .clkdm_name = "l4per_clkdm",
1815 .flags = HWMOD_SWSUP_SIDLE_ACT,
1813 .main_clk = "func_48m_fclk", 1816 .main_clk = "func_48m_fclk",
1814 .prcm = { 1817 .prcm = {
1815 .omap4 = { 1818 .omap4 = {
@@ -1825,6 +1828,7 @@ static struct omap_hwmod omap54xx_uart6_hwmod = {
1825 .name = "uart6", 1828 .name = "uart6",
1826 .class = &omap54xx_uart_hwmod_class, 1829 .class = &omap54xx_uart_hwmod_class,
1827 .clkdm_name = "l4per_clkdm", 1830 .clkdm_name = "l4per_clkdm",
1831 .flags = HWMOD_SWSUP_SIDLE_ACT,
1828 .main_clk = "func_48m_fclk", 1832 .main_clk = "func_48m_fclk",
1829 .prcm = { 1833 .prcm = {
1830 .omap4 = { 1834 .omap4 = {