devsoc: Add dummy handler to fixup the USB device mode

Change-Id: Id68da6161eaabb867de0cd00e5a8c455e24df2c3
Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
Ram Kumar D 2022-05-16 12:01:21 +05:30
parent 4ffb97c394
commit b900c8242b

View file

@ -295,3 +295,8 @@ void set_flash_secondary_type(qca_smem_flash_info_t *smem)
{
return;
};
void ipq_fdt_fixup_usb_device_mode(void *blob)
{
return;
}