Skip to content

Commit

Permalink
Merge pull request torvalds#197 from mapfau/odroidc-3.10.y
Browse files Browse the repository at this point in the history
enable deinterlace and ion_dev
  • Loading branch information
mdrjr committed Jun 9, 2016
2 parents 05778ab + 76bb74c commit 7d72e44
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/amlogic/meson8b_odroidc.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void root_func(){
deinterlace{
compatible = "amlogic,deinterlace";
dev_name = "deinterlace";
status = "ok";
status = "okay";
reserve-memory = <0x02100000>; //10x1920x1088x3/2=33M
};

Expand Down Expand Up @@ -284,7 +284,7 @@ void root_func(){
ion_dev{
compatible = "amlogic,ion_dev";
dev_name = "ion_dev";
status = "ok";
status = "okay";
share-memory-name = "ppmgr0";
share-memory-offset = <0>;
share-memory-size = <0x01000000>; //16M
Expand Down
22 changes: 15 additions & 7 deletions arch/arm/boot/dts/meson8b_odroidc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,22 @@
};

ion_dev{
compatible = "amlogic,ion_dev";
dev_name = "ion_dev";
status = "ok";
share-memory-name = "ppmgr0";
share-memory-offset = <0>;
share-memory-size = <0x01000000>; //16M
compatible = "amlogic,ion_dev";
dev_name = "ion_dev";
status = "okay";
share-memory-name = "ppmgr0";
share-memory-offset = <0>;
share-memory-size = <0x01000000>; //16M
};
mesonvout{

deinterlace{
compatible = "amlogic,deinterlace";
dev_name = "deinterlace";
status = "okay";
reserve-memory = <0x02100000>; //10x1920x1088x3/2=33M
};

mesonvout{
compatible = "amlogic,mesonvout";
dev_name = "mesonvout";
status = "okay";
Expand Down
1 change: 1 addition & 0 deletions drivers/amlogic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ source "drivers/amlogic/mipi/Kconfig"
source "drivers/amlogic/d2d3/Kconfig"
source "drivers/amlogic/amvecm/Kconfig"
source "drivers/amlogic/dvb_tv/Kconfig"
source "drivers/amlogic/ion_dev/Kconfig"

#
# crypto
Expand Down

0 comments on commit 7d72e44

Please sign in to comment.