72 strlcpy((char*)extdev.afpwr.name,"NC",sizeof(extdev.afpwr.name)); 73 extdev.phy.type = CamSys_Phy_Mipi; 74 //extdev.phy.info.mipi.phy_index = 1; //MIPI_PHY_INDEX; 75 extdev.phy.info.mipi.data_en_bit = 0x01; //? 76 77 /*if (numLane == 1) { 78 extdev.phy.in...