staticintlp8727_parse_dt(struct device *dev){structdevice_node*np=dev->of_node;structdevice_node*child;structlp8727_platform_data*pdata;constchar*type;/* If charging parameter is not defined, just skip parsing the dt */if(of_get_child_count(np) ==0)gotoout; pdata = devm_kzalloc(dev,...