diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2014-03-11 14:07:29 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:12 +0900 |
commit | 9777d4d038bab127726a4e60bf48efd04f2522e7 (patch) | |
tree | bfdbc310d487d36dec89405ca6399632067cdbff /arch | |
parent | de38b032cad8903d80530d51fa858ea2d950489d (diff) | |
download | linux-3.10-9777d4d038bab127726a4e60bf48efd04f2522e7.tar.gz linux-3.10-9777d4d038bab127726a4e60bf48efd04f2522e7.tar.bz2 linux-3.10-9777d4d038bab127726a4e60bf48efd04f2522e7.zip |
ARM: dts: odroidx2: remove fimd node
Our odroidx2 board doesn't have any LCD panel, so it is unnecessary to
use fimd.
Change-Id: I1924ee52cd34d5763aab989035c51b387de98311
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidx2.dts | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidx2.dts b/arch/arm/boot/dts/exynos4412-odroidx2.dts index d3339fd6fcb..bf9b204ecb5 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx2.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx2.dts @@ -568,33 +568,6 @@ vdd_pll-supply = <&ldo8_reg>; status = "okay"; }; - - /* - * FIMD node is required for DRM subsystem to initialize framebuffer - * It should be considered as hack until DRM/HDMI subsystem is fixed - */ - fimd@11c00000 { - samsung,fimd-vidout-rgb; - samsung,fimd-inv-vclk; - samsung,fimd-frame-rate = <60>; - samsung,default-window = <3>; - samsung,fimd-win-bpp = <32>; - status = "okay"; - display-timings { - native-mode = <&timing0>; - timing0: timing { - clock-frequency = <0>; - hfront-porch = <0>; - hback-porch = <0>; - hactive = <1920>; - vactive = <1080>; - hsync-len = <0>; - vback-porch = <0>; - vfront-porch = <0>; - vsync-len = <0>; - }; - }; - }; }; &pinctrl_1 { |