From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 4 May 2017 10:50:40 -0600 Subject: [U-Boot] [PATCH 3/5] mips: bmips: add bcm6345-gpio driver support for BCM6328 In-Reply-To: <1493816847-30393-4-git-send-email-noltari@gmail.com> References: <1493816847-30393-1-git-send-email-noltari@gmail.com> <1493816847-30393-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:07, Álvaro Fernández Rojas wrote: > This SoC has one gpio bank with a total of 32 GPIOs. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm6328.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) Reviewed-by: Simon Glass