
On 20 August 2015 at 05:29, Marcel Ziswiler marcel.ziswiler@toradex.com wrote:
On popular request enable the display driver on Colibri T30. A few notes about some things encountered during porting: While analogue VGA (e.g. via the on-carrier RAMDAC) worked just fine from the beginning the EDT display flickered like crazy which turned out to be a pin muxing issue. Unfortunately the PWM pin muxing wasn't any good neither which made that display stay dark.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
arch/arm/dts/tegra30-colibri.dts | 29 ++++++++++++++++++++++ .../colibri_t30/pinmux-config-colibri_t30.h | 8 +++--- include/configs/colibri_t30.h | 10 ++++++++ 3 files changed, 43 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org