summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-h3-nanopi.dtsi
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-nanopi.dtsi
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-nanopi.dtsi')
-rw-r--r--arch/arm/dts/sun8i-h3-nanopi.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/sun8i-h3-nanopi.dtsi b/arch/arm/dts/sun8i-h3-nanopi.dtsi
index 4df29a6531..c7c3e7d8b3 100644
--- a/arch/arm/dts/sun8i-h3-nanopi.dtsi
+++ b/arch/arm/dts/sun8i-h3-nanopi.dtsi
@@ -60,13 +60,13 @@
leds {
compatible = "gpio-leds";
- status {
+ led-0 {
label = "nanopi:blue:status";
gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
- pwr {
+ led-1 {
label = "nanopi:green:pwr";
gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
default-state = "on";