summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-h5-orangepi-prime.dts
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2021-05-25 01:20:25 +0100
committerAndre Przywara <andre.przywara@arm.com>2021-07-10 01:22:09 +0100
commit58f68611df3c8db33dbd4c40a4034c767895a427 (patch)
tree23e72504fa62d6459fcaa20d35cfa659eb78aac9 /arch/arm/dts/sun50i-h5-orangepi-prime.dts
parent127e57c671b3e13828e119c28d24aafdb8ee0e6c (diff)
arm: dts: sunxi: h5: Update DT files
Update the H5 DT files from the Linux 5.12 release. The changes don't affect U-Boot at all, but fix Gigabit Ethernet when this DT is passed on to the Linux kernel. It also introduces DVFS. This also updates the shared sunxi-h3-h5.dtsi, but that only adds nodes that are of no concern to U-Boot. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h5-orangepi-prime.dts')
-rw-r--r--arch/arm/dts/sun50i-h5-orangepi-prime.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/sun50i-h5-orangepi-prime.dts b/arch/arm/dts/sun50i-h5-orangepi-prime.dts
index cb44bfa598..74e0444af1 100644
--- a/arch/arm/dts/sun50i-h5-orangepi-prime.dts
+++ b/arch/arm/dts/sun50i-h5-orangepi-prime.dts
@@ -36,13 +36,13 @@
leds {
compatible = "gpio-leds";
- pwr {
+ led-0 {
label = "orangepi:green:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
- status {
+ led-1 {
label = "orangepi:red:status";
gpios = <&pio 0 20 GPIO_ACTIVE_HIGH>;
};
@@ -124,7 +124,7 @@
pinctrl-0 = <&emac_rgmii_pins>;
phy-supply = <&reg_gmac_3v3>;
phy-handle = <&ext_rgmii_phy>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
status = "okay";
};