|
@@ -371,4 +371,16 @@
|
|
|
#dma-requests = <1>;
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ fimd: fimd@11c00000 {
|
|
|
+ compatible = "samsung,exynos4210-fimd";
|
|
|
+ interrupt-parent = <&combiner>;
|
|
|
+ reg = <0x11c00000 0x20000>;
|
|
|
+ interrupt-names = "fifo", "vsync", "lcd_sys";
|
|
|
+ interrupts = <11 0>, <11 1>, <11 2>;
|
|
|
+ clocks = <&clock 140>, <&clock 283>;
|
|
|
+ clock-names = "sclk_fimd", "fimd";
|
|
|
+ samsung,power-domain = <&pd_lcd0>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
};
|