Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713627
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 5/6] ARM: sun8i: orangepi-one: Set phy-is-integrated to the internal phy node |
| Date | 2017-08-17 10:00 +0200 |
| Message-ID | <ufnSG-1MZ-33@gated-at.bofh.it> (permalink) |
| References | <ufnSF-1MZ-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch add the new phy-is-integrated property to the internal PHY node.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
arch/arm/boot/dts/sun8i-h3-orangepi-one.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
index 6880268e8b87..22c471473909 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
@@ -105,6 +105,10 @@
status = "okay";
};
+&int_mii_phy {
+ phy-is-integrated;
+};
+
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
--
2.13.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 5/6] ARM: sun8i: orangepi-one: Set phy-is-integrated to the internal phy node Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-08-17 10:00 +0200
csiph-web