This patch allow lcd43 and lcd70 flavors to benefit from timer
evolution.
Fixes: e428e250fd
("ARM: dts: Configure system timers for omap3")
Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
16 lines
324 B
Text
16 lines
324 B
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "omap3-devkit8000-common.dtsi"
|
|
/ {
|
|
model = "TimLL OMAP3 Devkit8000";
|
|
compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3";
|
|
|
|
aliases {
|
|
display1 = &dvi0;
|
|
display2 = &tv0;
|
|
};
|
|
};
|