
4 Oct
2012
4 Oct
'12
12:58 a.m.
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.
rgb {
status = "okay";
nvidia,panel = <&lcd_panel>;
};
};
- };