ODROID-N2: Remove gdc from dts.

Change-Id: Iddbc453f6af96b42a64c04021c9a75b7510f5ce2
This commit is contained in:
Chris KIM
2019-09-19 17:46:56 +09:00
parent 076a6ad0fd
commit 87a9ccb086
2 changed files with 0 additions and 20 deletions

View File

@@ -882,11 +882,6 @@
memory-region = <&adapt_cma_reserved>;
};
&gdc {
status = "okay";
memory-region = <&gdc_cma_reserved>;
};
&meson_fb {
status = "okay";
display_size_default = <1920 1080 1920 2160 32>;

View File

@@ -1305,21 +1305,6 @@
};
};
gdc:gdc {
#address-cells=<2>;
#size-cells=<2>;
status = "ok";
compatible = "amlogic, g12b-gdc";
reg = <0 0xFF950000 0 0x0000100
0 0xFF63C16C 0 0x0000004
0 0xFF63C100 0 0x0000004>;
interrupts = <0 144 1>;
interrupt-names = "GDC";
clocks = <&clkc CLKID_GDC_CORE_CLK_COMP
&clkc CLKID_GDC_AXI_CLK_COMP >;
clock-names = "core","axi";
};
mesonstream {
compatible = "amlogic, codec, streambuf";
dev_name = "mesonstream";