From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jul 2016 00:17:56 +0200 Subject: [U-Boot] [PATCH 3/4] rockchip: Use rockchip_get_clk() to obtain the SoC clock In-Reply-To: <1468790598-21133-3-git-send-email-sjg@chromium.org> References: <1468790598-21133-1-git-send-email-sjg@chromium.org> <1468790598-21133-3-git-send-email-sjg@chromium.org> Message-ID: <20160718001756.368367c2@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 17 Jul 2016 15:23:17 -0600 Simon Glass sjg at chromium.org wrote: > The current code picks the first available clock. In U-Boot proper this is > the oscillator device, not the SoC clock device. As a result the HDMI display > does not work. > > Fix this by calling rockchip_get_clk() instead. > > Fixes: 135aa950 (clk: convert API to match reset/mailbox style) > Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin