From: Philippe Reynes Date: Fri, 22 Mar 2019 16:02:02 +0000 (+0100) Subject: dt: bcm6858: add led controller X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=7526582441c23e3a10765cf242dedecf34601661;p=u-boot.git dt: bcm6858: add led controller Add the led controller in the bcm6858 device tree. Signed-off-by: Philippe Reynes --- diff --git a/arch/arm/dts/bcm6858.dtsi b/arch/arm/dts/bcm6858.dtsi index 8fd825b4c3..76ba0ea167 100644 --- a/arch/arm/dts/bcm6858.dtsi +++ b/arch/arm/dts/bcm6858.dtsi @@ -82,6 +82,13 @@ status = "disabled"; }; + leds: led-controller@ff800800 { + compatible = "brcm,bcm6858-leds"; + reg = <0x0 0xff800800 0x0 0xe4>; + + status = "disabled"; + }; + wdt1: watchdog@ff802780 { compatible = "brcm,bcm6345-wdt"; reg = <0x0 0xff802780 0x0 0x14>;