mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
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>
This commit is contained in:
parent
effcf067df
commit
f3e56fe369
@ -171,6 +171,19 @@
|
|||||||
intel,sata-port0-gen3-tx = <0x00880a7f>;
|
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 {
|
lpc {
|
||||||
compatible = "intel,lpc";
|
compatible = "intel,lpc";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user