generic: rtl836x: add hw_reset field to struct rtl8366_smi

It will be used to start/stop the switch if that is
supported by the given board.

SVN-Revision: 32943
This commit is contained in:
Gabor Juhos
2012-08-02 09:54:21 +00:00
parent 614ca3cc9e
commit e2782eae8e
7 changed files with 35 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ struct rtl8366_initval {
struct rtl8366_platform_data {
unsigned gpio_sda;
unsigned gpio_sck;
void (*hw_reset)(bool active);
unsigned num_initvals;
struct rtl8366_initval *initvals;
};

View File

@@ -50,6 +50,7 @@ struct rtl8367_extif_config {
struct rtl8367_platform_data {
unsigned gpio_sda;
unsigned gpio_sck;
void (*hw_reset)(bool active);
struct rtl8367_extif_config *extif0_cfg;
struct rtl8367_extif_config *extif1_cfg;