aboutsummaryrefslogtreecommitdiff
path: root/src/arm/am335x-evm.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-04-14 16:56:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-04-14 16:56:11 +0000
commit937eaf8bbdcf7e2cd3231b71940f9221e6857210 (patch)
treef35da0d4b9188f1cb082442854ce86fcca10b7b4 /src/arm/am335x-evm.dts
parent995ee34fd27211af598f9adf111cb49609d1b3de (diff)
downloadsrc-937eaf8bbdcf7e2cd3231b71940f9221e6857210.tar.gz
src-937eaf8bbdcf7e2cd3231b71940f9221e6857210.zip
Import DTS files from Linux 5.6vendor/device-tree/5.6
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=359928 svn path=/vendor/device-tree/5.6/; revision=359929; tag=vendor/device-tree/5.6
Diffstat (limited to 'src/arm/am335x-evm.dts')
-rw-r--r--src/arm/am335x-evm.dts40
1 files changed, 13 insertions, 27 deletions
diff --git a/src/arm/am335x-evm.dts b/src/arm/am335x-evm.dts
index 6f0a6be93098..68252dab32c3 100644
--- a/src/arm/am335x-evm.dts
+++ b/src/arm/am335x-evm.dts
@@ -113,7 +113,7 @@
};
};
- backlight {
+ backlight: backlight {
compatible = "pwm-backlight";
pwms = <&ecap0 0 50000 0>;
brightness-levels = <0 51 53 56 62 75 101 152 255>;
@@ -121,35 +121,15 @@
};
panel {
- compatible = "ti,tilcdc,panel";
- status = "okay";
+ compatible = "tfc,s9700rtwv43tr-01b";
+
pinctrl-names = "default";
pinctrl-0 = <&lcd_pins_s0>;
- panel-info {
- ac-bias = <255>;
- ac-bias-intrpt = <0>;
- dma-burst-sz = <16>;
- bpp = <32>;
- fdd = <0x80>;
- sync-edge = <0>;
- sync-ctrl = <1>;
- raster-order = <0>;
- fifo-th = <0>;
- };
+ backlight = <&backlight>;
- display-timings {
- 800x480p62 {
- clock-frequency = <30000000>;
- hactive = <800>;
- vactive = <480>;
- hfront-porch = <39>;
- hback-porch = <39>;
- hsync-len = <47>;
- vback-porch = <29>;
- vfront-porch = <13>;
- vsync-len = <2>;
- hsync-active = <1>;
- vsync-active = <1>;
+ port {
+ panel_0: endpoint@0 {
+ remote-endpoint = <&lcdc_0>;
};
};
};
@@ -500,6 +480,12 @@
status = "okay";
blue-and-red-wiring = "crossed";
+
+ port {
+ lcdc_0: endpoint@0 {
+ remote-endpoint = <&panel_0>;
+ };
+ };
};
&elm {