summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-h3-beelink-x2.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
commit8fcf1fa24675e49a1a5b0a525c775d7aa6202090 (patch)
tree2ac285d23bd08ee500753e75b18b83e804c7e0b6 /arch/arm/dts/sun8i-h3-beelink-x2.dts
parent58f68611df3c8db33dbd4c40a4034c767895a427 (diff)
arm: dts: sunxi: h3: Update DT files
Update the H3 DT files from the Linux 5.12 release. The changes update some boards, and don't affect U-Boot, but fix Gigabit Ethernet when this DT is passed on to the Linux kernel. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm/dts/sun8i-h3-beelink-x2.dts')
-rw-r--r--arch/arm/dts/sun8i-h3-beelink-x2.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/sun8i-h3-beelink-x2.dts b/arch/arm/dts/sun8i-h3-beelink-x2.dts
index 45a24441ff..62b5280ec0 100644
--- a/arch/arm/dts/sun8i-h3-beelink-x2.dts
+++ b/arch/arm/dts/sun8i-h3-beelink-x2.dts
@@ -75,13 +75,13 @@
leds {
compatible = "gpio-leds";
- blue {
+ led-0 {
label = "beelink-x2:blue:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
default-state = "on";
};
- red {
+ led-1 {
label = "beelink-x2:red:standby";
gpios = <&pio 0 15 GPIO_ACTIVE_HIGH>; /* PA15 */
};