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 01:07:44 +0100 |
commit | bf0dda345b0ee1af287f043857fc34ecfa206293 (patch) | |
tree | d7cc2f0ab618517051c3e87505c263bf71688eae /arch/arm/boot/dts/exynos4x12.dtsi | |
parent | ARM: dts: Add power domain to G2D device on exynos4210 (diff) | |
download | linux-bf0dda345b0ee1af287f043857fc34ecfa206293.tar.xz linux-bf0dda345b0ee1af287f043857fc34ecfa206293.zip |
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/exynos4x12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4x12.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 148b47ad3120..84a23f962946 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -116,7 +116,6 @@ clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>; clock-names = "sclk_fimg2d", "fimg2d"; iommus = <&sysmmu_g2d>; - status = "disabled"; }; camera { |