diff mbox

[U-Boot,11/19] x86: dts: Add video information to the device tree

Message ID 1416023805-9297-12-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Nov. 15, 2014, 3:56 a.m. UTC
This provides panel timing information needed by the video driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 arch/x86/dts/link.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Simon Glass Nov. 25, 2014, 9:49 p.m. UTC | #1
On 14 November 2014 at 20:56, Simon Glass <sjg@chromium.org> wrote:
> This provides panel timing information needed by the video driver.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  arch/x86/dts/link.dts | 13 +++++++++++++
>  1 file changed, 13 insertions(+)

Applied to u-boot-x86.
diff mbox

Patch

diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
index d3c94e0..592af16 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>;