board: gateworks: venice: rename GW7905 to GW7500
authorTim Harvey <tharvey@gateworks.com>
Fri, 27 Dec 2024 18:50:51 +0000 (10:50 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 20:34:45 +0000 (14:34 -0600)
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>
arch/arm/dts/imx8mm-venice-gw75xx-0x-u-boot.dtsi [moved from arch/arm/dts/imx8mm-venice-gw7905-0x-u-boot.dtsi with 100% similarity]
arch/arm/dts/imx8mp-venice-gw75xx-2x-u-boot.dtsi [moved from arch/arm/dts/imx8mp-venice-gw7905-2x-u-boot.dtsi with 100% similarity]
board/gateworks/venice/spl.c

index 002d7bb..bcdc1a2 100644 (file)
@@ -144,7 +144,7 @@ static int power_init_board(struct udevice *gsc)
        if ((!strncmp(model, "GW71", 4)) ||
            (!strncmp(model, "GW72", 4)) ||
            (!strncmp(model, "GW73", 4)) ||
-           (!strncmp(model, "GW7905", 6))) {
+           (!strncmp(model, "GW75", 4))) {
                ret = uclass_get_device_by_seq(UCLASS_I2C, 0, &bus);
                if (ret) {
                        printf("PMIC    : failed I2C1 probe: %d\n", ret);