Add support for NT35702 display controller.

This commit is contained in:
Serge Vakulenko
2015-10-31 19:25:26 -07:00
parent 1e4005cc4b
commit 058b6c4de0
8 changed files with 551 additions and 731 deletions

View File

@@ -156,6 +156,7 @@ struct gpanel_hw {
const unsigned short *bits);
};
extern void st7781_init_display(struct gpanel_hw *hw);
extern void nt35702_init_display(struct gpanel_hw *hw);
#endif /* KERNEL */