mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
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: Ajay Kumar <ajaykumar.rs@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
a99cea0313
commit
466d40396e
1 changed files with 30 additions and 0 deletions
|
@ -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 @@
|
||||||
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>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue