Skip to content
Snippets Groups Projects
Commit 466d4039 authored by Ajay Kumar's avatar Ajay Kumar Committed by Minkyu Kang
Browse files

ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip


This patch adds DT properties for fimd and the parade bridge chip
present on peach_pit. The panel supports 1366x768 resolution.

Signed-off-by: default avatarAjay Kumar <ajaykumar.rs@samsung.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent a99cea03
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,11 @@ ...@@ -63,6 +63,11 @@
reg = <0x20>; reg = <0x20>;
compatible = "maxim,max98090-codec"; compatible = "maxim,max98090-codec";
}; };
edp-lvds-bridge@48 {
compatible = "parade,ps8625";
reg = <0x48>;
};
}; };
sound@3830000 { sound@3830000 {
...@@ -124,4 +129,29 @@ ...@@ -124,4 +129,29 @@
xhci@12400000 { xhci@12400000 {
samsung,vbus-gpio = <&gpio 0x41 0>; /* H01 */ samsung,vbus-gpio = <&gpio 0x41 0>; /* H01 */
}; };
fimd@14400000 {
samsung,vl-freq = <60>;
samsung,vl-col = <1366>;
samsung,vl-row = <768>;
samsung,vl-width = <1366>;
samsung,vl-height = <768>;
samsung,vl-clkp;
samsung,vl-dp;
samsung,vl-bpix = <4>;
samsung,vl-hspw = <32>;
samsung,vl-hbpd = <40>;
samsung,vl-hfpd = <40>;
samsung,vl-vspw = <6>;
samsung,vl-vbpd = <10>;
samsung,vl-vfpd = <12>;
samsung,vl-cmd-allow-len = <0xf>;
samsung,winid = <3>;
samsung,interface-mode = <1>;
samsung,dp-enabled = <1>;
samsung,dual-lcd-enabled = <0>;
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment