From 9ceeaf4c6cac6e5ff5a5225a5c9d13ba63d9c478 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 11 May 2017 13:50:18 +0200 Subject: brcm63xx: switch to hardware led controllers Instead of bit banging SPI to talk to the GPIO chip, use the hardware led controllers intended for controlling the LEDs. Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/dts/bcm6368.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6368.dtsi') diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index a49f24a96c..3efe76c6c7 100644 --- a/target/linux/brcm63xx/dts/bcm6368.dtsi +++ b/target/linux/brcm63xx/dts/bcm6368.dtsi @@ -262,6 +262,14 @@ reg = <0x100000b8 0x4>; }; + leds: led-controller@100000d0 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "brcm,bcm6358-leds"; + reg = <0x100000d0 0x8>; + status = "disabled"; + }; + lsspi: spi@10000800 { #address-cells = <1>; #size-cells = <0>; -- cgit v1.2.3