Commit bf0dda34 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Krzysztof Kozlowski

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent 25cd01b2
...@@ -138,10 +138,6 @@ &fimd { ...@@ -138,10 +138,6 @@ &fimd {
status = "okay"; status = "okay";
}; };
&g2d {
status = "okay";
};
&i2c_0 { &i2c_0 {
status = "okay"; status = "okay";
samsung,i2c-sda-delay = <100>; samsung,i2c-sda-delay = <100>;
......
...@@ -44,10 +44,6 @@ xusbxti { ...@@ -44,10 +44,6 @@ xusbxti {
}; };
}; };
&g2d {
status = "okay";
};
&i2c_0 { &i2c_0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -187,7 +187,6 @@ g2d: g2d@12800000 { ...@@ -187,7 +187,6 @@ g2d: g2d@12800000 {
clock-names = "sclk_fimg2d", "fimg2d"; clock-names = "sclk_fimg2d", "fimg2d";
power-domains = <&pd_lcd0>; power-domains = <&pd_lcd0>;
iommus = <&sysmmu_g2d>; iommus = <&sysmmu_g2d>;
status = "disabled";
}; };
camera { camera {
......
...@@ -177,10 +177,6 @@ &fimc_3 { ...@@ -177,10 +177,6 @@ &fimc_3 {
assigned-clock-rates = <0>, <176000000>; assigned-clock-rates = <0>, <176000000>;
}; };
&g2d {
status = "okay";
};
&hdmi { &hdmi {
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>; hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -89,10 +89,6 @@ &fimd { ...@@ -89,10 +89,6 @@ &fimd {
status = "okay"; status = "okay";
}; };
&g2d {
status = "okay";
};
&i2c_0 { &i2c_0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -41,10 +41,6 @@ xusbxti { ...@@ -41,10 +41,6 @@ xusbxti {
}; };
}; };
&g2d {
status = "okay";
};
&keypad { &keypad {
samsung,keypad-num-rows = <3>; samsung,keypad-num-rows = <3>;
samsung,keypad-num-columns = <8>; samsung,keypad-num-columns = <8>;
......
...@@ -116,7 +116,6 @@ g2d: g2d@10800000 { ...@@ -116,7 +116,6 @@ g2d: g2d@10800000 {
clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>; clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>;
clock-names = "sclk_fimg2d", "fimg2d"; clock-names = "sclk_fimg2d", "fimg2d";
iommus = <&sysmmu_g2d>; iommus = <&sysmmu_g2d>;
status = "disabled";
}; };
camera { camera {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment