[ARM] tegra: specifiy stingray panel height and width
authorErik Gilling <konkers@android.com>
Thu, 3 Feb 2011 21:16:13 +0000 (13:16 -0800)
committerErik Gilling <konkers@android.com>
Thu, 3 Feb 2011 21:33:01 +0000 (13:33 -0800)
Change-Id: I76dc6cf9c901b67eb782ac527787d54817cb74f0
Signed-off-by: Erik Gilling <konkers@android.com>
arch/arm/mach-tegra/board-stingray-panel.c

index c4df1e3178a2f2989951ed2096c0309abd3741c5..915cb8fa7877944bf29e90b24ffc1d70007e5112 100644 (file)
@@ -319,6 +319,9 @@ static struct tegra_dc_out stingray_disp1_out = {
        .order = TEGRA_DC_ORDER_RED_BLUE,
        .depth = 24,
 
+       .height = 136, /* mm */
+       .width = 217, /* mm */
+
        .modes = stingray_panel_modes,
        .n_modes = ARRAY_SIZE(stingray_panel_modes),