rk610 hdmi: set hdmi probe later than codec,
authoryzq <yzq@rock-chips.com>
Sat, 23 Feb 2013 06:21:53 +0000 (14:21 +0800)
committeryzq <yzq@rock-chips.com>
Sat, 23 Feb 2013 06:21:53 +0000 (14:21 +0800)
        fix codec not close when system start with hdmi plug

drivers/video/rockchip/hdmi/chips/rk610/rk610_hdmi.c

index b83af965067001f4f2005a1d5793afb6c1af1975..8f1e416b57c29b399cf74902fbea0a4a9a862475 100755 (executable)
@@ -277,6 +277,6 @@ static void __exit rk610_hdmi_exit(void)
     i2c_del_driver(&rk610_hdmi_i2c_driver);\r
 }\r
 \r
-module_init(rk610_hdmi_init);\r
-//fs_initcall(rk610_init);\r
+//module_init(rk610_hdmi_init);\r
+device_initcall_sync(rk610_init);\r
 module_exit(rk610_hdmi_exit);\r