ARM: dts: omap3-gta04: Add display alias
Define alias for lcd display present on gta04 board. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
1520a13bf0
commit
91b8457e68
|
@ -26,6 +26,10 @@
|
||||||
reg = <0x80000000 0x20000000>; /* 512 MB */
|
reg = <0x80000000 0x20000000>; /* 512 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
display0 = &lcd;
|
||||||
|
};
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue