projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a5dc0
)
ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address
author
Nimrod Andy
<B38611@freescale.com>
Mon, 19 Jan 2015 09:38:02 +0000
(17:38 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Jan 2015 21:19:22 +0000
(16:19 -0500)
The commit (
3d125f9c91c5
) cause i.MX6SX sdb enet cannot work. The cause is
the commit add mdio node with un-correct phy address.
The patch just correct i.MX6sx sdb board enet phy address.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/imx6sx-sdb.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6sx-sdb.dts
b/arch/arm/boot/dts/imx6sx-sdb.dts
index 8c1febd7e3f2757176d1ba0ab14450133010d177..9db123fd1cc883f253a94252fa33d84821d2cad7 100644
(file)
--- a/
arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/
arch/arm/boot/dts/imx6sx-sdb.dts
@@
-167,11
+167,11
@@
#size-cells = <0>;
ethphy1: ethernet-phy@0 {
- reg = <
0
>;
+ reg = <
1
>;
};
ethphy2: ethernet-phy@1 {
- reg = <
1
>;
+ reg = <
2
>;
};
};
};