From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board
Date: Fri, 18 Dec 2015 13:35:23 +0100 [thread overview]
Message-ID: <201512181335.24024.marex@denx.de> (raw)
In-Reply-To: <d2ada9b7-2c4d-48e2-a338-79bce558bcdb@me.com>
On Friday, December 18, 2015 at 07:36:28 AM, ?? ? wrote:
> Hi Marek Vasut,
Hi,
> I'm not sure if the format is correct, I don't know why patch is plain text
> instead of a .patch file. Could you please help to review? Thanks.
please keep the list on Cc and do not top-post. It seems your mailer is
corrupting patches, it replaces tabs with spaces. The established procedure
is to submit patches inline, so they can be reviewed ; patch file does not
allow that.
> Best Regards
> ShengjiangWu
>
> On Dec 17, 2015, at 10:18 PM, shengjiangwu <shengjiangwu@icloud.com> wrote:
>
> Updated pinmux group MIXED1IO[0-13] for RGMII1.
> Updated EMAC1 clock.
>
> Signed-off-by: shengjiangwu <shengjiangwu@icloud.com>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux@gmail.com>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> ---
> board/altera/cyclone5-socdk/qts/pinmux_config.h | 28
> +++++++++++------------ board/altera/cyclone5-socdk/qts/pll_config.h | 4
> ++--
> 2 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/board/altera/cyclone5-socdk/qts/pinmux_config.h
> b/board/altera/cyclone5-socdk/qts/pinmux_config.h index 33cf1fd..442b1e0
> 100644
> --- a/board/altera/cyclone5-socdk/qts/pinmux_config.h
> +++ b/board/altera/cyclone5-socdk/qts/pinmux_config.h
> @@ -72,20 +72,20 @@ const u8 sys_mgr_init_table[] = {
> 0, /* GENERALIO29 */
> 0, /* GENERALIO30 */
> 0, /* GENERALIO31 */
> - 0, /* MIXED1IO0 */
> - 1, /* MIXED1IO1 */
> - 1, /* MIXED1IO2 */
> - 1, /* MIXED1IO3 */
> - 1, /* MIXED1IO4 */
> - 0, /* MIXED1IO5 */
> - 0, /* MIXED1IO6 */
> - 0, /* MIXED1IO7 */
> - 1, /* MIXED1IO8 */
> - 1, /* MIXED1IO9 */
> - 1, /* MIXED1IO10 */
> - 1, /* MIXED1IO11 */
> - 0, /* MIXED1IO12 */
> - 0, /* MIXED1IO13 */
> + 2, /* MIXED1IO0 */
> + 2, /* MIXED1IO1 */
> + 2, /* MIXED1IO2 */
> + 2, /* MIXED1IO3 */
> + 2, /* MIXED1IO4 */
> + 2, /* MIXED1IO5 */
> + 2, /* MIXED1IO6 */
> + 2, /* MIXED1IO7 */
> + 2, /* MIXED1IO8 */
> + 2, /* MIXED1IO9 */
> + 2, /* MIXED1IO10 */
> + 2, /* MIXED1IO11 */
> + 2, /* MIXED1IO12 */
> + 2, /* MIXED1IO13 */
> 0, /* MIXED1IO14 */
> 1, /* MIXED1IO15 */
> 1, /* MIXED1IO16 */
> diff --git a/board/altera/cyclone5-socdk/qts/pll_config.h
> b/board/altera/cyclone5-socdk/qts/pll_config.h index 3d621ed..42905f4
> 100644
> --- a/board/altera/cyclone5-socdk/qts/pll_config.h
> +++ b/board/altera/cyclone5-socdk/qts/pll_config.h
> @@ -31,7 +31,7 @@
> #define CONFIG_HPS_PERPLLGRP_VCO_NUMER 79
> #define CONFIG_HPS_PERPLLGRP_VCO_PSRC 0
> #define CONFIG_HPS_PERPLLGRP_EMAC0CLK_CNT 3
> -#define CONFIG_HPS_PERPLLGRP_EMAC1CLK_CNT 511
> +#define CONFIG_HPS_PERPLLGRP_EMAC1CLK_CNT 3
> #define CONFIG_HPS_PERPLLGRP_PERQSPICLK_CNT 511
> #define CONFIG_HPS_PERPLLGRP_PERNANDSDMMCCLK_CNT 4
> #define CONFIG_HPS_PERPLLGRP_PERBASECLK_CNT 4
> @@ -65,7 +65,7 @@
> #define CONFIG_HPS_CLK_PERVCO_HZ 1000000000
> #define CONFIG_HPS_CLK_SDRVCO_HZ 666666666
> #define CONFIG_HPS_CLK_EMAC0_HZ 250000000
> -#define CONFIG_HPS_CLK_EMAC1_HZ 250000000
> +#define CONFIG_HPS_CLK_EMAC1_HZ 50000000
> #define CONFIG_HPS_CLK_USBCLK_HZ 200000000
> #define CONFIG_HPS_CLK_NAND_HZ 50000000
> #define CONFIG_HPS_CLK_SDMMC_HZ 200000000
next parent reply other threads:[~2015-12-18 12:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <d2ada9b7-2c4d-48e2-a338-79bce558bcdb@me.com>
2015-12-18 12:35 ` Marek Vasut [this message]
2015-12-22 7:22 [U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board shengjiangwu
2015-12-22 7:24 ` Chin Liang See
2015-12-22 20:18 ` Marek Vasut
-- strict thread matches above, loose matches on Subject: below --
2015-12-22 7:21 圣江 吴
2015-12-18 7:55 圣江 吴
2015-12-18 8:06 ` Chin Liang See
2015-12-18 7:39 圣江 吴
2015-12-18 7:48 ` Chin Liang See
2015-12-18 7:13 shengjiangwu
2015-12-18 7:27 ` Chin Liang See
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201512181335.24024.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox