diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 10:21:35 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-03 10:57:00 +0200 |
commit | 019731a88f40d45bd15505402772e00d85689dd6 (patch) | |
tree | f1b2216a9176d755228bcd643e9383c3f221ac53 /arch/arm/dts/sun8i-h3-orangepi-pc.dts | |
parent | 68871efe1daede5771b0b97de889e81eb969faa8 (diff) |
sunxi: Sync h3-orangepi dts files with kernel
This adds an emac node to the orangepi-2 dts (not yet merged upstream,
but in u-boot we already have emac support); fixes the alphetically
sorting of nodes in sun8i-h3-orangepi-plus.dts and disables some
usb controllers in sun8i-h3-orangepi-plus.dts which are only used
on the plus2e, as upstream has decided to do a separate dts files
for the plus2e.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/dts/sun8i-h3-orangepi-pc.dts')
-rw-r--r-- | arch/arm/dts/sun8i-h3-orangepi-pc.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/dts/sun8i-h3-orangepi-pc.dts index 24f8e974c4..b8340f74e7 100644 --- a/arch/arm/dts/sun8i-h3-orangepi-pc.dts +++ b/arch/arm/dts/sun8i-h3-orangepi-pc.dts @@ -169,6 +169,7 @@ &emac { phy = <&phy1>; phy-mode = "mii"; + allwinner,use-internal-phy; allwinner,leds-active-low; status = "okay"; phy1: ethernet-phy@1 { |