commit | ee62a053447ec7f204d086d8c072a601056f10d0 | [log] [tgz] |
---|---|---|
author | Giulio Benetti <giulio.benetti@benettiengineering.com> | Thu May 13 12:18:46 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jun 09 13:01:33 2021 +0200 |
tree | 6e6a4c06b39513935b5fa2c5ccfb563753080d66 | |
parent | 72d65bdf35fa36af952ecb61adfb410576b82df9 [diff] |
video: mxsfb: add enabling of "axi" clock other than "per" clock On some SoC mxsfb needs more than one clock gate(actual "per" clock). So let's introduce "axi" clock that can be provided but it's not mandatory. This is inspired from linux mxsfb driver. Also let's rename "per" clock to "pix" clock for compatibility with already existing .dts lcdif nodes implementation. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>