mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
ipq9574: fix up the gadget_diag node name
Change-Id: I531280914b782ec4ef4c4f7a60bec05bafc19031 Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
This commit is contained in:
parent
ac5b7ca764
commit
38ef558265
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,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