projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed9732
)
arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB up
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 9 Jan 2020 12:01:07 +0000
(13:01 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:55 +0000
(09:05 +0100)
zcu102-revB/up are not removing phy from revA properly because of incorrect
name.
Fixes:
2975a42b42c5
("arm64: zynqmp: Use ethernet-phy as node name for ethernet phys")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-revB.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-zcu102-revB.dts
b/arch/arm/dts/zynqmp-zcu102-revB.dts
index
2132024
..
38ec188
100644
(file)
--- a/
arch/arm/dts/zynqmp-zcu102-revB.dts
+++ b/
arch/arm/dts/zynqmp-zcu102-revB.dts
@@
-25,7
+25,7
@@
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
};
/* Cleanup from RevA */
- /delete-node/ phy@21;
+ /delete-node/
ethernet-
phy@21;
};
/* Fix collision with u61 */