From: Rafał Miłecki Date: Tue, 14 Feb 2017 16:49:06 +0000 (+0100) Subject: ARM: dts: BCM53573: Add Tenda AC9 2 GHz LED X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b94c478a8f1470c68122e0f8de23d56724b09363;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: BCM53573: Add Tenda AC9 2 GHz LED It's connected to a GPIO pin of an extra controller placed on the PCIe card. Signed-off-by: Rafał Miłecki Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm47189-tenda-ac9.dts b/arch/arm/boot/dts/bcm47189-tenda-ac9.dts index ce8c155fcc01..6bdd79567cbd 100644 --- 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>;