]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: sunxi: r40: Fix GMAC reset reg offset
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 15 Apr 2019 11:12:16 +0000 (16:42 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 16 Apr 2019 10:59:00 +0000 (16:29 +0530)
commit33685372cf7dc8687c15e426b3a11281d4efce47
tree73626fad3bf7e55cb1f104be580a5a53a5c8326e
parenta93a55044bf777da701d7251e8b4a752b993a5b2
clk: sunxi: r40: Fix GMAC reset reg offset

GMAC reset reg offset added by below commit seems to assume
it as EMAC but R40 indeed using GMAC.
"clk: sunxi: Implement EMAC, GMAC clocks, resets"
(sha1: 68620c9698f109c1f001f80d282138a5c67cabef)

So, fix by updating the reg offset for RST_BUS_GMAC.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/clk/sunxi/clk_r40.c