summaryrefslogtreecommitdiff
path: root/linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi')
-rw-r--r--linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi49
1 files changed, 49 insertions, 0 deletions
diff --git a/linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi b/linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi
new file mode 100644
index 00000000..74ddc12c
--- /dev/null
+++ b/linux/arch/arm/boot/dts/am335x-peripheral-panel-1024x600-24bit.dtsi
@@ -0,0 +1,49 @@
+/*
+ * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+&lcdc {
+ status = "okay";
+};
+
+/ {
+ panel {
+ status = "okay";
+ compatible = "ti,tilcdc,panel";
+ pinctrl-names = "default";
+
+ panel-info {
+ ac-bias = <255>;
+ ac-bias-intrpt = <0>;
+ dma-burst-sz = <16>;
+ bpp = <32>;
+ fdd = <0x80>;
+ sync-edge = <0>;
+ sync-ctrl = <0>;
+ raster-order = <1>;
+ fifo-th = <0>;
+ };
+ display-timings {
+ native-mode = <&timing0>;
+ timing0: 1024x600 {
+ clock-frequency = <36000000>;
+ hactive = <1024>;
+ vactive = <600>;
+ hfront-porch = <1>;
+ hback-porch = <45>;
+ hsync-len = <30>;
+ vback-porch = <22>;
+ vfront-porch = <12>;
+ vsync-len = <2>;
+ hsync-active = <1>;
+ vsync-active = <1>;
+ de-active = <1>;
+ pixelclk-active = <0>;
+ };
+ };
+ };
+};