commit | 9580a45e9fa058a56eb55f98cc00218b082c6a07 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Mar 30 07:05:09 2019 +0100 |
committer | Marek Vasut <marex@denx.de> | Sat Mar 30 07:31:02 2019 +0100 |
tree | 1ceb013dc205c352fc1c1abe5c2bc998a6ffd10c | |
parent | 22968ead347ea8424e162197b4401ec1cd27c42a [diff] |
ARM: rmobile: Fix PHY LED mode register mask The PHY LED mode register mask should be 0xc000 , not 0xc0000. Correct the mask to operate on the right bits. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>