mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
Merge "ipq9574: fix up the gadget_diag node name"
This commit is contained in:
commit
3295f0eee7
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ 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);
|
||||
parse_fdt_fixup("/qti,gadget_diag@0%status%?ok", blob);
|
||||
}
|
||||
|
||||
void ipq_fdt_fixup_usb_device_mode(void *blob)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue