it66121: update and remove debug log
[firefly-linux-kernel-4.4.55.git] / arch / arm / plat-rk / include / plat / board.h
index a050a320e4268ef091069f3c24c24f1945734fe9..518e3185646f85605a26d078feec1979a24c0511 100755 (executable)
@@ -423,8 +423,12 @@ struct rt3261_platform_data {
 struct rk610_codec_platform_data {
        unsigned int spk_ctl_io;
        int (*io_init)(void);
+       int boot_depop;//if found boot pop,set boot_depop 1 test
 };
 
+struct rk_hdmi_platform_data {
+       int (*io_init)(void);
+};
 #define BOOT_MODE_NORMAL               0
 #define BOOT_MODE_FACTORY2             1
 #define BOOT_MODE_RECOVERY             2