From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 18 May 2019 10:07:38 -0600 Subject: [U-Boot] [PATCH 3/3] rockchip: clk: rk3399: allow requests for all UART clocks In-Reply-To: <20190507085844.49172-3-christoph.muellner@theobroma-systems.com> References: <20190507085844.49172-1-christoph.muellner@theobroma-systems.com> <20190507085844.49172-3-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 rate for UART1 and UART3 the same way > as already implemented for UART0 and UART2. > > This is required for boards, which have their console output > on these UARTs. > > Signed-off-by: Christoph Muellner > --- > > drivers/clk/rockchip/clk_rk3399.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Simon Glass