@@ -401,26 +401,13 @@ static const struct hsphy_init_seq init_seq_femtophy[] = {
401401 HSPHY_INIT_CFG (0x90 , 0x60 , 0 ),
402402};
403403
404- static const struct hsphy_init_seq init_seq_mdm9607 [] = {
405- HSPHY_INIT_CFG (0x80 , 0x44 , 0 ),
406- HSPHY_INIT_CFG (0x81 , 0x38 , 0 ),
407- HSPHY_INIT_CFG (0x82 , 0x24 , 0 ),
408- HSPHY_INIT_CFG (0x83 , 0x13 , 0 ),
409- };
410-
411404static const struct hsphy_data hsphy_data_femtophy = {
412405 .init_seq = init_seq_femtophy ,
413406 .init_seq_num = ARRAY_SIZE (init_seq_femtophy ),
414407};
415408
416- static const struct hsphy_data hsphy_data_mdm9607 = {
417- .init_seq = init_seq_mdm9607 ,
418- .init_seq_num = ARRAY_SIZE (init_seq_mdm9607 ),
419- };
420-
421409static const struct of_device_id qcom_snps_hsphy_match [] = {
422410 { .compatible = "qcom,usb-hs-28nm-femtophy" , .data = & hsphy_data_femtophy , },
423- { .compatible = "qcom,usb-hs-28nm-mdm9607" , .data = & hsphy_data_mdm9607 , },
424411 { },
425412};
426413MODULE_DEVICE_TABLE (of , qcom_snps_hsphy_match );
0 commit comments