@@ -18,6 +18,7 @@
#include "skeleton.dtsi"
#include <dt-bindings/clock/samsung,s3c64xx-clock.h>
+#include <dt-bindings/arm/s3c64xx-power-domains.h>
/ {
aliases {
@@ -56,6 +57,18 @@
#interrupt-cells = <1>;
};
+ fimd: display@77100000 {
+ compatible = "samsung,s3c6400-fimd";
+ reg = <0x77100000 0x1000>;
+ interrupt-parent = <&vic0>;
+ interrupts = <29>, <30>, <31>;
+ interrupt-names = "fifo", "vsync", "lcd_sys";
+ clocks = <&clocks HCLK_LCD>, <&clocks SCLK_LCD>;
+ clock-names = "fimd", "sclk_fimd";
+ power-domain = <&clocks DOMAIN_F>;
+ status = "disabled";
+ };
+
sdhci0: sdhci@7c200000 {
compatible = "samsung,s3c6410-sdhci";
reg = <0x7c200000 0x100>;
This patch adds device tree node for the display controller present on S3C64xx SoCs. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> --- arch/arm/boot/dts/s3c64xx.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+)