From 5aa5cf334dfa5cd4c0a147f9092aa04c7c0d6e86 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 28 Apr 2017 14:39:08 +0200 Subject: lynx: dts: fix power led The led is in the special "CPUS" block that has its own pin controller. --- arch/arm/dts/sun50i-a64-lynx.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>; }; }; }; -- cgit v1.2.3