summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2017-04-28 14:39:08 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2017-04-28 14:40:21 +0200
commit5aa5cf334dfa5cd4c0a147f9092aa04c7c0d6e86 (patch)
treef190f07758f397bd07121e34c300a96d033f2bd9
parent6dbef0bd81fcfe2332f78d901d116bc0e3b2daf1 (diff)
lynx: dts: fix power led
The led is in the special "CPUS" block that has its own pin controller.
-rw-r--r--arch/arm/dts/sun50i-a64-lynx.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/sun50i-a64-lynx.dts b/arch/arm/dts/sun50i-a64-lynx.dts
index 36aa717d8b..045e150ee4 100644
--- a/arch/arm/dts/sun50i-a64-lynx.dts
+++ b/arch/arm/dts/sun50i-a64-lynx.dts
@@ -95,7 +95,8 @@
power {
label = "lynx:orange:power";
- gpios = <&pio 9 11 GPIO_ACTIVE_HIGH>;
+ // This is bank zero in the CPUS pin controller
+ gpios = <&r_pio 0 11 GPIO_ACTIVE_HIGH>;
};
};
};