Home
last modified time | relevance | path

Searched hist:e628c8f75de952031f7b9fb9ae465a2a99d4c7f8 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.ce628c8f75de952031f7b9fb9ae465a2a99d4c7f8 Fri Aug 22 05:26:05 UTC 2014 ramneek mehresh <ramneek.mehresh@freescale.com> powerpc/8xxx: Fix in USB device-tree fixup

Fix following issues in USB device-tree fixup:
- returns when either dr_mode or phy_type not defined.
This was terminating fix-up when only either property
was defined in hwconfig string
- updates dr_mode_type or dr_phy_type with junk value when
their index is -1. Now these are updated only when their
respective index is pointing to relevant types
in modes[] and phys[] array
- dr_mode_type and dr_phy_type were not NULL for
each controller

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>