From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 18 May 2019 10:07:36 -0600 Subject: [U-Boot] [PATCH 1/3] rockchip: pinctrl: rk3399: Add support for UART3. In-Reply-To: <20190507085844.49172-1-christoph.muellner@theobroma-systems.com> References: <20190507085844.49172-1-christoph.muellner@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 7 May 2019 at 02:58, Christoph Muellner wrote: > > This patch adds the missing GRF bit definitions for UART3 on the RK3399. > > Signed-off-by: Christoph Muellner > --- > > arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Simon Glass