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>
This commit is contained in:
parent
25cd01b223
commit
bf0dda345b
@ -138,10 +138,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&g2d {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c_0 {
|
||||
status = "okay";
|
||||
samsung,i2c-sda-delay = <100>;
|
||||
|
@ -44,10 +44,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&g2d {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c_0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -187,7 +187,6 @@
|
||||
clock-names = "sclk_fimg2d", "fimg2d";
|
||||
power-domains = <&pd_lcd0>;
|
||||
iommus = <&sysmmu_g2d>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
camera {
|
||||
|
@ -177,10 +177,6 @@
|
||||
assigned-clock-rates = <0>, <176000000>;
|
||||
};
|
||||
|
||||
&g2d {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
|
@ -89,10 +89,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&g2d {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c_0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
@ -41,10 +41,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&g2d {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&keypad {
|
||||
samsung,keypad-num-rows = <3>;
|
||||
samsung,keypad-num-columns = <8>;
|
||||
|
@ -116,7 +116,6 @@
|
||||
clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>;
|
||||
clock-names = "sclk_fimg2d", "fimg2d";
|
||||
iommus = <&sysmmu_g2d>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
camera {
|
||||
|
Loading…
Reference in New Issue
Block a user