From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 18 Dec 2015 13:49:53 +0100 Subject: [U-Boot] [PATCH v2] arm: socfpga: Fix emac1 doesn't work on socdk board In-Reply-To: References: Message-ID: <201512181349.53839.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, December 18, 2015 at 09:50:09 AM, ?? ? wrote: > On Dec 18, 2015, at 12:46 AM, Chin Liang See wrote: > > Hi Shengjiang, > > On Fri, 2015-12-18 at 16:43 +0800, shengjiangwu wrote: > Updated pinmux group MIXED1IO[0-13] for RGMII1. > Updated EMAC1 clock. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > Changes for v2: > - fixed wrong perpll for emac1 > --- > board/altera/cyclone5-socdk/qts/pll_config.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/altera/cyclone5-socdk/qts/pll_config.h > b/board/altera/cyclone5-socdk/qts/pll_config.h > index eccc705..5b754ac 100644 > --- a/board/altera/cyclone5-socdk/qts/pll_config.h > +++ b/board/altera/cyclone5-socdk/qts/pll_config.h > @@ -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 50000000 > +#define CONFIG_HPS_CLK_EMAC1_HZ 250000000 > > > This is good. But I believe you miss the pinmux change here. You just > need to take the previous patch and made the change. > > Thanks > Chin Liang > > Sorry for not familiar with re-patch process. Take a look at 'git rebase -i' and 'git commit --amend' and at the 'tig' command and then probably 'patchman' in the U-Boot source tree. These might be helpful. Best regards, Marek Vasut