From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 10 Jan 2018 14:08:17 +0100 Subject: [U-Boot] [PATCH v3 5/6] board/BuR: provide real clock-frequency instead a divider In-Reply-To: <1515520896-18833-6-git-send-email-oe5hpm@oevsv.at> References: <1515520896-18833-1-git-send-email-oe5hpm@oevsv.at> <1515520896-18833-6-git-send-email-oe5hpm@oevsv.at> Message-ID: <20180110140817.566f6bf6@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 Tue, 9 Jan 2018 19:01:35 +0100 Hannes Schmelzer oe5hpm at oevsv.at wrote: > Actual am335x-fb implementation takes now a real clock frequency instead > a divider. So this component doesn't need to know anymore some base > frequency of the LCDC, we simply provide the pixel-clock frequency. > > Signed-off-by: Hannes Schmelzer Reviewed-by: Anatolij Gustschin