diff --git a/patch/kernel/rockchip-dev/need_to_be_checked/1-2-regulator-act8865-add-restart-handler-for-act8846.patch b/patch/kernel/rockchip-dev/1-2-regulator-act8865-add-restart-handler-for-act8846.patch similarity index 100% rename from patch/kernel/rockchip-dev/need_to_be_checked/1-2-regulator-act8865-add-restart-handler-for-act8846.patch rename to patch/kernel/rockchip-dev/1-2-regulator-act8865-add-restart-handler-for-act8846.patch diff --git a/patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-add-device-tree.patch b/patch/kernel/rockchip-dev/xt-q8l-v10-add-device-tree.patch similarity index 99% rename from patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-add-device-tree.patch rename to patch/kernel/rockchip-dev/xt-q8l-v10-add-device-tree.patch index 244ed18bc0..3695c6548f 100644 --- a/patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-add-device-tree.patch +++ b/patch/kernel/rockchip-dev/xt-q8l-v10-add-device-tree.patch @@ -944,17 +944,17 @@ + status = "okay"; +}; + -+&vpu_service { -+ status = "okay"; -+}; ++//&vpu_service { ++// status = "okay"; ++//}; + +&hevc_mmu { + status = "okay"; +}; + -+&hevc_service { -+ status = "okay"; -+}; ++//&hevc_service { ++// status = "okay"; ++//}; + +&wdt { + status = "okay"; diff --git a/patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-add-dts-makefile.patch b/patch/kernel/rockchip-dev/xt-q8l-v10-add-dts-makefile.patch similarity index 100% rename from patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-add-dts-makefile.patch rename to patch/kernel/rockchip-dev/xt-q8l-v10-add-dts-makefile.patch diff --git a/patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-remote-keymap.patch b/patch/kernel/rockchip-dev/xt-q8l-v10-remote-keymap.patch similarity index 89% rename from patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-remote-keymap.patch rename to patch/kernel/rockchip-dev/xt-q8l-v10-remote-keymap.patch index 6eff6a214b..f7ed21082b 100644 --- a/patch/kernel/rockchip-dev/need_to_be_checked/xt-q8l-v10-remote-keymap.patch +++ b/patch/kernel/rockchip-dev/xt-q8l-v10-remote-keymap.patch @@ -1,25 +1,3 @@ -diff --git a/include/media/rc-map.h b/include/media/rc-map.h -index bfa3017..c2a21bb 100644 ---- a/include/media/rc-map.h -+++ b/include/media/rc-map.h -@@ -277,6 +277,7 @@ struct rc_map *rc_map_get(const char *name); - #define RC_MAP_WINFAST "rc-winfast" - #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" - #define RC_MAP_SU3000 "rc-su3000" -+#define RC_MAP_XT_Q8L_V10 "rc-xt-q8l-v10" - #define RC_MAP_ZX_IRDEC "rc-zx-irdec" - - /* -diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile -index d6b913a..ee00ce5 100644 ---- a/drivers/media/rc/keymaps/Makefile -+++ b/drivers/media/rc/keymaps/Makefile -@@ -116,4 +116,5 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ - rc-winfast.o \ - rc-winfast-usbii-deluxe.o \ - rc-su3000.o \ -+ rc-xt-q8l-v10.o \ - rc-zx-irdec.o diff --git a/drivers/media/rc/keymaps/rc-xt-q8l-v10.c b/drivers/media/rc/keymaps/rc-xt-q8l-v10.c index e69de29..19c7d9e 100644 --- /dev/null @@ -101,3 +79,25 @@ index e69de29..19c7d9e 100644 + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Paolo Sabatino"); +diff --git a/include/media/rc-map.h b/include/media/rc-map.h +index d621acadf..ad7abdb97 100644 +--- a/include/media/rc-map.h ++++ b/include/media/rc-map.h +@@ -278,6 +278,7 @@ struct rc_map *rc_map_get(const char *name); + #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" + #define RC_MAP_SU3000 "rc-su3000" + #define RC_MAP_XBOX_DVD "rc-xbox-dvd" ++#define RC_MAP_XT_Q8L_V10 "rc-xt-q8l-v10" + #define RC_MAP_ZX_IRDEC "rc-zx-irdec" + + /* +diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile +index 5b1399af6..ec9ce1206 100644 +--- a/drivers/media/rc/keymaps/Makefile ++++ b/drivers/media/rc/keymaps/Makefile +@@ -117,4 +117,5 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ + rc-winfast-usbii-deluxe.o \ + rc-su3000.o \ + rc-xbox-dvd.o \ ++ rc-xt-q8l-v10.o \ + rc-zx-irdec.o