
8 Oct
2012
8 Oct
'12
10:06 p.m.
Hi Stephen,
On Wed, Oct 3, 2012 at 3:58 PM, Stephen Warren swarren@wwwdotorg.org wrote:
On 09/27/2012 06:44 PM, Simon Glass wrote:
The Seaboard has a 1366x768 16bpp LCD. The backlight is controlled by one of the PWMs.
diff --git a/board/nvidia/dts/tegra20-seaboard.dts b/board/nvidia/dts/tegra20-seaboard.dts
host1x {
dc@54200000 {
So based on my previous comment, I think you want status="okay" at this level too, perhaps even at the host1x level.
Yes I will do this.
rgb {
status = "okay";
nvidia,panel = <&lcd_panel>;
};
};
};
Regards, Simon