2677b66f9b
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
36 lines
995 B
Diff
36 lines
995 B
Diff
From 86cd47e761c773f2384ac2041730d7ccfeb40095 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
|
|
Date: Tue, 14 Feb 2017 17:49:06 +0100
|
|
Subject: [PATCH] ARM: dts: BCM53573: Add Tenda AC9 2 GHz LED
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
It's connected to a GPIO pin of an extra controller placed on the PCIe
|
|
card.
|
|
|
|
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
|
|
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
|
|
+++ b/arch/arm/boot/dts/bcm47189-tenda-ac9.dts
|
|
@@ -48,6 +48,16 @@
|
|
};
|
|
};
|
|
|
|
+ pcie0_leds {
|
|
+ compatible = "gpio-leds";
|
|
+
|
|
+ 2ghz {
|
|
+ label = "bcm53xx:blue:2ghz";
|
|
+ gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>;
|
|
+ linux,default-trigger = "default-off";
|
|
+ };
|
|
+ };
|
|
+
|
|
gpio-keys {
|
|
compatible = "gpio-keys";
|
|
#address-cells = <1>;
|