mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
Merge "ipq6018: update gadget_diag fdt fixup"
This commit is contained in:
commit
b45d6d4fa5
1 changed files with 6 additions and 1 deletions
|
|
@ -754,7 +754,12 @@ static void __fixup_usb_device_mode(void *blob)
|
|||
static void fdt_fixup_diag_gadget(void *blob)
|
||||
{
|
||||
__fixup_usb_device_mode(blob);
|
||||
parse_fdt_fixup("/soc/qcom,gadget_diag@0%status%?ok", blob);
|
||||
|
||||
if (fdt_path_offset(blob, "/soc/qcom,gadget_diag@0") < 0){
|
||||
parse_fdt_fixup("/qti,gadget_diag@0%status%?ok", blob);
|
||||
} else {
|
||||
parse_fdt_fixup("/soc/qcom,gadget_diag@0%status%?ok", blob);
|
||||
}
|
||||
}
|
||||
|
||||
void ipq_fdt_fixup_usb_device_mode(void *blob)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue