diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2015-11-25 13:59:58 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-12-29 09:07:44 +0900 |
commit | bf0dda345b0ee1af287f043857fc34ecfa206293 (patch) | |
tree | d7cc2f0ab618517051c3e87505c263bf71688eae /arch/arm/boot/dts/exynos4412-origen.dts | |
parent | 25cd01b223ba2cf6225b64de09622d570b3b3d34 (diff) | |
download | linux-rt-bf0dda345b0ee1af287f043857fc34ecfa206293.tar.gz |
ARM: dts: Unify G2D device node with other devices on exynos4
G2D device is always available and doesn't depend on any external (board
specific) peripherals, so it can be unconditionally enabled.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-origen.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-origen.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index c8d86af2fb98..9e2e24c6177a 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -89,10 +89,6 @@ status = "okay"; }; -&g2d { - status = "okay"; -}; - &i2c_0 { #address-cells = <1>; #size-cells = <0>; |