summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 20:56:37 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 07:11:16 -0700
commitf3e56fe369ff80760955efb33abf316d4369955c (patch)
treeccb3c4d6de90acd968bf0006dd98342d8086458d /arch/x86
parenteffcf067df5f986b8f9a2ca5101c74495be700ab (diff)
downloadblackbird-obmc-uboot-f3e56fe369ff80760955efb33abf316d4369955c.tar.gz
blackbird-obmc-uboot-f3e56fe369ff80760955efb33abf316d4369955c.zip
x86: dts: Add video information to the device tree
This provides panel timing information needed by the video driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/link.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
index d3c94e0e58..592af16f78 100644
--- a/arch/x86/dts/link.dts
+++ b/arch/x86/dts/link.dts
@@ -171,6 +171,19 @@
intel,sata-port0-gen3-tx = <0x00880a7f>;
};
+ gma {
+ compatible = "intel,gma";
+ intel,dp_hotplug = <0 0 0x06>;
+ intel,panel-port-select = <1>;
+ intel,panel-power-cycle-delay = <6>;
+ intel,panel-power-up-delay = <2000>;
+ intel,panel-power-down-delay = <500>;
+ intel,panel-power-backlight-on-delay = <2000>;
+ intel,panel-power-backlight-off-delay = <2000>;
+ intel,cpu-backlight = <0x00000200>;
+ intel,pch-backlight = <0x04000000>;
+ };
+
lpc {
compatible = "intel,lpc";
#address-cells = <1>;
OpenPOWER on IntegriCloud