提交 bf0dda34 编写于 作者: M Marek Szyprowski 提交者: 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: NMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
上级 25cd01b2
...@@ -138,10 +138,6 @@ ...@@ -138,10 +138,6 @@
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 @@ ...@@ -44,10 +44,6 @@
}; };
}; };
&g2d {
status = "okay";
};
&i2c_0 { &i2c_0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -187,7 +187,6 @@ ...@@ -187,7 +187,6 @@
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 @@ ...@@ -177,10 +177,6 @@
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 @@ ...@@ -89,10 +89,6 @@
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 @@ ...@@ -41,10 +41,6 @@
}; };
}; };
&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 @@ ...@@ -116,7 +116,6 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册