From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 4 May 2017 10:51:01 -0600 Subject: [U-Boot] [PATCH 3/5] mips: bmips: add bcm6328-led driver support for BCM63268 In-Reply-To: <1493816907-30486-4-git-send-email-noltari@gmail.com> References: <1493816907-30486-1-git-send-email-noltari@gmail.com> <1493816907-30486-4-git-send-email-noltari@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 3 May 2017 at 07:08, Álvaro Fernández Rojas wrote: > This driver can control up to 24 LEDs and supports HW blinking and serial leds. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm63268.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Simon Glass