mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 23:06:15 +00:00
board: gateworks: venice: rename GW7905 to GW7500
The GW7905 was renamed to GW7500 before release. Change the various names in the dt files and references. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
5cfbf8c364
commit
aa233d26bd
3 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ static int power_init_board(struct udevice *gsc)
|
||||||
if ((!strncmp(model, "GW71", 4)) ||
|
if ((!strncmp(model, "GW71", 4)) ||
|
||||||
(!strncmp(model, "GW72", 4)) ||
|
(!strncmp(model, "GW72", 4)) ||
|
||||||
(!strncmp(model, "GW73", 4)) ||
|
(!strncmp(model, "GW73", 4)) ||
|
||||||
(!strncmp(model, "GW7905", 6))) {
|
(!strncmp(model, "GW75", 4))) {
|
||||||
ret = uclass_get_device_by_seq(UCLASS_I2C, 0, &bus);
|
ret = uclass_get_device_by_seq(UCLASS_I2C, 0, &bus);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
printf("PMIC : failed I2C1 probe: %d\n", ret);
|
printf("PMIC : failed I2C1 probe: %d\n", ret);
|
||||||
|
|
Loading…
Add table
Reference in a new issue