diff options
author | Simon Glass <sjg@chromium.org> | 2016-02-21 21:08:58 -0700 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-25 13:25:18 +0900 |
commit | f948f5de94822a372d01e0903b4fe8c682d230e4 (patch) | |
tree | 197e1579c41c55d803b8544f735bdfb61481257d /arch/arm/dts/exynos5.dtsi | |
parent | 7eb860df13ed3e40469eebd407b90c6f9216dd2e (diff) | |
download | u-boot-f948f5de94822a372d01e0903b4fe8c682d230e4.tar.gz |
exynos: dts: Add display-related device tree fragments
Bring in device tree pieces related to display from Linux 4.4 for:
- snow
- peach_pit
- peach_pi
- spring
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/dts/exynos5.dtsi')
-rw-r--r-- | arch/arm/dts/exynos5.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi index 179584c748..8650800f52 100644 --- a/arch/arm/dts/exynos5.dtsi +++ b/arch/arm/dts/exynos5.dtsi @@ -163,13 +163,14 @@ }; fimd@14400000 { + u-boot,dm-pre-reloc; compatible = "samsung,exynos-fimd"; reg = <0x14400000 0x10000>; #address-cells = <1>; #size-cells = <1>; }; - dp@145b0000 { + dp: dp@145b0000 { compatible = "samsung,exynos5-dp"; reg = <0x145b0000 0x1000>; #address-cells = <1>; |