mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Add G2D node to exynos4210-origen
Added G2D DT node to Origen4210 board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
fa79d02271
commit
fcc0afba11
|
@ -57,6 +57,10 @@ sdhci@12510000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
g2d@12800000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
codec@13400000 {
|
||||
samsung,mfc-r = <0x43000000 0x800000>;
|
||||
samsung,mfc-l = <0x51000000 0x800000>;
|
||||
|
|
Loading…
Reference in New Issue